J
Just Me
Sometime when I place my usercontrol on a form I get a message that it can't
find a file that is referenced. The file is the only C# file in the solution
(say Library.DLL) .
I just noticed that the C# bin folder has a Debug and Release Folders which
contain Library.DLL, while vb bin contains Library.DLL.
Also, the file in question is the first file in the build sequence.
Also, that library shares a namespace with a VB library which inherits from
the C# library.
It's a real time waster. When it happens I close IDE, search and find all
the Library.DLL, delete them. Open Ide, rebuild and then I can continue.
I have no idea how to debug this. Any ideas??
Thanks
find a file that is referenced. The file is the only C# file in the solution
(say Library.DLL) .
I just noticed that the C# bin folder has a Debug and Release Folders which
contain Library.DLL, while vb bin contains Library.DLL.
Also, the file in question is the first file in the build sequence.
Also, that library shares a namespace with a VB library which inherits from
the C# library.
It's a real time waster. When it happens I close IDE, search and find all
the Library.DLL, delete them. Open Ide, rebuild and then I can continue.
I have no idea how to debug this. Any ideas??
Thanks