473,486 Members | 2,476 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Deploying a simple application

I have made a VB.net-program and built it. The result has been placed in the
bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT
Nov 21 '05 #1
14 1361
ReidarT wrote:
I have made a VB.net-program and built it. The result has been placed in the
bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


Did you install the .NET framework on the other computer?

--
Rinze van Huizen
C-Services Holland b.v.
Nov 21 '05 #2
ReidarT wrote:
I have made a VB.net-program and built it. The result has been placed in the
bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


Did you install the .NET framework on the other computer?

--
Rinze van Huizen
C-Services Holland b.v.
Nov 21 '05 #3
Has the .NET Framework been installed on the second computer?

What error do you get?
--
Mike

Mike McIntyre
Visual Basic MVP
www.getdotnetcode.com
"ReidarT" <re****@eivon.no> wrote in message
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT

Nov 21 '05 #4
Has the .NET Framework been installed on the second computer?

What error do you get?
--
Mike

Mike McIntyre
Visual Basic MVP
www.getdotnetcode.com
"ReidarT" <re****@eivon.no> wrote in message
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT

Nov 21 '05 #5
Reidar,
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?


Are you sure that that VB6 program works without a runtimer, weird, it
should not work.

There can be a lot of reasons. What do you mean with "it won't open"? Not
any message at all?

Cor
Nov 21 '05 #6
Reidar,
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?


Are you sure that that VB6 program works without a runtimer, weird, it
should not work.

There can be a lot of reasons. What do you mean with "it won't open"? Not
any message at all?

Cor
Nov 21 '05 #7
..net framework is not installed on the other computer.
This is a small program being used to update new versions of a program from
a server to local machines. Is it nessesary to install the framework on all
the computers?
reidarT
"ReidarT" <re****@eivon.no> skrev i melding
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT

Nov 21 '05 #8
..net framework is not installed on the other computer.
This is a small program being used to update new versions of a program from
a server to local machines. Is it nessesary to install the framework on all
the computers?
reidarT
"ReidarT" <re****@eivon.no> skrev i melding
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT

Nov 21 '05 #9
Yes. I suspect your VB6 was working because there was an old vb6 setup file
installed on it at one stage in the past. For .NET you will require the .Net
Framework. Install it and see....

"ReidarT" wrote:
..net framework is not installed on the other computer.
This is a small program being used to update new versions of a program from
a server to local machines. Is it nessesary to install the framework on all
the computers?
reidarT
"ReidarT" <re****@eivon.no> skrev i melding
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


Nov 21 '05 #10
Yes. I suspect your VB6 was working because there was an old vb6 setup file
installed on it at one stage in the past. For .NET you will require the .Net
Framework. Install it and see....

"ReidarT" wrote:
..net framework is not installed on the other computer.
This is a small program being used to update new versions of a program from
a server to local machines. Is it nessesary to install the framework on all
the computers?
reidarT
"ReidarT" <re****@eivon.no> skrev i melding
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in
the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


Nov 21 '05 #11

"ReidarT" <re****@eivon.no> wrote in message
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


can dot-net and use 6.0 for that app.
You have to install the dotnet framework on the user's machine for the
dotnet junk to work


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.799 / Virus Database: 543 - Release Date: 11/19/2004
Nov 21 '05 #12

"ReidarT" <re****@eivon.no> wrote in message
news:Oz**************@TK2MSFTNGP15.phx.gbl...
I have made a VB.net-program and built it. The result has been placed in the bin-folder with only one file.
The program copies one file from one folder to another.
When I run the program CopyFile.exe on my computer it works OK, when I run
it on another computer it won't open.
The same program works OK in VB 6 when I make an exe-file.
Whatr could be the problem?
regards
reidarT


can dot-net and use 6.0 for that app.
You have to install the dotnet framework on the user's machine for the
dotnet junk to work


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.799 / Virus Database: 543 - Release Date: 11/19/2004
Nov 21 '05 #13
"ReidarT" <re****@eivon.no> schrieb:
.net framework is not installed on the other computer.
This is a small program being used to update new versions of a program
from a server to local machines. Is it nessesary to install the framework
on all the computers?


Yes, this is absolutely necessary. Typically it's done during an
application's setup process:

Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #14
"ReidarT" <re****@eivon.no> schrieb:
.net framework is not installed on the other computer.
This is a small program being used to update new versions of a program
from a server to local machines. Is it nessesary to install the framework
on all the computers?


Yes, this is absolutely necessary. Typically it's done during an
application's setup process:

Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
273
by: Greg | last post by:
Hello, I am using Visual Basic .Net 2003 to build and distribute my first application over the internet. The application will add one button to Microsoft Outlook. I interface with the user...
10
1840
by: Jeremy Ames | last post by:
I have created a web application that uses a custom control and a web service on my local system. I have gotten all of the bugs worked out on my local system and now it is time to move it to the...
10
2045
by: Gerben van Loon | last post by:
Hi there, hope someone can help me on this: I'm planning to deploy several ASP.NET projects to a production server. Normally I used the "Project / Copy project" option in VS.NET, but to this...
5
2148
by: Richard Mintz | last post by:
Hi, I am trying to deploy a C# application to a Windows 2000 machine. When I try to run the app after the install i get a runtime error. the setup works on both XP and windows 2003 server...
0
1395
by: Dave | last post by:
Hello The application I'm building an installer for uses dlls which were developed originally in C. Since the application itself is developed in C#, these dlls were wrapped using SWIG....
6
5514
by: Ryan | last post by:
Is there any way to save a VB 2005 created application as an .MSI install file? The only method I see is to publish as a .EXE. Curious because I want to push out an application with Group Policy....
3
2603
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
3
1540
by: =?Utf-8?B?eWtmZmM=?= | last post by:
I try deploying a very simple (very simple indeed) Vb.net application by following the basic steps according to some tutorials. My pc runs Visual Studio 2005 and it reports "Build successful"...
0
1148
by: Tony Johansson | last post by:
Hello! I have a simple application from a book where the actual applications permission doesn't match the permission referenced from the book. My question is written further down. The book is...
0
7132
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7341
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4870
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.