G
Guest
I'm working on a class library that is designed to be an add-on to my full
application. The application already knows about the library but (obviously)
won't run it if the library is not there. Instead it just gives the user a
message.
I'm having trouble deploying the library though after the full app has
already been installed on the device. If I don't deploy the library to the
same directory as the application, the application still won't know that it's
there and as a result won't use it.
How do I register the class library so that my application can use the
library no matter where it is on the device?
thanks in advance,
ed
application. The application already knows about the library but (obviously)
won't run it if the library is not there. Instead it just gives the user a
message.
I'm having trouble deploying the library though after the full app has
already been installed on the device. If I don't deploy the library to the
same directory as the application, the application still won't know that it's
there and as a result won't use it.
How do I register the class library so that my application can use the
library no matter where it is on the device?
thanks in advance,
ed