Windows form deploy

  • Thread starter Thread starter test
  • Start date Start date
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 ?
 
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)
 
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
 
Back
Top