Proj From CD To Any Old Comp?
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
Jul 28, 2010
Splitting the Proj.# and the Proj.Name.I also need to get rid of some Anomolies. The # before the Proj Number (#057443-801), and the NON Space (057443-801NtC) between the Proj Number and the Proj. Name. Which are not always present.
Proj. Number Proj. Name
[057432-002] [FtP 101703.1 Ckt5 GNJ - PDL 1:0 10G LANPHY]
[# Anomoly] [No Space Anomoly]
[#]057432-50[3A]tC #101703.1 Birmingham - Nashville 10G LANPHY
[code]....
All of the above entries are in Sheets("Data").Range("E3:E100") I need to Hold them in String and Place in Sheets("Sheet1").Range("B3:B100") for the Proj. Number. and Sheets("Sheet1").Range("D3100") for the Proj Name.
View 3 Replies
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
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
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
Oct 4, 2010
I created a windows form in VB 2010 and I am trying to view it in 2008, but I get the error message "The selected file is a solution file, but was created by a newer version of this application and cannot be opened".
Is there anyway I can re-save the 2010 project(similar to Microsoft word) in order to be able to open in older version?
View 4 Replies
Oct 20, 2011
How to convert VB2010 Express proj to VB2008
View 6 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
Feb 24, 2010
I am trying set up the FCKEditorV2 to use in a visual web dev 2010 vb.net proj. and receiving an error stating :
Element FCKEditor is not a known element.
enter code here<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="Edit.aspx.vb" Inherits="WebApplication5.WebForm2" %>
[code].....
View 1 Replies
Aug 27, 2010
I have a simple vb.net project that outputs a dll. In order to build this project, I have to reference some 3 3rd party dlls by manually adding them to the project and then building.
What I want to do now is auto build this using a app called CruiseControl. . . I have been told that in order to use the 3 3rd party dlls, I have to modify the .proj file to include the .dlls. The thing is, where in the proj file do I include this
and how do I do this? I think I may know where the section is and I have included it here:
[code...]
When I run the auto build program it fails (it runs through but fails at compile time); when I build this manually it works when i refer the dlls. What am I missing to make this work?
View 4 Replies