Deploying a C# application (Visual Studio Setup Project) How to deploy a C# application using Visual Studio Setup Project.
#16 Guest_davy123*
Posted 25 February 2010 - 09:00 PM
Very nice and clean article....
#17
Posted 26 February 2010 - 01:48 PM
#18 Guest_Wanderer*
Posted 03 March 2010 - 11:50 AM
I followed your tutorial, by adding a setup wizard to a project that I had built the other day. (NA27 Logger Pro)
It all went well during the tutorial until I built the solution of the setup wizard.
When I do this, I got the following error:
Error 1 Unable to update the dependencies of the project. The dependencies for the object 'Primary output from NA27 Logger Pro (Active)' cannot be determined.
When I click on the dependencies of the the NA27 Logger Pro (Active), I see that it depends on the .NET framework and in the .dll I talked earlier. I don't understand why he is complaining about this dependencies, because the .dll is automatically detected by the setup wizard project and it appears on File System of The Target Machine\Application Folder
If anyone could give me some help, I would really appreciate it.
Thanks a lot in advance.
#19 Guest_Manish Jaiswal*
Posted 09 March 2010 - 06:01 AM
#20
Posted 09 March 2010 - 06:47 AM
It is describing the issue you are having and the possible fixes for it.
@Manish Jaiswal You cannot add files programatically. Once you are working on a setup project, you can easily customize the installation by adding files directly from the IDE (not through code).
#21 Guest_Sw2agat*
Posted 19 March 2010 - 12:23 AM
#22
Posted 05 April 2010 - 12:49 PM
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
I'm using this to set the text of a label on my "about" form but would also like it to build into my installer automatically...
#23 Guest_P0*
Posted 21 April 2010 - 10:53 PM
ERROR: Could not create the file 'C:\Users\User\AppData\Local\Temp\VSIBF1.tmp' 'Access is denied.'
Did u have any idea how to fix this?
#24
Posted 25 April 2010 - 01:36 PM
#25 Guest_Bilal*
Posted 26 April 2010 - 10:47 AM
I really liked the tutorial.. the thing that just making trouble is how to publish it???
setup is build but when i published the project it remains the same no installer shows... plz help me with this..
thanx in advance
#27
Posted 09 May 2010 - 08:44 AM
#28
Posted 17 May 2010 - 11:28 AM
i just started to do some programs with c# and access database, and i did everything and it works , but when i do this tutorial , i start the setup and program is being installed , but when i want to start it , it says ''program stopped working'' !!!
its the same thing if i do with publish option...
please help , thanks
#30 Guest_wayelheyel*
Posted 24 May 2010 - 06:55 AM
nice tutorial !!!!
I want to create a setup for my application in c#.but I dont know how to change the path of my database in the setup.
thanks.
|
|

MultiQuote









|