cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nicyap1
Level 2

Application Cannot Find DLL

So essentially my application cant find the DLL it needs to use to run a certain operation, however the DLL is sitting right there next to the exe. I just recently tried to jump from VS2005 to VS2012 so it is more likely something VS related but I wanted to poke around here to see if anyone has seen a similar issue and know if it could be something InstallShield related.

For all I know it could be some detail in the DLL isn't being written by the installer correctly or something.

Any help is appreciated.

Oh and to specify: I'm running on a Win 7 Home 64-bit system and the problem is happening on any non-dev systems, both XP Home 32-bit and Win 7 Home 64-bit. My main project is a C# form and the DLL is a CLR C++ library that is included in the same VS solution. The DLL is accessed via project reference and "using" statement.
0 Kudos
(1) Reply
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

Hello,

Have you added the project primary output and their dependencies using Project assistant view to the setup project?

Thanks,
Chiranjeevi
0 Kudos