1
I started to appear this problem when I try to run my application, I have not made any modifications in the system someone knows what can be it ?
Managed Debugging Assistant 'Bindingfailure' has Detected a problem in 'C: Program Files (x86) IIS Express iisexpress.exe'.
Additional information: The Assembly with display name 'Castle.Dynamicproxy2' failed to load in the 'Load' Binding context of the Appdomain with ID 2. The cause of the Failure was:
error CS0103: The name '$Exception' does not exist in the Current context
I’d start by looking in the code for somewhere
$exception
– Rovann Linhalis
compiles with F12, maybe the error is in a stage prior to this
– Gabriel Correia
Compiling with F12? F12 is goto defnition does not compile anything
– Jhonatan Jorge de Lima
this $Exception does not exist in my project, it seems to be some internal error of VS, I already searched the entire project for $Exception, no returns
– Jhonatan Jorge de Lima
The problem was solved, we had to delete the project from my machine and download from the versioner again
– Jhonatan Jorge de Lima