hello all i have installed vs 2010 recently but afte3r installing while run application getting an error.while i build it showing succeded but when i debud it is showing an error as ("please correct before proceeding "rename web.config file or add new webconfig
file ").i have lot of doubts about this error.can u people please find me a solution as i am unable to find an answer.i have googled a lot last three days but didn't find anything and yet i didn't connect to DataBase and if i exclue web.config file from project.it
is running properly.suggest me the best
i just installed vs2010 and doesn't do any modifications to web.config file. i am getting pop up as warning symbol and showing message in above mentioned matter in quotes ..
You may check whether your web.config contain the <compilation /> element. And you need to set debug with true and the targetFramework. You can refer to the below code. The error can be caused when you modify the web.config file or other settings in the
Visual Studio 2010. You can post the question in the Visual Studio forum.
mohan111
Member
46 Points
132 Posts
after installing vs 2010 getting error while debugging the application
May 01, 2012 05:41 AM|LINK
hello all i have installed vs 2010 recently but afte3r installing while run application getting an error.while i build it showing succeded but when i debud it is showing an error as ("please correct before proceeding "rename web.config file or add new webconfig file ").i have lot of doubts about this error.can u people please find me a solution as i am unable to find an answer.i have googled a lot last three days but didn't find anything and yet i didn't connect to DataBase and if i exclue web.config file from project.it is running properly.suggest me the best
praseTech
Member
198 Points
51 Posts
Re: after installing vs 2010 getting error while debugging the application
May 01, 2012 06:07 AM|LINK
Do you make any modification to web.config file?
chaaraan
Contributor
2170 Points
484 Posts
Re: after installing vs 2010 getting error while debugging the application
May 01, 2012 06:11 AM|LINK
When you click on Add New web.config file what error you are getting?
Because first time when you download a application, based on certain requirements VS 2010 will create a web.config file
Regards,
Charan
mohan111
Member
46 Points
132 Posts
Re: after installing vs 2010 getting error while debugging the application
May 01, 2012 06:17 AM|LINK
i just installed vs2010 and doesn't do any modifications to web.config file. i am getting pop up as warning symbol and showing message in above mentioned matter in quotes ..
thanks
Qi Wu - MSFT
Contributor
5794 Points
677 Posts
Re: after installing vs 2010 getting error while debugging the application
May 03, 2012 11:01 AM|LINK
Hi,
You may check whether your web.config contain the <compilation /> element. And you need to set debug with true and the targetFramework. You can refer to the below code. The error can be caused when you modify the web.config file or other settings in the Visual Studio 2010. You can post the question in the Visual Studio forum.
<configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> </system.web> </configuration>You can refer to the below link about the visual studio forum.
http://social.msdn.microsoft.com/Forums/en-US/vssetup/threads
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework