简体   繁体   English

ASP.NET MVC Q1 2010的Telerik扩展:未编译:显示警告:找不到引用的组件'System.Web.MVC'

[英]Telerik Extensions for ASP.NET MVC Q1 2010: Not compiling: Shows warning :The referenced component 'System.Web.MVC' could not be found

If I try to compile the source of Telerik Extensions for ASP.NET MVC Q1 2010 it is not getting compiled. 如果我尝试编译ASP.NET MVC Q1 2010的Telerik扩展源,则不会对其进行编译。 It shows error: 它显示错误:

The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) 类型或名称空间名称“ Mvc”在名称空间“ System.Web”中不存在(您是否缺少程序集引用?)

Tried to remove and add the System.Web.MVC but still it dont recognize it as valid reference and dont include in the compilation. 试图删除并添加System.Web.MVC但仍然无法将其识别为有效参考,也未包含在编译中。

Change the Buid/Debug configuration to Release MVC2/Net35 OR Debug MVC2/Net35 将Buid / Debug配置更改为Release MVC2 / Net35或Debug MVC2 / Net35

It will compile. 它将编译。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM