Use Publish And End Up With One .exe?

May 8, 2009

I have Visual Studio 2008 Pro. First of all, I realize that an executable gets placed in the bin directory, but I don't want to go there everytime I build by project. Also, building doesn't seem to increase the version number. I want to be able to use the publisher, which increases the version number, but I want to only end up with a single file, an executable. I also want it to be able to check for updates.

View 1 Replies


ADVERTISEMENT

Publish Compile Error " Error1Cannot Publish Because A Project Failed To Build"?

Nov 21, 2009

Now I did a clean build, and tried to publish, and I get a lot of errors and warnings that I don't understand.

Error1Cannot publish because a project failed to build.11AllJ Slots

Warning2Assembly 'Microsoft.DirectX.AudioVideoPlayback.DLL' is incorrectly specified as a file.AllJ Slots
Warning3Assembly 'Microsoft.DirectX.DLL' is incorrectly specified as a file.AllJ Slots
Warning4Assembly 'Microsoft.DirectX.DirectSound.DLL' is incorrectly specified as a file.AllJ Slots
Error5An error occurred while signing: Failed to sign binReleaseapp.publish\setup.exe. SignTool Error: ISigned
:Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign: binReleaseapp.publish\setup.exeAllJ Slots

View 2 Replies

.net - Another Way To Publish Besides Clickonce?

Jun 9, 2009

does vb.net have a different way to build an application without using clickonce?

View 2 Replies

Cannot Publish Project?

Oct 6, 2009

I have a finished project which is to be distributed via CD-ROM. The project has been previously built and published without problems but now will not do either. I am getting the following:Cannot publish because a project failed to build.The signer's certificate is not valid for signing.

View 3 Replies

Error When Trying To Publish

Jun 27, 2010

[URL] I get this error when trying to publish my application. I've spent 3 months on this project and it's nearly finished!

View 2 Replies

How To Publish Programs

Oct 10, 2011

i have made some apps text bomber a couple games i am a pretty good programmer but now i want to put it online and i am running in to some problems its says it dose not have ever thing and can install or it is not formatted right it works on my pc but not on others pc. i am trying to put it on my web site rangercomputers.webs.com you can try.

View 3 Replies

IDE :: Cannot Publish In Vs2010

Apr 5, 2012

I have been testing and experimenting with "one click publishing" for a week now, and still cannot get a successful deployment. The results i get are listed below

(4/5/2012 12:14:11 PM) An error occurred when the request was processed on the remote computer.

The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v2.0'. This application requires 'v4.0'.

Publish failed to deploy.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========

View 2 Replies

Publish A Windows App?

Dec 9, 2011

I want to publish my windows application. I can't do this for some reason. My program revolves around an Access database. So I realized that my connection string has to change from my project folder to where ever the user decides to install the program. Even when I install it on my computer, my add/update statements don't work, they do work however when I debug my program.

View 14 Replies

Publish An Asp Website?

Nov 20, 2009

I want to publish an visual basic asp.net website. I'm using visual studio 2005.net?

View 2 Replies

Publish Application In A .exe ?

Oct 19, 2009

Would I be able to publish my application in a .exe to where anyone can download and install it?

View 1 Replies

Publish The Application?

Oct 26, 2011

I'm a beginner with Visual Studio and a Mac user switching to Windows. Well, I'm ready to release the first freeware title. So I go to Build > Publish (application name). And the Publish Wizard guides me through the process and asks me where to publish this application. Do I point it to C:Program Files ? The permission of this folder is set to Read-only. So I'll get an error with this path. I can successfully publish the application if I point the path to Desktop. But that's not a good location where users install applications, is it?

View 3 Replies

Publish With .dll Files?

May 1, 2009

I made an application which controls the parallell port and i want to publish it so i can install it in other PCs.The app i made uses some libraries or .dll files which i copied manually to the C:/WINDOWS/system folder.When i use the option Build>Publish Project.. i can create an installer but it doesnt install the .dll files.My question is:¿Can i create some sort of installer that includes those files into the system folder, or should i always manually copy them?

View 2 Replies

VS 2005 / Best Way To Publish A Vb.net .app?

Oct 27, 2010

I have an application that I have written in vb.net that is going to be deployed to about 100 people throughout my company as a desktop application.Is there a way for me to make updates or rebuilds and deploy those changes to users without having to make them uninstall the application and re-install the updated version? I have been using the build function inside vb.net and it publishes and creates an install but any time I make changes or updates to the app I have to un-install and re-install the .app to my desktop.

View 1 Replies

VS Not Creating Exe When Publish?

Jan 11, 2012

Ok let me start by saying i know this is going to be something stupid. But... when i publish my latest app and then navigate to the folder i published it too i have no exe file ...

Let me clarify ... when i go into the correct build folder under application files i only have 3 files

a click once file
a .exe.deploy file
and a .exe.manifest file

I have looked at some of my other projects and the only real difference is the deploy file... why is this being created?

On a side note if i simply take the .deploy off leaving simply .exe the program runs as expected ...

View 4 Replies

Application Installers/publish ?

Aug 1, 2009

I am nearing the end of my journey with the application i have spent the last few months working on.

Now my question is this...How do you go about making an installer? Obviously i am sure you have worked out now i mean the exe you click and choose instalation folder/desktop short cut or not/add to start menu. accept the agreement etc

Now i know vb.net has a publisher that i have looked at but is that the same? how to make my application have an installer.

View 9 Replies

Build/publish Two Copies At Once?

Aug 26, 2010

I'm looking for a way to have my code build two copies of itself at once.The program has an "A" and a "B" configuration that need to be compiled as Prog-A.exe and Prog-B.exe every time the code is compiled. I can do this manually, but I assume there's some way to do it in code? What I'd like is to use conditional compilation to have the A configuration compile so that it runs a "setup as A"-type method on load, and the B likewise, and then have it compile both versions each time.

