M
mp
newb starting to learn dotnet (vbnet 2008 express - and c#express)
I have a few projects i'm working on
I have a utility class that i thought i'd use in different projects, for
example to log debug notes to file to track runtime status and other general
utility functions.
so i moved it from the project folder into it's own folder "common"
(naturally since i moved it the project cant' find it anymore...which is
what i expected)
so i put it back into the project by draging from explorer into the vbnet
ide
I thought it would then reference that file location from the "common"
folder (and other projects could do likewise - so i only have one copy to
maintain)
However, I notice the file was copied by the system (vb ide?) back into the
project folder...
i was trying to get away from having multiple copies of the same file and
having to remember to update it in each project folder if i make changes to
it in other projects as i'm working and learning and creating additional
functions this utility class could offer.
how does one handle this in dotnet?
thanks
mar
I have a few projects i'm working on
I have a utility class that i thought i'd use in different projects, for
example to log debug notes to file to track runtime status and other general
utility functions.
so i moved it from the project folder into it's own folder "common"
(naturally since i moved it the project cant' find it anymore...which is
what i expected)
so i put it back into the project by draging from explorer into the vbnet
ide
I thought it would then reference that file location from the "common"
folder (and other projects could do likewise - so i only have one copy to
maintain)
However, I notice the file was copied by the system (vb ide?) back into the
project folder...
i was trying to get away from having multiple copies of the same file and
having to remember to update it in each project folder if i make changes to
it in other projects as i'm working and learning and creating additional
functions this utility class could offer.
how does one handle this in dotnet?
thanks
mar