Reference CS file
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
I have a user control that I want to be able to use in multiple projects, but I don't want to compile it as a dll and add it as a reference. Is there anyway to have a global CS file that acts like a dll file and will update itself whenever the base project changes? Basically I want to have a stand alone exe for my application without any dll for my user control. Any help would be appreciated. Thanks JGA