mani mano
mani mano

Reputation: 49

unhandled microsoft .net framework exception in w3wp.exe

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

Answers (2)

Devesh
Devesh

Reputation: 11

Restart site in IIS and also restart app pool worked for me.

Upvotes: 1

Aruna
Aruna

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

Related Questions