Problem with visual studio to compile

Asked

Viewed 547 times

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

Erro:

  • 2

    I’d start by looking in the code for somewhere $exception

  • compiles with F12, maybe the error is in a stage prior to this

  • Compiling with F12? F12 is goto defnition does not compile anything

  • 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

  • The problem was solved, we had to delete the project from my machine and download from the versioner again

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.