How to fix this error?
-
Hi friends, If i run my web application,it automatically shows a new window and which is having below message. 'An unhandled win32 exception occurred in WebDev.WebServer.EXE[4064]' If i close that window automatically my browser also to be closed. Whats the problem in that? How to rectify this? Please help me. Thanks in advance. Venkat
-
Hi friends, If i run my web application,it automatically shows a new window and which is having below message. 'An unhandled win32 exception occurred in WebDev.WebServer.EXE[4064]' If i close that window automatically my browser also to be closed. Whats the problem in that? How to rectify this? Please help me. Thanks in advance. Venkat
Hello, If it happens avter you've typed some code, you need just to trace and debug the code. Here is a video how to do it: http://www.asp.net/learn/videos/video-10.aspx If it happens just on a new application, and have not typed anything.. just repair your Visual Studio instalation, or uninstall it and install it again.
-
Hi friends, If i run my web application,it automatically shows a new window and which is having below message. 'An unhandled win32 exception occurred in WebDev.WebServer.EXE[4064]' If i close that window automatically my browser also to be closed. Whats the problem in that? How to rectify this? Please help me. Thanks in advance. Venkat
-
Hi friends, If i run my web application,it automatically shows a new window and which is having below message. 'An unhandled win32 exception occurred in WebDev.WebServer.EXE[4064]' If i close that window automatically my browser also to be closed. Whats the problem in that? How to rectify this? Please help me. Thanks in advance. Venkat
This error usually only occurs if the program is trying to execute some data memory blocks. Try this out- 1) Right click My Computer > Properties... 2) Click the 'Advanced' Tab 3) Under 'Performance,' click 'Settings' 3) Click the 'Data Execution Prevention' tab 4) Select 'Turn on DEP for essential Windows programs and services only' 5) Restart This option is selected by default, but with installation of SQL 2005 or Visual Studio it can change and cause this type of thing later. Good luck!
Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
-
This error usually only occurs if the program is trying to execute some data memory blocks. Try this out- 1) Right click My Computer > Properties... 2) Click the 'Advanced' Tab 3) Under 'Performance,' click 'Settings' 3) Click the 'Data Execution Prevention' tab 4) Select 'Turn on DEP for essential Windows programs and services only' 5) Restart This option is selected by default, but with installation of SQL 2005 or Visual Studio it can change and cause this type of thing later. Good luck!
Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
Hi.. Thanks for your response. But in my machine,those buttons are already selected whatever u said.. Still also i got same error.. Please Help me.. Thanks in Advance.. Regards, Venkat