Results 1 to 3 of 3

Thread: Code Mirgration VB2005

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Code Mirgration VB2005

    Moved to VB.NET

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width