System.IO.FileNotFoundException: Could not load file or assembly 'X' or one of its dependencies when deploying the application

前端 未结 4 439
既然无缘
既然无缘 2020-11-30 09:39

I\'m having a strange problem with deploying an application, which references an assembly, written in managed c++.

I\'ve created an assembly X, compiled it and refer

4条回答
  •  渐次进展
    2020-11-30 10:26

    I resolved this problem by renaming the DLL. The DLL had been manually renamed when it was uploaded to its shared location (a version number was appended to the file name). Removing the version number from the downloaded file resolved the issue.

提交回复
热议问题