Deploy Vb Program To A Cd?

Jun 21, 2010

how do i go about publishing my program so that it can run right from the cd? do i just publish it to my pc then install it to a blank cd?

View 1 Replies


ADVERTISEMENT

VS 2008 How To Deploy Program Into A CD

Dec 12, 2009

I am trying to deploy my program from vb 2008 express edition into the CD using ClickOnce but it has no progress at all and will take a long time when you run the setup.exe to another computer and in the end it will just pops-up an error. I have followed the proper setup procedure on how to publish the program into the CD with ClickOnce and was able to successfully published it along with all necessary prerequisites and supporting files.But when you open the setup.exe from the CD using other computer,it won't deploy the program into that computer and will just display a window which gives you 3 buttons saying Details,Retry,Cancel saying such error after downloading the required files.Does it matter if my OS is Vista and the computer where I'm deploying the program is using XP?What could have been the possible cause for this problem?How could I possibly resolve this issue?

View 3 Replies

Deploy An Application Developed In Program?

Oct 24, 2011

Can we deploy an application developed in VB2010 to Linux or Max

View 2 Replies

Deploy Applications To Program Files?

Jun 16, 2009

when i publish my applications in visual studio 2008. when it is installed i only see the entry in the programs list at the start menu and the application folder is thrown some where else(wonder where). So i was wondering is there a way to publish an application so that when it is installed, it gets installed in the program files folder on C:\

View 2 Replies

VS.net 2003 And Deploy Finished Program And Try To Run It On AnI?

Jan 5, 2011

I am using VS.net 2003. When I deploy my program and try to run it the program works except that when I try to print a report I get a message that I need a license.

View 7 Replies

Deploy 2010 Program With Access Database?

Feb 15, 2012

i wanted to know how to deploy a simple program that is coonected to a access database.I have tried it many times but when I try to install it says that some file is mising. How can I do it so that I dont have to copy the database from one computer to another.

View 1 Replies

VS 2008 - How To Deploy A SQL Server Database Program To A Machine

Mar 22, 2010

how do I deploy a SQL server database program to a machine thats I don't know the name of the machine. tried using "server (local)" but still.

View 6 Replies

Eliminate, "Cannot Find Add-in 'mscoree.dll" When A Setup Program Is Used To Deploy A

Nov 1, 2011

I'm trying to create a COM User Defined Function automation add in for Excel 2003/2007/2010 and create a setup program that will install the add-in without the error message "Cannot find add-in 'mscoree.dll'. Delete from list?" occurring when the automation add-ins added to excel. This error occurs when running the setup program on PCs other than the development PC.

Using this example by Eric Carter combined with this Stack overflow answer. I have tried both methods of registering both the custom dll and mscoree.dll. Solutions for this problem are well described in both of those links however neither the registry edit of the setup program described in the stackoverflow link nor the code from the other link that should register mscoree.dll works for me when installing with a setup project on another PC (64 bit Windows 7 PC not used for building the program). (In fact the last comment on the Stack overflow link is a person with the exact same problem that I am describing here.) The add-in does work, I just want to prevent the error message.

View 1 Replies

Deploy A VB Program - "dotnetfx35setup.exe" Will Not Run

Mar 24, 2010

dotnetfx35setup.exe will not run in Windows 7. I'm trying to "deploy" a Visual Basic program and VB can't find the prerequisite files. Is there a newer version of this EXE that will run in Windows 7?

View 1 Replies

.net - Deploy Asp.net Project In IIS?

Jun 11, 2009

I have windows 2003 server , and a asp.net project developed in VS2008 developer edition how to deploy this website in the server?

View 4 Replies

Deploy A .Net 1.1 App With No Manufacturer Set?

Mar 31, 2009

I need to deploy this app and currently the installer the path goes something like "C:Program FilesManufacturerApp". I just want it to be "C:Program FilesApp" by default. I know I can change this manufacturer from the properties for the project, but I want it to go away altogether. The setup project won't build with it gone.

View 2 Replies

Deploy A .net Application With SQL?

Jan 16, 2011

As i am deploying my vb.net application with sql database

it doesn't work on other client system without SQL installation

What is the way to deploy a vb.net application with SQL.

View 5 Replies

Deploy A VB Project?

Jun 21, 2010

I want to publish my project along with some of the other text files(.txt) . i am able to publish it successfully but the files in the "debug" folder are not getting added.... so when i install and run my project it shows me a error message "FILE NOT FOUND".

View 1 Replies

Deploy A Web App To Production?

Nov 11, 2010

My technique for deploying an ASP.NET webapp into production is as follows[code]...

I don't stop the database or run any additional tools to promote to production. It's a small company, and this seems fine. What's wrong with this technique in your opinion?

View 4 Replies

Deploy An App With A Database?

Jan 19, 2009

I made an app that uses a Access Db extensively(will be changed to sql later). I have hard coded the location of the db into the app,i use one click to deploy the program and then i manually copy the database into the location.

View 7 Replies

Deploy An Application On A LAN?

Jun 29, 2009

i just finished developing an application with visual basic and want to deploy it on the client computers while the database is on the server in a LAN environment.i tried installing the application on the server but the other computers on the network couldn't access it.i am using SQL 2000 database on the server.

