Can't Run The Application On A Different Computer?

Feb 17, 2010

I made an application using VB in one computer.Then I coppied the application which is in the bin folder of the project. I sent it to a different computer(this computer doesn't have Visual Studio installed but both computers have Windows XP). And now I have an error when I'm trying to open it from the second computer.

View 7 Replies


ADVERTISEMENT

VB2008 Reload A Form Of The Running Application From One Computer When Executed A Function From Other Computer With The Same Application?

Mar 15, 2012

Is it possible to reload a form of the running application from one computer when I executed a function from my other computer with the same application? co'z I want to see the changes of data on my datagrid view?

View 2 Replies

Developing A Computer Application Designed To Monitor The Network And CPU Statistics On A Computer?

Jan 29, 2009

I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.

What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.

View 2 Replies

Create Application On Computer / Must Install SQL On Every Employee's Computer?

Jun 1, 2008

I have to create an online application which i can apply it on every employee's computer in my company and i have create the application on visual basic 2008 and SQL 2005 using windows application and database. The problem is i do not understand how am i going to run the application on every employee's conputer. Because i have create the application on my computer, must i install SQL on every employee's computer? or any other software i have to used.

View 8 Replies

Create A VB Application In VS2008 Without Requiring The Application Be Run On A Computer With A .NET Framework In Place?

Feb 26, 2010

How can I create a VB application in VS2008 without requiring the application be run on a computer with a .NET framework in place?

View 4 Replies

Unable To Install Or Run This Application. This Application Requires Microsoft Common Language Runtime 4.0.3 To Be Installed On Computer?

Jun 8, 2011

I have designed and published my small created app with WINDOWS FORMS using VB 2010 EXP on Windows 7. I can only install the app on the machine that I used to develop the app.I want to install the app on another computer but I cannot. I usually have error reports.

Example:Unable to install or run this application. This application requires Microsoft Common Language Runtime 4.0.3 to be installed on your computer.

what can I do to be able to install the app on a different computer which does not have .Net and does not have visual basic 2010 installed.

View 13 Replies

Application Working On One Computer But Not Another

Feb 8, 2010

Has this ever happened to anyone? It has happened to me and one of my customers in the past but I have no idea how he diagnosed it and it is happening with another one of my clients now. The application runs, but the HTTP requests do not. The application works 100% perfect on my own computer but not the customers. He has both the 1.1 and the 3.5 framework installed, and uses Vista (same as me). Can anyone shed some light on this situation because this is a huge huge huge problem that I would rather not have to worry about in the future with other clients.

View 6 Replies

How To Install An Application On Another Computer

Sep 16, 2010

I have an vb.net application that I want to install on other Computer. The backEnd is SQL server. so the error is on other computer (Provider :: SQL NETWORK INTERFACE ERROR 26 -error LOCATING SERVER, INSTANCE SPECIFIED)

View 2 Replies

Install Application On Both Computer

Mar 15, 2012

I need help with regards to application distribution. The application i have made is in vb.net with sql server as database. I have 2 laptops . i want to install the application on both computer So that one computer will be for administrator and other for employee.

View 3 Replies

Launching Application On Other Computer

Jan 27, 2011

I created an application in Visual Studio 2010 - visual basic. It works great on computer1 and computer2, but on computer3 and computer4 it crashes when its launched. It says that the program has crashed and more information can be found in 3 files named WER.But in these files i can not see an error.

View 8 Replies

Run An Application When The Computer Startup?

Jun 4, 2009

I am facing a small problem with vista, i have this code, all i am trying to do is to run my application when the computer start up.It works on Windows XP, But in Windows Vista is shows me an error message: "Requested registry access is not allowed." I don't understand why? i mean i am Under Administrator account, it should work fine.

here is my code

PHP
Dim regKey As RegistryKey
regKey = Registry.LocalMachine.OpenSubKey("SoftwareMicrosoftWindowsCurrentVersionRun", True)
'Set the program to start with Windows: '
regKey.SetValue("Media", "C:Program FilesMediamedia.exe")

View 10 Replies

Run Application While Computer Is In The Log Off Mode?

Nov 10, 2011

How can i put a application running while computer is in the log off mode?

View 1 Replies

Running Application On Another Computer

Dec 26, 2008

I have write an application to control internet access on my com, is it possible to use it on another computer thru lan. Meaning that running that app on my com and control internet access on another lan computer.

View 2 Replies

VS 2008 Use Application On Another Computer?

Sep 16, 2010

I have made some applications in visual studio 2008 which connect to a sql server database. Now I want to use these applications on another computer and with another server. The path to my database is exactly the same, but the server name is different. I have installed and running the database on this new computer. I think I have to publish my projects again on this new computer, but when i do that i get a form which shows up but without the data of my database. What do i have to change in the code so it will work?

View 8 Replies

[RESOLVED] Application For 64 Bit Computer?

Apr 2, 2009

I wrote a small application for a friend that opens a Excel sheet, get's some data from it and stores that data into a file. I compiled it for AnyCPU (I also did a compile just for his 64 bit machine, same result).Here is the problem:He is able to run the program on a 32 bit computer without any problem, it just won't work on his 64 bit computer.Here is the error he is getting App failed to initialize properly (0xc0000135)

Is this my problem or could this be his problem? As far as I can tell I'm all up to date with VS2008.Is there somewhere I can look specifically what the latest build is for VS2008? I am using VB2008.

View 7 Replies

Access Data From Other Computer With Application?

Jan 13, 2009

I have sqlserver database in my server folder c:data How can i access this data from other computer with my vb application?

View 8 Replies

Close Application When Computer Is Shutting Down?

Mar 17, 2009

I have written an application that sits in the systray and monitors a database for me. The problem is that this application is stopping some of my clients computers from shutting down, I assume because the app is still running when the computer is trying to shut down.

What I need to know is if there is a way that my application can tell when the computer is shutting down, so that I can close my application and therefore allow the computer to shut down.

I am only running my app on Windows O/S e.g. 2000, XP The application is written in VS 2005, .NET 2 and VB.Net language

View 2 Replies

Get The Clock From The Computer Running In An Application?

Feb 7, 2011

I'd like to get the clock running on my program which is the clock from the computer and displays it into the label text of my window form. I'm using VB 2008 Express edition and I only get the current value of the time at the moment the application starts but not running as a clock.Is there anyway to do this? I used the line 'Me.Label3.Text = TimeOfDay'.

View 4 Replies

Restrict Desktop Application Only For 1 Computer?

Mar 11, 2010

Is it possible for me to restrict my desktop application only for 1 computer..

View 7 Replies

Run .net Application In Computer Without Installing The Whole .net Framework?

Mar 11, 2010

I've done a vb.net program. The program basically uses few reference for example system.io etc.In order for my program to run on another computer, the computer need to have .net framework 2.0 installed.Instead of installing the whole framework, can I just pack the references I used in the program together with the vb.net program.? What packager/packer program should I use and how do I go about doing it..?

View 5 Replies

VS 2008 Add An Application From Computer Into The Program?

Dec 30, 2009

how to add an application from my computer into my program. Do I add it as a resource or a reference? #2-How can I start that application in vb from a button? This is what I tried: (a button's code)

Process.Start(My.Resources."program here")

View 5 Replies

Is .NET Framework V4 Necessary To Run An Application Created By Vb2010 To Run On Other Computer

Jun 15, 2010

is .NET framework v4 necessary to run my application created by vb2010 to run on other computer??? cause its large file to download....

View 4 Replies

Get Information About What Application Is Active On A Computer At Anytime?

Aug 1, 2011

I want to build a logger that shows how much time I use on difffifernet applications on my pc.

How can I get info about what what application is has the focus.

I'm new to .Net, OOP and this forum but love it!

View 7 Replies

Installing Application On Another Computer / Not Connecting To SQL Database?

Apr 22, 2012

When I try to install the application from the files it produces when I follow the prompts from Build - > Publish (Visual Studio 2010) onto another computer, and then run the application on the other computer, it wont connect to the SQL database on the original computer. I've been receiving a timeout error or one which says it can't find the server.I have no idea where to start looking to fix this, both computers are running XP and 4.0 .NET Framework. The computers are linked on the same network.I think my connection string is the culprit, but I don't know how it should be set up to run on multiple computers. Here's my connection string:[code]The connection string works on the application I've installed on the original computer, but not the second computer I've tried installing the application on.My second thought was that it could be the server which is wrong, I've just used the name of my computer for that, is this correct? I thought it may be because all the computers are connected on the network.

View 3 Replies

Make A Application Who Search My Computer Drvies?

Aug 29, 2009

I want to Make a Application Who Search My Computer Drvies.

Condition:

My Form Have Labels With The Name Of "A" to "Z" That All Visible False. When I Press Search Now Button Its Seach My Drives And Show To Label(x/y/z)=true. Its Means All Available Drive Label=True. Label Look like This:

C
D
E
F and So On.....

View 7 Replies

C# - Force Application To Use A Specific IP Address From Running Computer?

Dec 4, 2011

I have a server (server A) that has several public IP addresses. I am building a desktop application that will run on server A to fetch data from another server (server B) using the httpwebrequest class.

What I would like to do is be able to programatically direct the application to use a specific IP address from the one the server (A) has.

View 2 Replies

Make The Application Work(load) When Open Computer?

Feb 3, 2012

I'm using vb2008 How can make the application work(load) when I open my computer?

View 4 Replies

Remove All Traces Of A Clickonce Application From Customer's Computer?

Apr 7, 2011

I have a ClickOnce application that about 120 customers are using. This week, I found out two customers declined an update in January and were stuck on an old version. I discovered this by deleting an ASP script the old versions used on our server. The customers that aren't updating get a 404 and call to ask why.One customer clicked our install button again and got the latest version no problem. The other clicked our install button and gets an "Application validation did not succeed" error. The details of the error are SomeImage.gif "has a different computed hash than specified in manifest."I don't want to deploy a new version because that usually results in phone calls asking, "did you add what I asked for yet?"

I figure I should be able to uninstall the app completely and resintall with the one problem user. Nope. Error persists. How can I remove whatever the Windows uninstall process leaves behind that would cause this error to persist? I found the folder C:UsersUserAppDataLocalApps2.0 on the customer's Vista computer, and deleted it. We ran the installer again, and the error persisted after redownloading the app. I'm not 100% confident that this folder contained the whole program, though, but it is the only location on disk I could find that contained some resemblance of our app.

View 5 Replies

Run Application On Windows Startup For All User Accounts On Computer?

Nov 11, 2011

how can i run a application on windows startup for all user accounts on my computer?

View 3 Replies

VS 2008 Console Application - Obtaining Computer Info On PC

Sep 11, 2009

I have a problem where I am running a Console App to obtain some computer information on a pc. The pc has the following specs:

Windows XP Media Center Edition 2002
Service Pack 3
2 GB RAM
.NET Framework 3.5

The script runs fine on my Vista Ultimate PC. However, my friend runs it on his pc and nothing is written to the file. The directory and the file are being created, but nothing is in the file. Is there something that I am missing about XP Media Center Edition?

Here is the code:
Dim cFile As String = "C:System InformationsystemInfo.txt"
Dim objWriter As New System.IO.StreamWriter(cFile, False)
Try
Dim mObjOS As ManagementObjectSearcher = New ManagementObjectSearcher("SELECT * FROM Win32_OperatingSystem")
Dim mObjCS As ManagementObjectSearcher = New ManagementObjectSearcher("SELECT * FROM Win32_ComputerSystem")
[Code] .....

View 10 Replies







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