Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中使用 asp.net(3.5) 有一层名为 app_code 包含项目的业务逻辑
在这个项目中,我添加了一个名为Microsoft.ApplicationBlocks.Data的参考文件
当我在default.aspx.cs文件中包含命名空间时,它可以正常工作,但是当我处理app_code文件夹中的业务逻辑类文件时,我会显示编译时错误。
我没有找到任何解决方案 请给出解决方案....
提前致谢....
在您的文件中添加对该 dll 的引用,例如using <dllname>
using <dllname>