472,965 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Where is the "Setup"type of project in VisualC# 2005?

Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have
a Setup kind of project available. Actually, except for the Screensaver
Starter Kit, it has only four types: Windows app., Console app., Library and
Empty project. I have the .Net Framework SDK 2.0 installed (of course, also
the Framework) but no use.
I was used to this handy kind of project since VS 2003 but now I have to
resort to 3rd party software to deploy my applications.
There is indeed the Publish feature, but for unknown reasons to me, it
always fails to complete saying that "a project failed to build". Otherwise,
the main application compiles and runs perfectly.

So, what's the answer?

Thanks in advance.
Jul 21 '05 #1
5 1584
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected
something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention
possible violation of lisence.

"A. L." <A. L.@discussions.microsoft.com> wrote in message
news:8C**********************************@microsof t.com...
Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have a Setup kind of project available. Actually, except for the Screensaver
Starter Kit, it has only four types: Windows app., Console app., Library and Empty project. I have the .Net Framework SDK 2.0 installed (of course, also the Framework) but no use.
I was used to this handy kind of project since VS 2003 but now I have to
resort to 3rd party software to deploy my applications.
There is indeed the Publish feature, but for unknown reasons to me, it
always fails to complete saying that "a project failed to build". Otherwise, the main application compiles and runs perfectly.

So, what's the answer?

Thanks in advance.

Jul 21 '05 #2


"Norman Yuan" wrote:
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected
something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention
possible violation of lisence.


Thanks for answering to my question. Anyways, I tried for the past few days
to reach some kind of reference on deploying applications with VC#2005, but
it seems like I can't find any. Everything I came across is written for
VS2003, except for some blog article saying something about the ClickOnce
technology but it wasn't too useful.
Would it make any difference if I'd mentioned that I have Visual C# Express
Beta2, not VisualStudio 2005?
As for licensing issues, I don't think it would be such a matter since I
only needed to deploy an (non-commercial) app. to a few computers on my LAN.
And, BTW, when is the VS2005 release supposed to come out?

Thanks once again.
Jul 21 '05 #3
I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.

"A. L." <AL@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...


"Norman Yuan" wrote:
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention possible violation of lisence.
Thanks for answering to my question. Anyways, I tried for the past few

days to reach some kind of reference on deploying applications with VC#2005, but it seems like I can't find any. Everything I came across is written for
VS2003, except for some blog article saying something about the ClickOnce
technology but it wasn't too useful.
Would it make any difference if I'd mentioned that I have Visual C# Express Beta2, not VisualStudio 2005?
As for licensing issues, I don't think it would be such a matter since I
only needed to deploy an (non-commercial) app. to a few computers on my LAN. And, BTW, when is the VS2005 release supposed to come out?

Thanks once again.

Jul 21 '05 #4


"Norman Yuan" wrote:
I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.


I appreciate answering again to my question. Indeed, it seems natural to
have to pay for the official release (although it would be nice to be free ;)
).
Looks like I'll have to either wait for the release or switch back to
VS2003. Until then, if you have any links that could point me in the right
direction on using the Publish feature in Express I'd be grateful.

Regards, A. L.
Jul 21 '05 #5
A. L. wrote:

"Norman Yuan" wrote:

I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.

I appreciate answering again to my question. Indeed, it seems natural to
have to pay for the official release (although it would be nice to be free ;)
).
Looks like I'll have to either wait for the release or switch back to
VS2003. Until then, if you have any links that could point me in the right
direction on using the Publish feature in Express I'd be grateful.

Regards, A. L.


AFAIK, the Express editions don't support standard setup projects. For
information about diferent versions and pricing, see

http://msdn.microsoft.com/howtobuy/vs2005/

HTH,
Stefan

Jul 21 '05 #6

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

Similar topics

1
by: news | last post by:
Hi, Im using the "setup project" in Visual Studio 2003 (v7.1) to create an MSI install package. The problem is that I need to run a .INF file on the target machine at the end of the...
5
by: A. L. | last post by:
Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have a Setup kind of project available. Actually, except for the Screensaver Starter Kit, it has only four types: Windows...
12
by: Emi Lu | last post by:
Hello all, I have a question about "date" & "timestamp" types in PostgreSQL. I want to setup the default value '0000-00-00' and "0000-00-00 00:00:00" for them. However, it seems that PostgreSQL...
1
by: mtshenhua | last post by:
which tool can help me to realize it?
0
by: kplkumar | last post by:
Hi I am new to this. I am trying to create a setup project to package our stuff and create an installer. This is what I want to do, I have a directory sructure in which we have our...
6
by: TS | last post by:
This method has a return type of a CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument. I have gotten this error before with a crystal object but i would think that it would come...
0
by: JM | last post by:
I have created simple windows service which just write message to event log when it starts and stops. I am able to install it succesfully using: installutil <service_file.exe>, where...
3
by: Gina_Marano | last post by:
Hey All, I have created an application and an installer for it using Visual Studios "Setup and Deployment" project template. It works great (for the simplicity that I require) except that it...
1
by: Rob | last post by:
I am doing a simple setup deployment.... everything is fine but the program installs to the Program Files\Default Company Name.... I hear that is derived from the "Manufacturer".... Where do...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...

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.