is common code possible in vb.net ?
Tried a forum search ... no joy.
I have multiple applications and a handful of funcs and subs that I use in many of them and I want to put those in ONE module and have that module used by all of the apps at compile time. Problem is, when I do that, it just copies the "common" module to the app folder and any changes I make happen THERE, and do not propagate back to the actual common module. That is, I can START with a common module but it doesn't stay common, so it actually ISN'T common in any formal sense of the word.
Is there anything I can do ?
Thanks
phinds
vs2008, 3.5SP1 Version 9.0.21022.8 RTM