Redistributing needed .net stuff with app  
Author Message
Wilk06





PostPosted: ClickOnce and Setup & Deployment Projects, Redistributing needed .net stuff with app Top

Hi all,

I was wondering if its possible to redistribute certain dlls in the same directory as my program and for it to still work.

If this is possible, then how would I find out which ones are needed

Thanks Wilk06



Windows Forms34  
 
 
spotty





PostPosted: ClickOnce and Setup & Deployment Projects, Redistributing needed .net stuff with app Top

If you application references the DLL's then when you deploy your application using Click Once then these files will be deployed as well.

If these are not referenced files then you can add them to you project and deploy the files as well.

It sounds as though its the first (your talking the ones which are needed for your application).

If your project builds and runs correctly - when you publish these referenced DLL's should be deployed with your application.