无法将 hwebcore.dll 从 C:WindowsSystem32inetsrvhwebcore.
本文关键字:WindowsSystem32inetsrvhwebcore dll hwebcore | 更新日期: 2023-09-27 18:30:51
我正在尝试在Windows8中托管没有IIS的MVC Web应用程序。所以我提到了这个链接 主机 MVC 网络应用程序没有 IIS
但是我可以将hwebcore.dll文件添加到Visual Studio中,它显示错误,例如:
错误:
please make sure that the file is accessible and that it is a valid assembly or com component
我参考了下面的链接,但没有任何效果。
我想要一个解决方案:请确保该文件是可访问的,并且它是有效的程序集或COM组件
.dll文件不可访问
此 dll 不是 .NET 程序集,这就是无法添加对它的引用的原因。您可以做的是调用其导出的函数,例如WebCoreActivate 和WebCoreShutdown。请参阅此处的示例:http://blogs.msdn.com/b/carlosag/archive/2008/04/14/hostyourownwebserverusingiis7.aspx