Dll reference Problem
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am working on a windows application with Visual Studio 2005, in which i created a dll contaning some base classes and an Widows Application. The dll is referenced in windows Application. All forms in Windows Application use functions in dll (Base class). Now, My problem is , if i made any change in base class dll , i have to rebuild the Windows Application to get those changes. This was not happening before. Please help! thank you,