publish win forms application .net 3.0 vs2008

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi,

I am developing a .net 3.0 win forms(C#) application using vs2008. I
am also using 3rd party controls which are installed in the the GAC.
After i publish the application on the different computer, the
installer says that i need the 3rd party control installed in the GAC.
Is there any way i can copy those DLLs when i publish?or how do I go
about this?

TIA
 
Hi,

I am developing a .net 3.0 win forms(C#) application using vs2008. I
am also using 3rd party controls which are installed in the the GAC.
After i publish the application on the different computer, the
installer says that i need the 3rd party control installed in the GAC.
Is there any way i can copy those DLLs when i publish?or how do I go
about this?

TIA

I found it.. Under project properties. Publish Tab , Application Files
Button, and select include for the files
 
Back
Top