Still having some big beginner problems!
Learning process in C# is still going forward in very little steps by trying things...
Problem - Copy full project folder:I have created from time to tome BackUps of my actually project by just copying the full project folder and rename it like adding _Test2, _Test3 and so on... The actually project is saved on C:\ in the standard project folder given by VisualStudio!
Why does a full copy of the project folder from the c:\ drive to d:\Projects\ does not works (compile) anymore? Are there relative paths in the projectfiles (even i didnt created myself)! Is there any way, to copy or save the full ProjectAs to another drive/folder without having compiler problems? (i had the same problem even in the past with VisualStudio and until now i dont know how to fix it)
Problem - Loading *.csproj == no files, forms shown due fact of a mistake/errorIts still coding horror and its not the first time, following problem happens to me and loosing the complete project!

I phoned with my best girlfriend while i have tried to continue my project and added/removed test code... When i try to open the project by doubleclick on the *.csproj file, the VS #C opens but it does not show any files (designer forms) or so.. Its looks like complete empty... but the form files, designer files are all available in the project folder and the files are correct (not empty).
I had something similar, the project opens in the IDE but showed a error message (i didnt understand and i couldnt fix the problem)... Now it seems once again, the full project is destroyed and i have once again to start from scratch!

A real horror!
Any ideas to solve the 1st and 2nd problem? Thanks in advance...