Development on Multiple Computers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?bGpsZXZlbmQy?=

    Development on Multiple Computers

    I have a situation where I need to develop on two different computers. My
    solution is to simply save the project on a USB flash drive. Everything
    seems to work, except that the files that were opened in Visual Studio are
    not restored if I switch computers. If I open the solution on the same
    computer then Visual Studio will automatically open all of the files that
    were opened when closed the solution, but this does not happen when I switch
    computers.

    Is there any way to have Visual Studio restore the previously opened files?
    For example, does Visual Studio save this information to a file that I could
    copy to my flash drive?

    Thanks for any help.
    Lance

  • sloan

    #2
    Re: Development on Multiple Computers

    Implement a "one person" source control system.

    And pull from the source control.....fro m either machine.

    ...

    Its less prone to error...then the copy and paste and usb-transport model.

    VSS (which is the worst in the bunch actually)...

    Check this blog:





    "ljlevend2" <ljlevend2@nosp am.nospamwrote in message
    news:E94E9171-69E8-47D3-B105-9824CCE35FEC@mi crosoft.com...
    >I have a situation where I need to develop on two different computers. My
    solution is to simply save the project on a USB flash drive. Everything
    seems to work, except that the files that were opened in Visual Studio are
    not restored if I switch computers. If I open the solution on the same
    computer then Visual Studio will automatically open all of the files that
    were opened when closed the solution, but this does not happen when I
    switch
    computers.
    >
    Is there any way to have Visual Studio restore the previously opened
    files?
    For example, does Visual Studio save this information to a file that I
    could
    copy to my flash drive?
    >
    Thanks for any help.
    Lance
    >

    Comment

    • =?Utf-8?B?bGpsZXZlbmQy?=

      #3
      Re: Development on Multiple Computers

      Hi Steven,

      Thanks for the update. I'm glad to hear that you were able to reproduce my
      results and I am grateful that you are continuing to look into this issue. I
      look forward to hearing about what you discover.

      Lance

      Comment

      • Steven Cheng [MSFT]

        #4
        Re: Development on Multiple Computers

        Hi Lance,

        After some further research and working with some other VS engineers, it
        seems those settings are stored in user's local temp cache and the temp
        file location is randomly generated which is not definite determinable. I'm
        afraid it would be hard to make it move between multiple machines like
        other project files.

        Anyway, I would suggest you submit this as a feature request on our
        feedback site so that the dev team can also hear more on this:



        Sincerely,

        Steven Cheng

        Microsoft MSDN Online Support Lead


        Delighting our customers is our #1 priority. We welcome your comments and
        suggestions about how we can improve the support we provide to you. Please
        feel free to let my manager know what you think of the level of service
        provided. You can send feedback directly to my manager at:
        msdnmg@microsof t.com.

        =============== =============== =============== =====
        Get notification to my posts through email? Please refer to
        Gain technical skills through documentation and training, earn certifications and connect with the community

        ications.

        --------------------
        >From: =?Utf-8?B?bGpsZXZlbmQ y?= <ljlevend2@nosp am.nospam>
        >References: <E94E9171-69E8-47D3-B105-9824CCE35FEC@mi crosoft.com>
        <OghX9mRiIHA.43 44@TK2MSFTNGP03 .phx.gbl>
        <CA863D93-D44E-477B-93FA-164F23CC07ED@mi crosoft.com>
        <gBPJ$DjiIHA.42 00@TK2MSFTNGHUB 02.phx.gbl>
        <198783B5-05C8-4569-B9D4-17CD7D45B46D@mi crosoft.com>
        <PtKnhS#jIHA.42 00@TK2MSFTNGHUB 02.phx.gbl>
        >Subject: Re: Development on Multiple Computers
        >Date: Thu, 27 Mar 2008 08:05:01 -0700
        >
        >Hi Steven,
        >
        >Thanks for the update. I'm glad to hear that you were able to reproduce
        my
        >results and I am grateful that you are continuing to look into this issue.
        I
        >look forward to hearing about what you discover.
        >
        >Lance
        >
        >

        Comment

        • =?Utf-8?B?bGpsZXZlbmQy?=

          #5
          Re: Development on Multiple Computers

          Hi Steven,

          Thank you so much for looking finding an answer to my question. I've looked
          into this issue a bit more and I think it might be possible to use a macro to
          implement the desired behavior. I will try this idea and start a new thread
          if I run into issues.

          Thanks again!
          Lance

          Comment

          Working...