Link to home
Start Free TrialLog in
Avatar of Ann K
Ann K

asked on

Error during project loading

My old computer was crashed but I have all files save in my usb. I have another computer Dell Latitude D620  with same windows 7. I copied all of my vs 2010 projects and run all of my saved sql scripts back into sql server 2008. But when I try to load projects in visual studio 2010, I am keep getting error.
User generated imageUser generated imageUser generated imageUser generated imagescreenshot3.png
Avatar of Flabio Gates
Flabio Gates

The text of the output window is truncated. What does the rest of the text say?
Avatar of Ann K

ASKER

Its not loading the whole project.
User generated image
Avatar of Vitor Montalvão
It might pointing to the old path so check if the same path exists in the current computer.
Avatar of Ann K

ASKER

How to fix that error?
User generated image
You need to configure the web application in the local IIS.
I agree with Vitor.  Since you listed this as VS 2010, it is likely you were using IIS 7.5 Express on your old machine.  Therefore,
 download IIS 7.5 Express and check out this post for more information.

You also may find Scott's other blog post from when VS 2010 SP1 came out helpful:
https://weblogs.asp.net/scottgu/vs-2010-sp1-beta-and-iis-developer-express

It may refresh your memory on what you had setup before.
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ann K

ASKER

Thank You.
Not a problem Ann K, glad I was able to help.
Why did you accept only the comment that solved your subsequent issue when the original issue was solved by other comments?