我在.net項目中添加了對dll(sharpPDF)的引用。在代碼中它已經拿起了DLL,我可以使用它。當我通過sharepoint webpart部署時,出現以下錯誤:Sharepoint「無法加載文件或程序集」「系統找不到指定的文件」
Could not load file or assembly 'sharpPDF, Version=1.0.3511.18105, Culture=neutral,
PublicKeyToken=f099e668beaaa0f9' or one of its dependencies. The system cannot find the
file specified.
我正在使用STSDEV部署webapp。我已經嘗試清除C:\ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files,但這並不能解決問題。
任何想法可能會出錯?
您還需要在將dll放入GAC後執行IISRESET。 – Kusek 2009-08-12 11:23:21
Worked great :) – John 2009-08-12 11:24:21
...或使用'gacutil -i(你的程序集在這裏).dll'(從Visual Studio命令提示符) – sq33G 2012-08-14 20:16:34