简体   繁体   English

命名空间“System.Web”中不存在类型或命名空间名称“Mvc”(您是否缺少程序集引用?)Kentico

[英]The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Kentico

i newly installed Kentico cms in IIS server and when i'm trying to access the localhost web it's give me this error.我在 IIS 服务器中新安装了 Kentico cms,当我尝试访问 localhost Web 时,它给了我这个错误。

在此处输入图片说明

i also allowed ASP.NET 4 in IIS server and still i getting this error what did i missed here?any help please?我还允许在 IIS 服务器中使用 ASP.NET 4,但我仍然收到此错误,我在这里错过了什么?有什么帮助吗?

您似乎在 bin 文件夹中缺少 System.Web.Mvc.dll

Go to Nuget Package Manager, then browse and install System.Web.Mvc .转到 Nuget 包管理器,然后浏览并安装System.Web.Mvc If it is already installed then try changing its version .如果已安装,请尝试更改其version

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 命名空间“System.Web”中不存在类型或命名空间名称“Mvc”(您是否缺少程序集引用?) - The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) 命名空间“System.Web”中不存在类型或命名空间名称“UI”(您是否缺少程序集引用?) - The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) CS0234:类型或名称空间名称“ WebPages”在名称空间“ System.Web”中不存在(您是否缺少程序集引用?) - CS0234: The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) 命名空间“System.Web.UI”中不存在类型或命名空间名称“DataVisualization”(您是否缺少程序集引用?) - The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) 类型或名称空间名称在名称空间中不存在“是否缺少程序集引用?” - The type or namespace name does not exist in the namespace ''are you missing an assembly reference ?" 命名空间中不存在类型或命名空间名称(您是否缺少程序集引用?) - The type or namespace name does not exist in the namespace (are you missing an assembly reference?) 命名空间“System.Web”中不存在类型或命名空间名称“优化” - The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' 类型或名称空间名称“ Http”在名称空间“ System.Web”中不存在 - The type or namespace name 'Http' does not exist in the namespace 'System.Web' 类型或名称空间名称“ Routing”在名称空间“ System.Web”中不存在 - The type or namespace name 'Routing' does not exist in the namespace 'System.Web' CS0234:类型或名称空间名称“ Description”在名称空间“ System.Web.Http”中不存在(您是否缺少程序集引用?) - CS0234: The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http' (are you missing an assembly reference?)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM