Results 1 to 3 of 3

Thread: [02/03] Baisc VS.Net question concerning 2 Computers and VS.Net Project

  1. #1

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    [02/03] Baisc VS.Net question concerning 2 Computers and VS.Net Project

    I have two computers on my network that uses a VS.Net 2003 project I created. I will refer to them as C1 and C2

    C1 = Computer where the VS.Net project is made
    C2 = Computer that I manually copy new changes too

    As stated above, I copy the entire folder where the VS.Net project is to C2 (sometimes it is vice versa if C1 is busy processing video files).

    Now, the problem that I am having is that I just made a new class (which is in the VS.Net project in a folder call classes) and added it to the project everything is tested works etc etc etc. Like usual, I copied the entire VS.Net project to C1.

    Well, this mourning I tried to test the changes on C2 and when I tried to step into the code that calls the Class's main method I get a pop up that says:

    "There is no source code for the current location". It gives me an option to "Show Disassembly". When I push this button, at the very top, it shows a location to where it is trying to access the code and it is the location on C1. Also, the form just freezes and nothing happens.

    Now, I went into some of the standard files that VS makes and I saw some hardcoded values in the "projectname.vbproj.user".

    Do I have to manually change one of these files? If so, is there a way to not have to do this?

    Note:It should also be noted that I have a class similar to this one (you folks actually helped me write it) and it works fine on both computers.

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [02/03] Baisc VS.Net question concerning 2 Computers and VS.Net Project

    Just out of curiousity, why not put the project in a shared folder on C1 that you can access and edit from C2?

  3. #3

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [02/03] Baisc VS.Net question concerning 2 Computers and VS.Net Project

    Quote Originally Posted by MaximilianMayrhofer
    Just out of curiousity, why not put the project in a shared folder on C1 that you can access and edit from C2?
    Never thought about doing that.

    I think the main reason is because the multiple locations served as a backup, but I will start doing what you suggested.

    Hopefully there are no issues.

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