|
-
Dec 15th, 2003, 10:00 AM
#1
Thread Starter
Frenzied Member
New Project namespace [Resolved]
I've got a working Soultion in the folder My Documents\Visual Studio Projects\WindowsApplication7. I want this in another folder called PurpleSlips under Visual Studio Projects. I keep getting an error when I try to save as, change the root namespace from WindowsApplication7 to PurpleSlips, copy everything to PurpleSlips, etc. It's not finding the .vb file, I think. How can I change the location of the Solution and associated files? Thanks.
[edit] It appears to get all the files except the form design .vb file. The code file is there. When I compare the files in the two folders, it seems like they have the same files. And even weirder, when I try to open the project in its original folder, WindowsApplication7, I get the same error, even though I changed nothing in it. Even though I open the original, it defaults back to the new, faulty one. Aaagghhh![/edit]
Last edited by salvelinus; Dec 15th, 2003 at 12:28 PM.
-
Dec 15th, 2003, 10:33 AM
#2
Sleep mode
Bad start . Clean up everything and start new project.
-
Dec 15th, 2003, 10:55 AM
#3
Thread Starter
Frenzied Member
I managed to get the original working again by deleting and adding back files. So now my question is how to save the solution under a different folder?
-
Dec 15th, 2003, 11:02 AM
#4
Sleep mode
Copy the the whole project folder to another place , rename the folder .
-
Dec 15th, 2003, 11:14 AM
#5
Thread Starter
Frenzied Member
Thanks, I'll try that, but won't that mess up the namespace under Project -> Properties, as well as the .exe and .pfd files under the obj folder, which appear to take their names from the original folder, i.e. WindowsApplication7? I'd think a simple Save Solution as... should do the trick. This aspect of the IDE doesn't seem to be an improvement on VB6.
-
Dec 15th, 2003, 11:20 AM
#6
Sleep mode
No. I tried to do 'Save solution as' to different folder . It saves and write the absolute path to the solution project file . This only appears to happen while 'Save as' use . If you copy the 'original' project folder to different palce , it won't write any path . I'm used to do this since early versions of VS.NET . I create my proj in the default folder , after I'm done . I copy them to my private zone besides some 'porn shots'
-
Dec 15th, 2003, 12:54 PM
#7
Thread Starter
Frenzied Member
Thanks again, works like you said. That is still weird about Save As... though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|