Looking for a quick and smart way to recreate a project.
I think I have some problem with a project of mine. It was probably converted from the older VS.Net to VS.Net2003. I am having those corrupted metafile database link error. I was told that I should start from a clean VS.Net2003 project and import the old files back. The problem is that the files for Windows Forms look different in the solution explorer than before. In the old project, I can see the form icon next to the header file and a resource file show as a child under it. Now these related Windows Forms files seem to be unrelated in the Solution Explorer and I can no longer double-click on the header file to start the form designer. What is the correct way to rebuild a project from the source files? The only way that I can think of is to create a Windows Form application and then add the new forms that has the same names as the old ones. After that, I will simply overwritten the new files with the old ones. I figure that this must be a dumb way of doing it. Can you give me some idea how to do this in a smart and faster way?
Thanks very much.
Dennis

