Deploy An SQL Server 2005 WPF Application On Vista?
Sep 27, 2011
I am trying to deploy an SQL Server 2005 WPF application on Vista. Database connection is failing. Can someone tell me on what to do. The app deploys well on other operating systems.
View 6 Replies
ADVERTISEMENT
Jul 7, 2010
Question: I created an ASP.NET web application. Now it originally was meant for deployment on a webserver.That is working, so, so far so good.My question now is: Is it possible to deploy it as a desktop-application, too? That is to say the installer installs some kind of server, plus the web application, configures the server to run this application on a localhost URL, and then creates a link in the start menu/desktop, where it opens that url (website, the application) on localhost in a web browser?
I think it should be possible, though the server wouldn't be IIS, because this is a windows component which can't be separately installed. Is there anything like this already out there The nonplusultra would be that it only starts the server when you click on the shortcut.
View 4 Replies
Nov 21, 2011
How can I deploy my sql server express 2008 database to client that do not have sql server instance at all? Since the server connection in my vb.net program is hard-coded, I want the server instance on client side has the same instant name as mine.
View 7 Replies
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
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
Apr 5, 2012
how can i deploy windows application developed using Vb.net and Sqlserver R2 Express as local database?..how can i make it in setup format(including sqlserver) to deliver to clients?is it compulsory the client should install SQL Server R2 Express in his system apart from the installation of this windows application?
View 5 Replies
Aug 17, 2009
I have my vbnet application with sql server express designed for individual desktop pc. Now I want to have it work on a network.
1_ how can I make my customer to install sql express and the Database on the server and enable the network protocols seamlessly? dont want to have my customer configuring sql expess manually. 2_ how can I have my client software to look for the sql express and connect to it in a seamless way??
Can I avoid the customer to enter configuration data?
View 7 Replies
Apr 4, 2010
why is "sql server express" a prerequisite when i deploy my application? is it because i am using the "oledb" class? im using it to connect to a ms access database...could i be using any other class that would not require "sql server" to be a prereq? what about the "ado" class?
View 4 Replies
Jun 4, 2008
I need to read the email from the mail server that is in my intranet from my application server.
View 9 Replies
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
Jun 3, 2010
I have made a project in vb.net 2008 and used sql server 2008 for database and how to make the setup that need to be deploy on those system which do not have sql server on their system .
View 9 Replies
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
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
Sep 23, 2009
I am building an application with VB 2005 with sql server. I am using a listbox to populate items from the database. The listbox Sorted property has been set to True and also the query uses order by clause on the Name field. The items in the listbox look like
Bean
Began
Cat
Category
Detail
Delta
MY problem is when the user tries to select an item, say Detail, having focus on the listbox, when pressing the keys D the item Detail selects but on next key e, it goes on to the Item starting with E. (in vb6 listbox property Sorted = true would solve this problem, which i am not getting with vb 2005/2008)
So, how can i achieve the multiple keypress on the listbox (without using any textbox to select items) to select the typed items in the list.
View 5 Replies
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
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
Feb 16, 2011
I have a sulution consisting of aout 30 projects, where 8 of tehm are deployment projects. Currently, when I want to debug the winforms app, I press "start debugging", and wait for about 15 minutes for the solution to be built, and also the deployment projects to be built and packed. The solution itself is built in about 2 minutes, the rest of the time is for the deployment projects.So, my question, is there a way to make the setup in visual studio so that only the code projects are built and the deployment projects to be built manually when needed?
View 2 Replies
Apr 22, 2010
3 years ago I developed a vb.net application that connect to sql express 2005 data base.The application worked fine.e replaced our computers, so we installed the application again. (The same exe file, the same sql server and so on).Now, only when loading few forms I receive the following message: n error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)Note that when we log in to the application, a connection is needed. The user verifying is working fine; it means that the connection is working properly.
View 1 Replies
Oct 13, 2009
I am using VB.NET for coding and SQL Server 2005 for database.My application is ready for release. Just on thing missing before I can go live.I want to implement license concept in my application.My license file can be text or xml file. In which there should be some encrypted matter which will be used for validate the application.how I can implement this functionality in my application.
View 1 Replies
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
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
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
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
Mar 21, 2009
store image in sql server 2005 table using .net application?
View 8 Replies
Oct 24, 2011
Can we deploy an application developed in VB2010 to Linux or Max
View 2 Replies
Jun 6, 2011
I'm deploying a VB.NET application with Inno installer. In the past I've used the one Click installer but now require a setup with more options.
What needs to be included when deploying a VB.NET application (developed in VS 2010). I understand that the .NET Framework needs to be installed on the PC, but what else?
Also, where do you put the DLL's on the PC where the app is installed?
View 6 Replies
May 26, 2010
i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system.
View 4 Replies
Dec 14, 2010
i'm developing a linq to sql database application that i created with visual basic 2008. I intend to install the application on another computer system. The problem i'm having now is that, after i've developed,deployed it and installed it on another computer, i can't find the linq to sql database i created with the projectkelvin rolex on the installed application on the other computer,
View 3 Replies
Dec 15, 2010
what is the best way to identify memory leaks from a vb.net 3.5 windows application.
View 1 Replies
Jun 5, 2011
how to create Crystal Reports for Visual Studio 2005 for a Client Server application? The problem I faced is that when I created Crystal Reports for Visual Studio 2005 where the Crystal Report is displayed in the client application it does not get refreshed with data entered. It only displays data that was entered during the time of development. I think this is probably because the database path changes when deployed in a new environment while the Crystal report keeps referring to the database location at development time.
View 1 Replies