Hello,

I need some help with this "simple" problem...
my project solution looks like this:
1. project written in cpp in order to operate some old api (also written in cpp) the output here is lib file.
2. project that wrap the lib file and export a dll file
3. main project, written in c# that basically makes GUI for the first project.

when I compile wnd run in debug/release everything works fine.
I tried to publish the main project, or make new installer project
and everything looks ok except that when the program tries to works with the wrapper (my dll file) it crashes...

does anyone have any idea??
what do I need to do in order to run my software independently?

Thanks Lior.