I have a .net application that uses a dll written in VB6. That dll uses two other unmanaged dlls as well as the visual basic common control library. I've got it all working well on my development computer but now I need to package it up for deployment and it's not working. I can get the application installed and I can run it but as soon as I click the button that instantiates the dll I get a runtime error.
So what special steps do I need to take so that these files will be properly installed during setup? (need to deploy to a machine running Vista. OK for admin install but need to be able to run in non-admin mode)
So what special steps do I need to take so that these files will be properly installed during setup? (need to deploy to a machine running Vista. OK for admin install but need to be able to run in non-admin mode)