Reputation: 49
I am writing a console application which uses a workflow service. I tried to attach the visual studio to IIS process to debug my application in two visual studio console but it didn't work and after that when I try to do something with my service ( update the service, build the service, open the service in browser and etc) just in-time debugger pops up: An unhandled Microsoft .net framework exception occurred in w3wp.exe[every time diffident number here]
P.S. I have a running service in IIS and before changing setup I didn't have any problem but now even after restarting I still have this problem.
Upvotes: 4
Views: 25589
Reputation: 2052
Follow below article for more information. I solved this issue by running visual studio as Administrator.
http://anishantha87.blogspot.com/2014/09/an-unhandled-microsoft-net-framework.html
Hope this will help!
Upvotes: 0