View 2 Replies

VS 2008 : How To Deploy An App

Aug 21, 2009

I've designed a small database app that I now want to deploy on a different machine.If I "publish" the app from the IDE does that give me the appropriate functionality to do this?

View 3 Replies

C# - Deploy A DLL That Is Constantly Changing?

Dec 19, 2011

I have created several small applications that use my own DLL. The problem is, this DLL is constantly changing. My current solution to this problem is that I have a Setup project in the class library solution that creates and registers the DLL. In all my applications I then have to open the solution and re-reference the newly created/registered DLL. Then I have to re-compile their setup projects, uninstall the old applications, and then re-install the new application.

There has to be a better way and I'm just not sure because I'm fairly new to all this. I have looked into ClickOnce but I don't think that will solve my issue as I cannot publish a class library. I have looked into checking version numbers but I must be doing something wrong because it doesn't work either.I understand that once a DLL is created and being used in an application it should essentially not be touched. I do not have that option in this situation. It is constantly updated. Done.

Edit: The DLL is not constantly changing during runtime but it is constantly evolving to allow more functionality and detail within the other applications. Also, one big thing I guess I should have mentioned is the Public interface is constantly chaning - usually adding new methods.

View 4 Replies

C# - Deploy Office 2007 Add-in?

Jun 14, 2011

I have created a PowerPoint addin using the steps from this article: Using RibbonX from Visual Basic

The plugin works fine when I start the project using F5 in Visual Studio 2005. But if I try to use the installer created by the setup project that is automatically added to the solution, the plug-in won't show when I run powerpnt.exe

Is there something I missed? Do I need to make some modifications to the installer?

View 1 Replies

Can't Deploy Interop.Excel.DLL

Feb 6, 2006

I've developed a vb.net app which works great on my dev machine, both within the IDE and as a compiled executable. But when I deploy it to a user workstation, I receive the following:

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Could not load file or assembly Microsoft Office Interop.Excel, Version=11.0.0.0,Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannon find the file specified.

View 12 Replies

Deploy .net Project With Sql Database?

Feb 15, 2010

I have an vb.net application that I want to install on client machine. The backend is SQL server. Could I make up a setup package that would deploy an application that includes the database with all the stored procedures and tables? The client pc do not have sql server installed there.

View 14 Replies

Deploy An Application By Using Clickonce?

Feb 24, 2009

Im trying to deploy an application by using clickonce and having some difficulties with it. In a class i have this function

Private AD As ApplicationDeployment
Private updateCheck As UpdateCheckInfo
Public Function SoftwareUpdate() As Boolean

[code]....

When i create my code on a form (to run the function above) i receive the error "Object not set to an instance" I try to add New to my declaration but then receive the error "Application Deployment has no constructors". Im not sure what im doing wrong or how i should go about this.it does not go past the line AD = ApplicationDeployment.CurrentDeployment i decided to leave the remaining code

View 4 Replies

Deploy App With Ace.oledb 12.0 Provider?

May 10, 2012

I've just published an application that I was working and now when I install and run it on another machine it gives me an error it says "The Microsoft.Ace.Oledb.12.0 provider is not registered on the local machine" How can I rectify this problem I've looked in refferences and the prerequisitues but its not there. what else can i do?

View 4 Replies

Deploy App.config With My Installer?

Jun 28, 2009

As far as I understand all default settings of app.config settings is hard coded in the application and will generated on the fly in the first run.

If this is true then there is no good reason to deploy these files with an installer or in a zip package, am I right?

View 1 Replies

Deploy Database With Project?

Jan 2, 2012

I connected my project to a sql database - i created the database in sql server 2008..

my project run ok in Visual studio but when i deploy it, it cant find the database

can anyone tell me how to deploy a database with my project?

View 26 Replies

Deploy Mysql With VB Application

Feb 15, 2012

I developed a vb.net application and TRIED MYsql for database as ( open source). i have to install this application in client machine? As i am new to MYSQL, for deploying MYSQL Database as a Setup installation (With application ) in client machine.

View 1 Replies

Deploy SQL Server Database?

May 22, 2012

Does anybody know how to deploy SQL server database using VBnet.(When you install application on user computer, application should be setled to use database, How?)

View 1 Replies

Error When Trying To Deploy VB Application?

Jun 16, 2010

I have developed an application using VB2005 and Access Database and am trying to run it in another machine but wasn't successful in doing so!I tried to use (Publish from Build) but when I did the setupin the other machine I got anerror connecting to the database simply because the connection string is different

View 1 Replies

Find Out What Version Of IIS That Need To Deploy ASP.NET+VB App?

Mar 17, 2009

I just got application written in ASP.NET and VB, can i deploy it on any IIS?Are there any files in project with that kind of information?

View 4 Replies

Guidlines To Deploy Application

Aug 4, 2011

I develop an application in vb 2008. Now the times come to give it to user. when i publish it setup file created but when i try to install on customer computer the error Assembly cashe 12.0.0 not installed.Please guide me how i make a setup with that assembly cashe GCA(12.0.0)i want customer just Double click the setup file and software install.

View 1 Replies







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