문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top