'/'应用程序中的服务器错误。编译代码时出错

时间:2014-07-03 11:22:44

标签: mysql asp.net-mvc

我经常收到此错误

<%@ Application Codebehind="Global.asax.cs" Inherits="xxx.MvcApplication" Language="C#"%>

我的代码中是否有任何遗漏?

Error   6   The type or namespace name 'Data' does not exist in the namespace 'Microsoft.Practices.EnterpriseLibrary' (are you missing an assembly reference?)C:\Users\Administrator\documents\visual studio 2012\Projects\xxx\xxx\Controllers\BaseController.cs    7   45  xxx

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

在BaseController.cs中找到类型或命名空间“Data”,并确保引用正确的程序集。
此外,右键单击visual studio中的项目并确保项目中的所有引用都正常,您将在任何无法找到的引用旁边看到警告标志。如果有任何遗漏的参考文献,请打开项目属性&gt;参考路径&gt;将文件夹添加到相关程序集。