Windows form deploy

T

test

Hello,

I've developped a windows form application and I'd like to install some of
my DLL's in a sub directory of the 'Common files' directory.
I' ve created the setup project and the DLL's are copied at the right place.

The problem is that when I run the application, the DLL's are not found. If
I copy these DLL's in the application directory all is OK

Can anyone help me ?
 
N

Newbie Coder

You will need to point to the DLL's to use because they are either looking
in the Sysstem folder or in the application directory

I hope this helps,

Newbie Coder
(It's only a name)
 
A

Armin Zingler

test said:
Hello,

I've developped a windows form application and I'd like to install
some of my DLL's in a sub directory of the 'Common files' directory.
I' ve created the setup project and the DLL's are copied at the
right place.

The problem is that when I run the application, the DLL's are not
found. If I copy these DLL's in the application directory all is OK

Can anyone help me ?


http://msdn2.microsoft.com/en-us/library/2h3sywsc.aspx
http://msdn2.microsoft.com/en-us/library/yx7xezcf.aspx


Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top