Question

Although I have included the proper dll as a refernce and although it builds and runs with success locally while debuging with VS when I publish the website to the server I get the following error. The relevant dll is published to the server as well but is seems that the server cannot locate the assembly. What am I doing wrong? Should I add the path of the dll in the webconfgi file?

enter image description here

Was it helpful?

Solution

make sure to check your added references in the solution explorer to see if its properties are set to "copy local" TRUE

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top