G
Guest
I have an assemble which is written in managed C++, this is a wrapper for
some native C++ code. I have created a setup project which installs the
assembly into a subdir of program files and it copies all the necessary dll's
there as well.
If I add a reference to this assembly in another standalone project it
copies the assemble dll locally but it does not copy all the other dlls and
so I can't run the app from within visual studio unless I copy the files by
hand. If I turn off 'copy local' on the reference it does not work either.
This is a small nuisance for myself but I need to hand the assembly
installer to other developers and have it 'just work' for them. Am I missing
something or is this a known issue?
thanks.
Gary.
some native C++ code. I have created a setup project which installs the
assembly into a subdir of program files and it copies all the necessary dll's
there as well.
If I add a reference to this assembly in another standalone project it
copies the assemble dll locally but it does not copy all the other dlls and
so I can't run the app from within visual studio unless I copy the files by
hand. If I turn off 'copy local' on the reference it does not work either.
This is a small nuisance for myself but I need to hand the assembly
installer to other developers and have it 'just work' for them. Am I missing
something or is this a known issue?
thanks.
Gary.