G
Guest
I am running a client based application written in C#.
As part of the deveopment I am utilizing a set of dlls which is part of a
vendors application (not written in .Net). So I have written a managed
wrapper for the dll.
If the vendors dlls are put into the system32 folder the application works
fine, but I am going to be deploying this across a number of client systems
and copying code I don't own from the vedors application directory into the
system32 folder (as the vendors code may be updated) does not seem to be the
most sensible option, nor does copying the code into my applications
directory for the same reason.
The vendors code also accesses a proprietary database so any changes are
likely to be required by my application.
Is there any way of pointing to the vendors directory so that the dll's can
be picked up, without having to make an unsafe copy.
As part of the deveopment I am utilizing a set of dlls which is part of a
vendors application (not written in .Net). So I have written a managed
wrapper for the dll.
If the vendors dlls are put into the system32 folder the application works
fine, but I am going to be deploying this across a number of client systems
and copying code I don't own from the vedors application directory into the
system32 folder (as the vendors code may be updated) does not seem to be the
most sensible option, nor does copying the code into my applications
directory for the same reason.
The vendors code also accesses a proprietary database so any changes are
likely to be required by my application.
Is there any way of pointing to the vendors directory so that the dll's can
be picked up, without having to make an unsafe copy.