I converted from VS2008 to VS2010.
when I build the solution it gets frozen on validating web site, and it was frozen for a few minutes on a dll build.
it won’t complete!
what can be the problem?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The validating step does a number of things. It checks your web.config file to make sure it is correct and then checks the .aspx files to make sure they are properly written. I would check the web.config file since this is a likely choice for errors during the conversion.
Also you can get a dump of the debug info by following the directions here:
http://blogs.msdn.com/b/mikhailarkhipov/archive/2007/09/19/how-to-obtain-debug-information-from-a-hung-frozen-application.aspx
this could help you find out whats wrong