41 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Suzie999

Having problems getting my code to run on non dev machines. All machines are win 10 and my code targets .Net 4.6 which is supposed to ship with it. On one machine I had a problem where an exception to do with System.Data.SQLite was thrown and on another I had …

Member Avatar for ddanbe
0
167
Member Avatar for virupax

This the error I am getting when I install VB application which is developed in VS 2010 with Access 2010 as backend error: ACEW OLEDB 12.0 not REGISTERED on local machine This appears to be faced by many people. I faced it first time when I installed similar project in …

Member Avatar for deceptikon
0
348
Member Avatar for CoilFyzx

Heelloooo good day. Thanks for seeking to help. I am creating a Java program(obviously). At the end of my work I wish to install it as (a)an .exe file. However I wish that after its installation, file type association would have been setup automatically(I phrased that latter part of the …

Member Avatar for stultuske
0
301
Member Avatar for preetha9

How to deploy a windows application (in VS 2010) with database. I know to do the setup project for the windows application. I have to give demo that one machine act as client and another machine as server. I have to deploy the setup on one machine which will work …

Member Avatar for deceptikon
0
162
Member Avatar for Eddie_B

Hello everyone, first of all I posted this thread on vbforums.com and so far haven't had much luck getting solutions. If needed I can provide the exact link to the thread but here is what I'm trying to do: I've been trying to find out how to compile a simple …

Member Avatar for Eddie_B
0
2K
Member Avatar for shaun.b

Hi Again, I have now completed my project and have deployed it successfully, however, i have some ilmerge and obfuscator post build commands that run successfully (I assume, as there are no errors). However, when i deploy the project using an installshield project, and install it on a test computer, …

Member Avatar for shaun.b
0
269
Member Avatar for rc_new

I am designing a software with front-end **VB.NET 2010** and back-end **MySQL**. Please assist me i want to deploy this application as an executable file with the MYSQL database embedded. How can i do this. if anyone with step by step procedure i will be grateful. im a newbie.

Member Avatar for RvSon
0
183
Member Avatar for khair.ullah

how to code vb.net connection string support to all computers? normally we are puting connction string like this. con = New SqlConnection ("Server=REHAN-PC \SQLEXPRESS;Initial Catalog=library;Integrated Security=true") con.Open() but the thing is when we are going to put this application to another computer we have a trouble. Now what to do? …

Member Avatar for Reverend Jim
0
289
Member Avatar for BUGSIE91

I learnt to create a exe file of a project from this link [Click Here](http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html) The app that i am creating requires a database...i.e, it has a login form which verifies the data entered with a ms access database...how do i include that database file in the exe??? to create …

Member Avatar for Codefiva
0
319
Member Avatar for pucivogel

I have created a cube in visual studio, when i want to deploy it i get the following error: Error : The project could not be deployed to the 'USER-PC\SQLEXPRESSR2' server because of the following connectivity problems : A connection cannot be made to redirector. Ensure that 'SQL Browser' service …

Member Avatar for pucivogel
0
178
Member Avatar for Skate Bart

If I install a program that was created by Visual Basic 6.0 (via Package and Deployment Wizard), and install it on my computer, is Visual Basic 6.0 need to run that installed program?

Member Avatar for AndreRet
0
169
Member Avatar for kindofsudden

I have read many articles here, but haven't quite found the solution. I have a SQLEXPRESS database that is used by my VB.NET application. I have packaged and deployed the application via an MSI file and everything works great except I cannot figure out how to include my database file …

Member Avatar for kindofsudden
0
252
Member Avatar for ariez88

Hello, I have published version 1.3 of an smart client application on my intranet. The deployment goes fine. However, when I try to install the application on my system from intranet I encounter following problems. A. "The publisher can not be verified. Are you sure you want to install this …

Member Avatar for danielgr
0
183
Member Avatar for kenth21v

I can't seem to find an thread that matches my questions so I am starting a new thread... I made an application. I used: VB.net 2010 SAP Crystal Reports Runtime Engine for .NET Framework 4.0 SQL Server Database (.mdf) I don't really know how to setup so I just publish …

Member Avatar for kenth21v
0
246
Member Avatar for shcha

We are a Japan-Korea based software company that focuses heavily on virtualization technology and cloud system. We are currently looking for global partnerships to expand our marketing channel. Although we have strong sales channel in East Asia, we have limited knowledge and resources on other regions. Could anyone give us …

0
215
Member Avatar for tanha

I developed a web application system using ASP.NET VB code with SQL Server Database. Now I need to deploy them on a real server. I never used windows host and therefore, need and look for your valuable comments and feedback for the followings: [LIST] [*]Which host is better? [*]What kind …

0
138
Member Avatar for if10066

I have a project, it's simple game just to make a game called congklak. it is traditioanl game from Indonesia. The project has finished, and work, well compiled, all components like package, database (*.mdb), and all the pictures are read by programs. But when it's deployed, the pictures and database …

Member Avatar for stephen84s
0
178
Member Avatar for Begginnerdev

I have recently written a VB.NET application and I am stuck on the deployment. I can't use the ClickOnce, because the program has to be installed on the machine under program files, therefore, I use InnoSetup. My problem is that the application requires sqlclient and .net 4.0 to be installed, …

Member Avatar for Begginnerdev
0
810
Member Avatar for jazz_vill

I have a Java Desktop Application I made and I am now on the process of deploying the application. I tried to use Java Web Start but came up with certain problems. My application is fully working when I start it locally or inside my IDE. But when I try …

0
133
Member Avatar for krokodajl

I have created deployment procejct which registers COM object. The output file is a setup.msi file. After installation I moved file into other directory. While unistalling app I recived error "the feature you are trying to use is on a network resource that is unavailable" so I must point directory …

0
158
Member Avatar for ryan.khan06

I'm new to deployment of an application in C#, especially im running on a 64 bit OS. When i entered Visual Studio, i configured my application to run in 32bit, what happened was, it created a folder in the debug folder and it's name is "x86". When i checked it …

Member Avatar for Panathinaikos22
0
207
Member Avatar for danielgr

Hi, 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 …

Member Avatar for sandeepparekh9
0
557
Member Avatar for ronnieaka

here's my code: [CODE] import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.annotation.WebServlet; @WebServlet(name="HelloWorld",urlPatterns={"/HW"}) public class HelloWorld extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { PrintWriter out = response.getWriter(); out.println("Hello Programmers!!! "); } } [/CODE] to access it on Tomcat, i goto : localhost:8080/examples/HW so i …

0
125
Member Avatar for Avrajit

Hi, I am unable to run my c# application on a different computer other than my own computer. I have an attached mdf database file in my project. I have 'SQL SERVER 2008' as pre-requisite in the setup project. The application is installing & running fine on my machine, but …

Member Avatar for Avrajit
0
637
Member Avatar for ashwinshenoy

HI Guys, I have completed my VB project using vb 2008 express edition.. I am not able to create a set up file for my project and I think it is because of the file path i have provided in my program dbSource = "Data Source = C:\Documents and Settings\cfadmin\Desktop\Lead_management\Lead_Management_Project\Lead_Management_Project\London.mdb" …

Member Avatar for Mitja Bonca
0
254
Member Avatar for yoge911

hey guyz, i have created an application in vb.net and now i want to create custom uninstaller which asks for a password during uninstallation of the application. if password is correct, then start the uninstallation process else exit the process of uninstalation. i always used clickonce deployment type installation and …

Member Avatar for yoge911
0
143
Member Avatar for special life

I made an windows application using c# express edition 2010 and i use the SQL database as mdf file inside my soultion and the connection string mad automaticaly in the app.config as the following: [CODE]<add name="MainForm.Properties.Settings.FamilyHistoryConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\FamilyHistory.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />[/CODE] then when i am trying to publish the …

Member Avatar for special life
0
231
Member Avatar for mnewsome

Hello, Presently reading about WIM Imaging. There ismuch material available on the steps but nowhere can I find what exactly happens during image mounting/unmounting. Microsoft Technet does not clearly explain why mounting is necessary and what happens to the image during the steps of the mounting process. guidance sought

Member Avatar for caperjack
0
180
Member Avatar for TySkby

So, not so much of a coding question but more of a development question. [B]Some background:[/B] I have finished writing a scheduling program (in part thanks to the folks at Daniweb) in PHP (using MySQL) for a small business that sells musical instruments, music lessons, and the like. The program …

Member Avatar for TySkby
0
221
Member Avatar for adityaagrawal

Sir, I have developed a few simple projects using Netbeans IDE.They contain JSPs,Servlets,Java Classes and i use Mysql as database.Please guide me how to place them on internet.how will the databse work.I have created (exported) a[B] .sql[/B] (dump file) of my databse. I Understand that i will have to register …

Member Avatar for adityaagrawal
0
196

The End.