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


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

VS 2008 Deploy VB2008 Express?

Nov 25, 2009

How do I deploy application using vb2008 express? I tried to find on in its package but couldn't.now i use cyber installer suite and works fine, except for one thing:

when I use visual basic powerpacks conponent, such as rectangleshape or ovalshape, I still cannot make my program works in other computer without vb2008 installed.. (deploy using cyber installer suite 2009)

View 4 Replies

[2008] Standard Edition Deploy?

Feb 13, 2009

I've bought the Standard Edition 2008 and the Publish wizard seems to behave in much the same as Express ClickOnce. Is there some way I can get it to deploy the Publish setup.exe files to C:Program Files? Is there some way I can tell it what extra .txt and .xls files are part of the application? I cannot see anything about adding files as part of the app. I've looked at what I'm supposed to get with Standard, but have not found quite the detailed documentation I'd like.

View 2 Replies

Package And Deploy On A 2008 Free Edition?

Aug 2, 2010

How do you package and Deploy on a 2008 Free Edition.

Do you need a licensed version to Package?

View 1 Replies

C# - Deploy SMO Application To Workstation Without SQL Server 2008 Installed?

Jun 15, 2010

I am trying to deploy an application that uses SMO on a workstation without SQL Server installed on it. The instance the app is connecting to is SQL Server 2008. The application is failing with:Could not load file or assembly 'Microsoft.SqlServer.Replication, Version 10.0.0.0, Culture=neutral,PublicKeyToken=89845cdc8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format.

The assembly in question is in the same path as my application as well as system32. I am running this on a Windows 7 64 bit box. I have run SQL Native Client, CLR, and SMO MSIs from the 2008 SMO redist download page.This app worked fine when connecting to SQL Server 2005.

View 1 Replies

Deploy Stand Alone SQL Server 2008 Express Database?

Dec 10, 2008

How can I deploy and reference a stand-alone SQL Server 2008 Express database with my vb.net 2008 Express app ?

View 8 Replies

VS 2008 - Deploy (RTF) Content Files In Specific Folder

Mar 11, 2011

I've created a Setup project (in VB.Net 2008 Standard Edition) and I need to deploy some .rtf files in a specific folder for the user to edit. I've added these files to the project as content files but the Setup project installs them in Program File/MyApp along with the exe. As these rtf files need to be found easily by the user I need to specify a different folder on the hard drive. These are not mdb or xls files so are not used by the app itself. All the user needs to do is find them manually loading them into MS Word for editing. I don't need to load MS Word from the app, but I do need to deploy them so the user has access to them. How do I edit the file path so it does not bury them in Common Files or the User App Data or app folder itself? Ideally, since these are rtf files they could go in My Documents. (The app itself will work whether or not these files exist elsewhere.)

View 5 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

Deploy 2005 With Crystal Report 9 On Windows Server R2 2008 X64

Dec 1, 2011

My problem is, when deploy vb.net 2005 with crystal report on Windows Server R2 2008, the report can't load it show blank. i'm using AxCRViewer91 component.

the DLL's;
AxInterop.CRVIEWER9Lib.dll
Interop.CRAXDRT.dll

Is it compatible on Windows Server R2 2008 x64?

View 1 Replies

Deploy A 2008 Express Class Library Project (addin Dll)?

Mar 16, 2009

I'm not sure if this is the right forum or not but...I've written my first VB.NET 2008 Express Class Library project (addin dll) and now I need to deploy it. I see Windows Form Applications have a Publsh tab (ClickOnce) in the project properties window but my class library project does not. How do I deploy a VB.NET 2008 Express Class Library project?

View 8 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

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

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







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