But in my case, it does not state explicitly of encountering any mistake. It was only when I executed the application in debug mode that, I got the message written on the breakpoint : page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'.
It is not stating that requires to close.
Actually this problem is persisting since 2 days, it was only today that I discovered this problem.
I don't know what to do. At this stage my work has come to a stanstill...
I need some help... Due to this I am not able to insert any data on running the application.
coolpal9
Member
157 Points
524 Posts
page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'
Apr 09, 2012 06:45 AM|LINK
Hi,
When I run the application in debug mode, I found that there was some problem:
page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'
What does this mean?
This issue is turning me crazy, pl help me out....
kimkosta06
Member
270 Points
50 Posts
Re: page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'
Apr 09, 2012 07:14 AM|LINK
this happens because of various reason, try to restart visual studio after closing solution and reopen it.
else follow below link:
http://connect.microsoft.com/VisualStudio/feedback/details/589404/webdev-webserver40-exe-has-encountered-a-problem-and-needs-to-close
coolpal9
Member
157 Points
524 Posts
Re: page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'
Apr 09, 2012 07:26 AM|LINK
But in my case, it does not state explicitly of encountering any mistake. It was only when I executed the application in debug mode that, I got the message written on the breakpoint : page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'. It is not stating that requires to close.
Actually this problem is persisting since 2 days, it was only today that I discovered this problem.
I don't know what to do. At this stage my work has come to a stanstill...
I need some help... Due to this I am not able to insert any data on running the application.
Hua-Jun Li -...
All-Star
75950 Points
5608 Posts
Re: page_load(object o, event args e) in process 'WebDev.WebServer40.EXE'
Apr 11, 2012 02:38 AM|LINK
Hi,
You may re-install Visual Studio and retry.
And you can deploy your application to IIS of local machine, and then attach to the w3wp.exe process from Visual Studio.
You may also try IIS Express as an alternative of 'WebDev.WebServer40.EXE'.
http://connect.microsoft.com/VisualStudio/feedback/details/589404/webdev-webserver40-exe-has-encountered-a-problem-and-needs-to-close
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework