Interop reference problem...
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Control library that works fine when referenced between projects. But I created an install for the control library which deploys the Interop.SQLDMO.dll and SQLServerControls.dll (my output). The SQLDMO.dll (and references) are already installed, yet when I attempt to use or reference the SQLServerControls controls in a project that uses the installed dll it gives me a "file assembly Interop.SQLDMO, or one of its dependencies, was not found." I have validated that everything is there. I have also tried deploying the sqldmo.dll and sqldmo.rll files with the setup but to no avail. If anyone has any ideas I'd love to here em