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 网站遇到了一个奇怪的问题。我们正在添加用于图像处理的 Aurigma 图形库。我们的 ASP.NET 4.5 网站应用程序。
如果我们创建 ASP.NET Web 项目,我可以将 DLL 引用到其中,并可以使用 import 将引用导入我的页面
但是在 ASP.NET 网站应用程序中,它没有显示在引用中(在项目属性窗口下),所以我无法导入引用。
因此,与限制隐藏引用的 Web 项目相比,网站应用程序有什么问题。
如下图所示,Aurigma dll 在那里,但不在参考文献中
根据一个答案,我检查了刷新条目,它似乎也在那里
Visual Studio 将根据以下内容加载该列表:
<assemblies>
我打赌你没有那个 dll 的 .refresh 文件