473,406 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

publish win forms application .net 3.0 vs2008

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

Apr 2 '08 #1
2 2441
On Apr 2, 4:41 pm, parez <psaw...@gmail.comwrote:
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
Apr 2 '08 #2

"parez" <ps*****@gmail.comwrote in message
news:bf**********************************@d62g2000 hsf.googlegroups.com...
On Apr 2, 4:41 pm, parez <psaw...@gmail.comwrote:
>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
To put files in the GAC using a ClickOnce deployment, if someone with
Windows Vista tries to run it, it won't work.

The better thing to do is write a separate package just to install your
stuff in the GAC, then deploy that as a prerequisite.

Are you sure the dll's have to be installed in the GAC? Try deploying them
locally and see if the application will run. This removes the problem of
installing in the GAC, and gives you complete control over your versions
that you use and deploy.

To deploy them locally, when adding hte reference to your project, set Copy
to Always. Then it will include it in the deployment.

As an example, we are deploying DirectX dll's locally rather than installing
them in the GAC.

Good luck.
RobinS.
GoldMail.com

Apr 8 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mike L | last post by:
Error occurs on "System.Deployment.Application.ApplicationDeployment.CurrentDeployment" ** Here is my code private void frmMain_Load(object sender, System.EventArgs e) {...
2
by: erick-flores | last post by:
Hello all I have an application in access...I would like to publish my forms so users can fill them just like if they were using the .mdb file and running the forms in MS Access. How do I do...
3
by: Tom | last post by:
I did a Build --Publish web site last night on my web app, It publish correctly but it created 12 DLL's for it. Is there a way to only get 1 dll for the entire web project like in 03 or a is there...
10
by: Phil | last post by:
VB2005 Express. I am developing a solution that involves a windows forms application and a number of class library projects (DLLs). Some of the DLLs require extra data files or third party dlls. I...
1
by: shapper | last post by:
Hello, I created a web site using VS2008 and ASP.NET 3.5. I would like to publish using FTP and I have the following requirements: 1. The files should be placed on the wwwroot folder, i.e:...
6
by: John | last post by:
Hi If I have a choice of WPF or Windows Form versions of a control which one should I purchase? Thanks Regards
4
by: Paul Engel | last post by:
I have an app that published fine to our network. We just moved to a new server and I am trying to publish my app to the new server. It fails and I get the following messages: Error 1 Cannot...
6
by: rcook349 | last post by:
I'm looking for a very simple walkthough on how to automatically build and publish a Visual Studio 2008 Windows app. E.g. 1. Create a Windows App named "HelloWorld" 2. Create a virtual...
3
by: Anonymous | last post by:
How do I publish a web site (web application .net 2.0) from the command line in VS2008?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.