Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a visual studio 2008 project in the directory like

C:\Users\espl\Desktop\hello\world\helloworld(.sln file)

Now I want the solution file in the directory like


C:\Users\espl\Desktop\hello\helloworld(.sln file)

just outside the world folder.I just copy the project folder and paste it in required folder.but the modules are not loaded.So how it is possible.
Posted

1 solution

Did you copy the subfolders as well? If you didn't then it won't be able to find them. VS solutions and projects generally use relative folder addressing, rather than absolute, so it normally works fine if you move or copy everything.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900