|
-
Nov 8th, 2006, 10:00 AM
#1
Thread Starter
New Member
Code Mirgration VB2005
Hello:
I'm pretty new to VB and have an application that I need to copy to another development machine. It appears VB automatically creates several folder and files that I'm not sure if they are needed. I'm hoping someone can tell me which development files I should copy and which ones I can ignore and what they do. At least I know what the .vb files are but not sure of the others because I didn't create them. Thanks to anyone willing to take the time to help me.
Here is what is showing:
The root directory contains the following extensions:
app.config,
vbproj.user
.vb
.resx,
.pfx
Folders
Bin
Images (This has my VB form images and icons)
My Project
obj
Resources
-
Nov 8th, 2006, 10:03 AM
#2
Re: Code Mirgration VB2005
-
Nov 8th, 2006, 05:11 PM
#3
Re: Code Mirgration VB2005
Just copy the entire solution folder. That's the one that contains the SLN file. If you just want a project and not the solution then you can copy the entire project folder instead. That's the one that contains the VBPROJ file. A solution can contain multiple projects, thus a solution folder can contain multiple project folders. Unless you have a specific reason not to, I'd suggest just keeping the solution intact.
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
|