Could not load file or assembly in Release mode

0

I have a asp.net project in vs 2012. before adding a web reference every thing is OK. but when I add web reference again every things is OK in Debug mode. but in Release mode I have this error.

Could not load file or assembly 'x.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

when I remove web references it will be OK. but dlls exist in the address. how can I fix this?

asp.net
visual-studio
web-reference
asked on Stack Overflow Mar 6, 2019 by atabrizi • edited Mar 6, 2019 by atabrizi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0