W
wpy
I wrote aspnet application with code behind then compile it to dll. The web
application will use class library dll that I wrote. After compilation, the
library dll and interface dll will put together into bin. Now I want to put
my class library dll into other folder together with other class library
dlls. But error occur if I move the class library dll to other location.
How can I separate interface dll and class library dll.
application will use class library dll that I wrote. After compilation, the
library dll and interface dll will put together into bin. Now I want to put
my class library dll into other folder together with other class library
dlls. But error occur if I move the class library dll to other location.
How can I separate interface dll and class library dll.