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
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.