Running Exe On Another Comp?
Oct 14, 2011
I have built a browser, and it runs fine on my computer. I built it using framework 3.5I am trying to put it on my wife's laptop, and I verified that she has the framework 3.5 on her comp. It wont run. It just crashes. Do you know how to fix this?
View 6 Replies
ADVERTISEMENT
Apr 16, 2009
I want to find out the time at which the system is done booting and want to retrieve that time and write it into a text file. I know how to write into a text file, I just need to know the other part-the keyword, if thats what it's called.Is it possible to find out every time a new window is opened ( it can be a n application, an .exe or any ordinary file), to retrieve the name of it and the source ?
View 1 Replies
Jul 28, 2009
Here is the problem in a nutshell I made a prog using newest freebie (vb express)I made my autorun.inf I want this prog to run from a cd, not to install, but to just run.however, some of the old computers around the office do not have the latest .net framework therefor they won't play.as this cd will be redistributed to clientell and i cant go upgrade their comps it is not feesable to just say "well upgrade the computer dummy"I need to know if it's possible to run a starter prog or even a line of code in my main prog that will check their .net ver and if it's not uptodate, i want it to update before running my prog from cd (so that my prog will run on their comp, even if its old)dont kare where update comes from, prefably from cd
View 3 Replies
Jun 3, 2011
And here I am with a new problem in my program When I debug it everything works fine (the buttons, progressbars, pinger, spambot,When I compile it and run the Executable file, it works too.When I run the Executable file on another computer (tried on 4 different ones) the program stops working and
I get this error: {$ exception. "Failed to create the form For more information, see Exception.InnerException error: File or assembly \." Microsoft.VisualBasic.PowerPacks, Version = 9.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a \ "or one of its dependencies not found. The system can not find the file specified .."} System.Exception {System.InvalidOperationException}
[Code]...
View 5 Replies
Nov 8, 2010
i have i problem when making some program to backup database sql server 2000. i have task to develop program with requirement like this:
1. this program must backup database from sql server 2000 (success).
2. this program must compress the backup to the smaller size (Not success,because the backup file is more than 3,9 Gb. i am using SharpZip Wrapper and not succes because the size exceeded.)
3.Copy the backup file or compress to another computer (Succes but take a long time because the size of file is more than 3,9 Gb. That's why I want compress the file.)
any one can give me solution for compress large file with size more than 3,9 Gb. This file will continue to grow in size,so i need compress it so i can copy more quickly?
or any one can reference some freeware can do the task?
View 5 Replies
May 2, 2006
My code worked find until new .NET(?).Using word interop code (Word 2003) to make word do a mail merge via VB.NET code. I need to search and replace some string. Now this has worked fine before but now whenever the code reaches assigning the string value to the .Selection.Find.Text or .Selection.Find.Replacement.Text it stops dead with SEHexception external component causing error - see full error below.
[Code]...
View 11 Replies
Apr 24, 2010
I had done one application using api which send the message to given number. The working of software is very fine without any error working on windows XP SP2. I heard that vista already contain the .net frame work so didnt installed .net frame work in machine. I checked in vista it shows .net frame work is in machine. But when same code i tried to run on Vista it gives the error. Error is as follows
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at SmsSendingApplication.frmSingleMessage.InternetOpenUrl(Int64 hInternetSession, String& lpszUrl, String& lpszHeaders, Int64 dwHeadersLength, Int64 dwFlags, Int64
[Code].....
View 7 Replies
Jun 4, 2011
what account for this error message in ls beta 2?'' The last change wasn't successfully persisted.Please shot down the running application.
View 1 Replies
Jan 20, 2010
I want to prevent my program from running when it is already running.How can I do that in my vb2008 Code?
View 1 Replies
May 7, 2009
I am trying to write a Windows Script that will allow me to monitor the following: That 2 x seperate but specific processes within Component Services "Running Processes" list are currently running and have not reset within the past hour. If I already know the PID, then I can retrieve the CreationDate (I assume which I can use to check for restarts? or is this the actual process creation/installation date) for each specific process, however if a restart occurs the PID will change and my script needs to know what the new PID is without me telling it!
[Code]...
View 2 Replies
Aug 27, 2010
We have a windows service running under a network account that calls and runs an ActiveX exe. The exe is running under the local system account, not the network account of the service.
View 1 Replies
Jan 14, 2011
I have on timer thread that needs to pass every time a different data to another running thread to make the calculations.
View 5 Replies
Apr 3, 2010
so, this is silly, my app is not running as .exe, however it is running when compiled with visual basic 2008 express, what is going on here?
View 12 Replies
Sep 17, 2009
I need to change where I save my program and support applications based on which Operating System is running.davidbell
View 1 Replies
Jun 2, 2011
I am unable to run VB.Net exe file on another computer.On that computer there is no VB.NET application. how can i make that computer for running .exe file.
View 1 Replies
Apr 11, 2011
I have an old project which i wanted to work on. It is a .vbw file (a .frm file also).Now i have microsoft visual studio 2010. But it is not running that old project.
View 1 Replies
Dec 15, 2009
I have many dll-files on my pc made by me. They have a Public ReadOnly name As String = "Name Name" returning who the owner of the dll is. I don't want to close the application just to change the dll to check.
I use Dim Library As New Library.Class1 txtName.Text = Library.name to get the name to the textbox txtName. How can I make it possible to write the path to a dll I want to check, so i don't need to change the code all the time?
View 1 Replies
Apr 10, 2012
I have an assignment to create a website that people can use to make dinner reservations. We are using Visual Basic code for the forms. It's supposed to keep running totals of each type of dinner. I'm having trouble getting the running totals to not reset to zero. I have them declared outside of the button click event. Not sure where I went wrong. Here's the code:
Option Strict On
Partial Class _Default
Inherits System.Web.UI.Page
[Code]....
View 3 Replies
Aug 24, 2010
Edit by Moderator: Split from this thread[code]...
View 4 Replies
Apr 24, 2012
I have already got the start date to verify if after end date and display message, but when i put the following code .focus it seems to run the code twice[code]...
View 1 Replies
Feb 8, 2010
I want to create a windows app which can display a message box whenever i open or close the internet explorer window. As the internet explorer window is opened a messagebox showing that "internet window is now opened" and when it is closed a msgbox showing "ie window is closed".
Kindly help this newbie in writing the code for the same that how can my app made in vb.net detects that ie is opened.
View 4 Replies
Sep 6, 2009
I'm not sure it it's right subforum, but i'm completly lost and a bit in hurry with that ;/ :
I'm a beginer - i've been learning vb just since few weeks and never have tried to run my project on some other computer
I've copied my project folder (which is running without errors) to another machine and here i get an error :
The file (""path to my database.mdf) is on a netowrk pat that is not supported for database files.An attempt to attach an aut-named database for file "once again that path" failed. A database with the same name exist, or specified file cannot be opened, or it is located on UNC share
View 7 Replies
Aug 22, 2011
under VB6 I used to use the code app.path, what is it under VS2008
When I write the final code I want my program to install the exe and support files in the same directory/folder
In the software I want to be able to refer to these support files when needed
Regards Princy558
View 4 Replies
Mar 24, 2011
I am having, and it may be related to another issue i am having, but im not sure.I have a form that all of a sudden stopped executing the formload event.i checked the initialize component method, stepped through it, and it runs fine.the formload has the handles clause on it. i put a breakpoint on formload and it does not stop on the sub header. so could it be part of this issue?::: every once in a while, the code parser breaks, and reads partial lines of code (designer generated code at that)...so an error that pops up is Error in line "clearBeforeFi" not recognized....in dataset designer code, it is reading half the line, seeing it as the whole line, and i get a thousand errors. I restart the IDE, and that is fine again.....
however, this formload thing does NOT want to go away.it shows the form, runs the initialize code, so it shows the form fine, but executes nothing.[code]...
View 5 Replies
Sep 29, 2011
I ran into an odd issue today while trying to get a web page up and running. At one point there is a sql select statement which basically selects one field from a table that has only one row of data. For some reason no rows are returned by the select statement when at the customer site from the web page.
The same select statement works on the same machine if pasted into a query window [SQL Express] and returns one row of one field as it should. The query works on my server from the same web page and also works on the other server I tested on. For some reason when ran at the customer site there is a delay of about 30 seconds and no data is returned.
There are several other queries in use at various times, same web site, same db, same server and all seem to work without issue but this one query is failing about 90% of the time, once in a while it returns a row. No errors are reported in either case. Using ADO recordset object, simple select field from table no where clause. Running under IIS7 from an ASPX file hitting a SQL Express database.
View 4 Replies
Oct 20, 2009
How can I get all of the running applications? If I have to use Process.GetProcesses, then how can I determine which are applications (appear in the task bar)?
View 4 Replies
Aug 11, 2010
A Dell T350 running XP? The VB6 code is circa 2005. We THINK we have the latest source code (we've been tasked with making some fixes/changes to a legacy project that was written by a long-gone contractor). Nobody here knows VB, but we've got Delphi, C++, and C# experience, and think we might be able to muddle our way through it.
What sort of setup should be have for this scenario? Will it help/harm to install all the latest patches for Windows, or go for a more "retro" setup, to match more closely what the developer was using some years ago?[URL]..
View 2 Replies
Feb 21, 2011
I am working on a tool that will better manage the server applications I run on my server. I have a working version of what I need written in VB6, I've tried converting the code from vb6 to .net with no luck. Basically I have a few server applications I would like to display the status of, if they're running or not. Then with a few buttons to start/stop the application accordingly. I've found a few different code snippets across the web which I've tried to implement in to my project with no luck.
View 5 Replies
Mar 16, 2009
I have created a service which should give a welcome message while I login to my Laptop & "Bye" message when I logout/shut down.Its setting is so that the service gets started automatically. But it starts & sops immediately. When I try to start it manually I get the following message:"Welcome service on local computer started & stopped. Some services stop automatically if they are not in use by other services or programs".how to keep my service running so that I can test whether its doing what it should do..!!
Below is the code.
Public Class Service1
Protected Overrides Sub OnStart(ByVal args() As String)
' Add code here to start your service. This method should set things
[code]....
View 3 Replies
Jan 13, 2011
Firstly I'm not a programmer and do not pretend to be one. I just enjoy killing some spare time I've been usining Visual Basic (started with VS2005 and now onto VS2010) to develop a program. Up until now I've been happy to plod along running the progam from the development environment. However, I recently was asked by an colleague if they could have a copy of the program to use.Therefore I opted to create an executable file for him to use. The problem is that whislt the executable file runs fine on my machine (Win 7) where VS2010 is installed, it does not deploy correctly on his machine (XP pro). Following is the message that I get:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
[Code]...
View 2 Replies