View 1 Replies

Cannot Find The Database After Publish

Apr 14, 2010

I am doing the POS system. I have one database only. When i run the program in the VB.net Application, it has no error, the program work fine. But after i publish it and install into my computer. I run the program, it still can work when in the login part, it can retrieve the database in the login part but cannot work in the Sales part.. I really have no idea on what is wrong with my database connection. I have try many way but fail. hope someone can give me some direction. below are the error message and detail it gave me. The error message pop out.

[Code]...

View 4 Replies

Cannot Locate Exe File After Publish

Jun 17, 2009

important info : my o.s. is windows7

i just recently published my app, and when i try to locate the exe file from the start menu/my app folder/my app shortcut's properties, i get this as a directory:

C:Users rujadeAppDataRoamingMicrosoftWindowsStart MenuProgramsmy application

now when i go to that location, in windows explorer, all there is a shortcut looking icon. when i check the properties for that, the Type of File : is Application Reference (.appref-ms) . is this my app, and if so, why does it have that little arrow on the icon like shortcut icons do?

i cannot seem to locate the .exe file by doing a system search, other than locating my other similar app which is located in a set folder and was not run from a setup. and if possible, how can i install my app in c:program files and not that set location?

View 4 Replies

Easiest Way To Publish Project To Wep?

Nov 9, 2011

how if it possible to publish program straight to wep. I asked before another question about publishing and making setup files, that worked well. But now I have finished other of my programs and I want to know can I somehow add it straight to wep site? I have now used suntuubi.com as own wep site, it's not the best but its free :) And I have usually posted a link to download setup from mediafire (or some other) but can I run that program from my page without any downloads? I made that program with windows forms application, do I need to use wbf broswer application? ( if so, can I somehow fastly switch it without making everything again?) And one more, if it is possible in some other wep site than suntuubi.com can you recommend it?

View 1 Replies

Folder Not Appear After Publish Program?

Feb 24, 2011

When I publish my program, I can't see the folder that I have in my solution explorer appears together with other files. I have been wondering how to add a folder or I do it wrongly. I have using this method:-Project.. add... new folder and I name it as SC1. But when I publish it, I can't see in in application files(It's not embedded together). I can't use add existing as it required me to add a very specific files (Not a folder ). As what I can see, there is not specific properties for folder sc1 (build action /copyto output directory).

View 11 Replies

How To Publish / Share A Program

Nov 4, 2011

Now I have finished my another really small program. I have tryed to publish in several ways but with now result. So how can I publish it easily? I will share it so I'd like to have just one "setup" file which creates the another necessary files. (or just one bigger file?) but the main thing is that I dont want to start share 4-5 files...

I get it worked on my computer, that's not a problem. But then I upploaded all of the files (4-5) to mediafire, destroyed program from my computer and downloaded those files: Program didnt worked: Sayd just "U havent downloaded all necessary files" (something like that).

Well I think it's possible also to publish to new wep site. In fact I tryed to make wep site (with www.nettisivu.org ) (finnish quite good wep-page-creater) but the same result: no results at all. If this is the easier way, how I could upload my program straight to that site? In that "wep-page-creator" the final site looks that: xxxxx.nettisivu.org and editing page looks: xxxxx.nettisivu.org/wp-admin/page.php?action=edit..... (xxxxx=my name for site)

View 2 Replies

How To Publish An Access File

Aug 18, 2010

I want to publish an access file to server with code in C# or VB.NET

View 3 Replies

IDE :: Getting Diagnostic Output From Publish Now?

Jul 31, 2009

I select Diagnostic for MSBuild project build output verbosity. This works for Clean and Build.

Unfortunately, Publish Now flushes everything from the Output Window just before it does the actual copy to the web site. Is there someway to change this behavior so I don't lose all of the diagnostic information or point the output to a file?

View 3 Replies

Publish A Application By Doing Some Alteration?

Feb 15, 2012

i have problem in C# window platform i have to publish a application by doing some alteration i have 5 licence key when i enter those licence key, then that should get copied to the application2, form1 5 textboxes in application1 their i am using button by clicking on that button it should publish application2

and when i give only 3 licence key from application1, then it should copy those 3 licence key to only 3 textboxes of from1 in application2 and by clicking on the button which is in application1 the application2 should get published by change how should i do this or is their any other way so that i can do the above procedure

View 1 Replies

Publish An App In VB 2008 Express?

Oct 4, 2009

Im tryng to publish an app in VB 2008 Express, when I do I get the following error:Error1Cannot publish because a project failed to build.Error2An error occurred while signing: SignTool.exe not found.

View 8 Replies

Publish Application With A Database

Nov 19, 2011

i want to have a built in database for my project this is what i did so far, i placed the mdb file inside the project

[Code]...

View 1 Replies

Publish My Application In Program?

Sep 20, 2009

I'v tried using the 'Publish *APPLICATION NAME*' button under 'Build', but i don't know where to go from that dialog.

View 5 Replies

Publish My Program Application?

Jun 5, 2009

Im using visual basic 2008 express edition. How can i publish it to company server.

View 1 Replies

Publish My Program Onto Softpedia ?

Apr 24, 2010

I want to publish my program onto softpedia but the problem is, if I just include the setup file or the program file, It will say on another computer that it is missing components, how can I bundle all the resources and stuff into one EXE file. Also, how can I make my own Setup file?

View 5 Replies

Publish Or Release Build In VB?

Nov 10, 2009

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I've released the code as a Google Code project. It's easy for a developer to get the source but I'd like to make it easy to install too.

What I did was make a release build then zip up what it created, this included a setup.exe. There was also an option to "publish" my project which looks like it can enable update checks and other stuff.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved