Published But Can NOT Install

Feb 5, 2011

I have debugged and published. when i try to install the on ANOTHER system (with xp SP2) it pop up .NET framwork is not installed on that system. i want to know what is the solution for this. If my client does not have .net framwork, does it mean he have to struggle to install my application.

View 1 Replies


ADVERTISEMENT

VS 2010 Why Install Program Or Run From Published Location

Mar 1, 2012

In the past I have written VB6 and VB NET 2005 programs that are installed and on the user's computer. This had to be done because the salesmen in our company have has a set of local data on their laptops so that they could do work and not be connected to our network. I would then sync the files when they connected to the network. (This same program is used by the rest of the company as well, but everyone else uses network data.)We are now at the point where we are not using any local data. Our salesmen access our network data using an iPad, VPN, and a Citrix server, which works fine

View 2 Replies

Create A Setup Installer To Auto-install Fonts When User Install Apps?

Jan 26, 2010

Is it possible to create a setup installer that will auto install fonts when user install the applications?

View 6 Replies

Deployment :: Create Install File Without The Need For User To Install SQL Server?

Jun 6, 2009

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

View 2 Replies

Make A Simple Install Wizard To Install The Program?

Nov 10, 2009

I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?

View 3 Replies

Click Install Feature Will The Application Install On A MAC?

Mar 30, 2010

With the on-line one click install feature will the application install on a MAC?

View 2 Replies

Install Application, When System Tries To Install .Net Framework?

Aug 27, 2010

While trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?

View 1 Replies

Install VS 2010 First,then Install VS2008?

Apr 15, 2010

Is it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..

View 8 Replies

Database Not Published With Vb?

Sep 29, 2011

I put database in bin->debug and i also call from that folder using DataDirectory Business_Card_Database.accdb when i publish the project database not found error is occur note I also tried

1. System.IO.Path.GetFullPath

2. Application.StartupPath

3. System.IO.Directory.GetDirectories

Above all are not working to find database after published I'm using

1. vb.net 2010 express edition

2. Access database 2010

View 1 Replies

Can't Run Published / Deployed Program

Jun 8, 2010

I've been using a piece of code I found that reads in joystick movement into my VB application using DirectInput. Building an executable works great, the program operates as should be, however when I publish my program for final deployment[code]...

View 10 Replies

Deployment :: Flash In Published App

Mar 11, 2010

I made an application in vb 2008 express i used few flash files when m running debug flash files are running when i published the application and installed all r running fine except flash help me where did i made mistake

View 1 Replies

Get The Database On The Published Application?

Jun 7, 2011

I have connected my vb .net forms to the MYSQL database but when i comes to publishing, i do not get the database on the published application.

View 4 Replies

Include A File In Published App?

Jun 24, 2010

I have an application that uses some external files. When a button is clicked, it opens 2 excel files and writes to one text file. When I publish this, it does not include those files. How can I make it include those files in the final solution. I have added them into my solution explorer under different folder names but they are not there.

View 6 Replies

Including DLL In Published Program?

Dec 9, 2009

I'm using a dll in my program, it works fine. But when I publish and try to run on another machine, it says the dll is missing.Am I right in saying that I need to add it to my references, with the Add button on the references page? When I do that, it says it's not a valid assembly or com component.

How do I fix this? My level of knowledge is very low, especially with dll's.

View 10 Replies

Installing Application Published In .net?

Jun 9, 2009

i built a very simple application in vb.net, installed it, it worked. then i did some very slight updates, build it, tried to install it but got the following errors. i restarted computer, uninstalled app for the uninstall menu, and tried to run setup.exe and still have been getting this error.

PLATFORM VERSION INFO
Windows : 5.1.2600.196608 (Win32NT)
Common Language Runtime : 2.0.50727.3053

[code]....

View 3 Replies

Published EXE Causes Don't Send Error

Dec 24, 2011

I am new to VB 2010. Just now i made a program in Vb and published it. In my computer it worked without problems. But in my friends PC, it shows Dont Send Error. I created the program using .NET 3.0 and my friends PC has .NET 4.0 Extended installed.

View 2 Replies

Uploading A Published Application?

Nov 14, 2010

i have created a simple program which a freind requested to be made for a game.This is what my code is made up of basicly , with different writing to Log.txt file However when i upload my program for him to download. He needs to put it in the exact directory "c:MithrilDragonDropLog" which is a hastle to unzip, cut and paste the folder into there etc. Is there a way that i can program this as to make it write a log.txt into the file which is downloaded without having to move it about in the computer.

Private
Sub
Button7_Click(ByVal
sender As

[code]....

View 8 Replies

VS 2008 Debug Published App?

Jan 9, 2012

I have written a fairly basic application. It reads txt files, loads a SQL, and outputs to text files. The application compiles and publishes without an error. The app works perfectly on my PC. I can not get it to work on any other PC. Application will install without an error but when I try to launch the app, nothing happens. Running out of ideas to try and hoping someone may have some tips or tricks to try and see what is going on that I have not tried.I am running Windows 7 Pro - 64 with Visual Studio 2008. The only references are for .net 2.0 and ADODB.DLL. I have setup the app to include all references as local copy to true.

I have tried installs on Windows 7 Pro, Windows Server 2000, Windows Server 2003, Windows XP Pro, and Windows Vista. All install without error. Have tried installed as user with admin rights and the PC's primary admin account. When you launch the app, there are no messages in all OS except Windows 7. It will basically Flash a message about checking for compatability and run you through a wizard to see if running as XP or Vista works and it doesn't.

View 14 Replies

VS 2010 XML File After Published

Sep 15, 2011

I have an XML file in Bin/Debug that I am referencing using the code below. It works fine in testing, but when i publish i get an error seen below the code.

How can I reference this XML file inside of the application?

Dim m_xmld As XmlDocument
Dim m_nodelist As XmlNodeList
m_xmld = New XmlDocument()

[CODE]...

View 2 Replies

Asp.net - Get The DateTime That A Page Was Last Published In Sitefinity?

Apr 16, 2010

Here is what I have:

Dim cmsManager As New Telerik.Cms.CmsManager()
Dim currentNode As Telerik.Cms.Web.CmsSiteMapNode = CType(SiteMap.CurrentNode, Telerik.Cms.Web.CmsSiteMapNode)
Dim currentPage As Telerik.Cms.ICmsPage = currentNode.GetCmsPage()

[code]....

Unfortunately .DateModified returns the last time that a page was edited instead of when it was last published. I've been looking through the documentation but I haven't been able to find any corresponding properties.

View 1 Replies

Can Re-open A Published VB2008 Program

Dec 5, 2009

I edited the development copy of a cherished program beyond restore by CTRL+Z, the original version which I want to recover is already published and it is in the c:/deploy folder but I dont know how to open such files for editing. How can I open this deployed program to edit and add some methods. I was cautious enough to save the program before editing but I was suprised that the original was over written by the edited copy.

View 7 Replies

Edit The Published Program Instantly?

Jun 6, 2011

i got a big project really big one and they need this new solution only because of peach tree, tally are not enough for doing their work. My program should be capable of bulk, multiple data transfer and usage at same time.The real problem is their main program is created 10 years ago in foxpro and they update it every month.!!the reason for they still using that old one, just because of it is highly flexible ! They really looking for a flexible program that can be changed settings instantly.

[Code]...

View 6 Replies

Images Don't Work After Project Is Published

Dec 15, 2009

If i use custom images in my programs from my pc. After i publish this and give it to my friends they get errors due to them not having the images. How do i go about adding the images to the application or just generally how you resolve this?

View 7 Replies

Installation Folder In Published Projects In .net?

Aug 15, 2009

I have vb.net 2008 express eddition. While publishing projects and installing on other computers I do not get the browsing path for the installation. i.e. the setup.exe install it in a default location without the option for the user to determine the installation path (destination folder).How can I enable to determine the destination folder of the installation?

View 9 Replies

Links Don't Work In Published Program?

Jul 19, 2011

I included (as its a property compnay) photos, MS word docs and exel docs by creating links such as ths one:

Private
Sub
Timer1_Tick(sender As

[code]....

when i publish the program and export it to another computer these links fail and the pgm crashes.

View 1 Replies

Published Application Won't Launch On Other Computers

Aug 15, 2011

I've been working on a piece of software for a few weeks now and I've got to the point where I'm publishing it and testing it on other computers, namely my colleague's. We're both working on the same network and have similar permissions for our accounts, but for some reason the application will launch on my account but not his.

We've tried using the same computer and just changing accounts, but that won't work either; he still isn't able to launch the published application.

I receive the standard "[x] has encountered a problem and needs to close. We are sorry for the inconvenience." message.

What is baffling me is that we've tried previous versions on his computer and they worked just fine. I can't think of any changes that I've made that would suddenly stop the application from running.

A few extra pieces of information: the application has a splashscreen, which displays for a few seconds before the error message crops up. In this time, the program is supposed to check if certain files and directories exist and, if not, create them. It also changes file attributes. These files exist in a directory we are both able to access and both have permissions to change. It also changes and sets some variables within the program itself, but I don't see that being an issue. It is able to catch exceptions of type IOException and InvalidOperationException (which was being thrown when a computer didn't have access to the intranet).

View 4 Replies

Published Program Not Responding To Mouse Down

Jul 11, 2010

I have written a very simple program to simulate the operation of some electrical relays which respond to buttons pressed on a form.The important thing in the program is the pick and drop times of the relays so I use about 40 timers to simulate the operation
of the relays each stimulated either by another timer or the operation of a mousedown operation over an area of the window which has a GIF background.

The program works great when simulated within VB2010 Xpress but when I publish and install on either of my 2 laptops it freezes and does not respond to the mousedown procedures. It seems slightly better if I don't enable XP visual syles but still does not respond enough to be used. I am running 12 procs each time a continous timer runs out but altering the value of the timer does not make any difference. I've also noticed if I minimise the window and reopen the window it does move on slightly but still never responds to the mouse.

Also the timers in the program for the relay times seem to work at strange values and not those set sometimes? It seems to work OK on my main PC if I install it

View 2 Replies

VB 2008 Express Published Exe Will Not Run On Other Computers

Mar 11, 2010

Application runs fine on the computer that I used to create it.The application has 3 functions:

Button1...locate and preview an image file.
Button2...creates an email with html link...creates an html page file...ftp's the image and html files to server...sends email.
Button3...ftps image file only.

Publish and install on another computer and I have problems.

Button 1...Will load and preview file correctly.
Button 3...ftp image file only.
Button 2...I get an error (my own 'failed' message)

I have the same net framework 3.5 sp1 on all computers.What am I missing?I am thinking now it is code, but why does it will work on one and not the other.Do I need to install VB 2008 express on every computer that will be running this app just to insure that the computers are the same?

View 4 Replies

VS 2005 : Published App's Database Location?

Sep 12, 2009

I have made a small app with a SQL Database, published and installed it on my desktop pc with the express version.What directory does .net place the database in that has been installed.

View 3 Replies

VS 2008 - Published EXE File Does Not Work

May 8, 2010

I have a windows form app. project and when I start the debugger my form with datagridviews works fine, but when I publish the application the exe file does not work. When I double click the exe file, I get two small empty windows and the second one has a ok button on it, when I click it both windows disappear. I work with vista 64 bit and I have made another small editform which works fine.

View 2 Replies







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