Attention: We are retiring the ASP.NET Community Blogs. Learn more >

1 Comment

  • Yeah....



    I am working on a proeject with a ton of references to a framework I'm developing.



    and I work from 3 different pc's depending on when I am in the office or at home.



    so I went in to my files and edited them from

    "I:\foo\boo\someproject\bin\some.dll"

    to

    "..\..\..\foo\boo\someproject\bin\some.dll"



    basiclay as I keep a folder/tree where things stay at the same relative level of nesting

    below a common root I can move the project from my C:\ folder to the network and back to somne other folder and no links are broken when the base changes from say:

    I:\Work

    to C:\Work

    or D:\local\Stuff\Work

Comments have been disabled for this content.