473,325 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

deploy question

I have created a VB.net 2002 program on win xp and put it on SQL 2000
server. Then I try to run the exe in SQL 2000 server or shared folder. Both
gave me error. Is this not feasible?
Jul 21 '05 #1
9 1750
"Allen Iverson" <no*****@bk.com> wrote:
I have created a VB.net 2002 program on win xp and put it on SQL 2000
server. Then I try to run the exe in SQL 2000 server or shared folder. Both
gave me error. Is this not feasible?


What error is it giving you?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
"Just-In-Time Debugging Handler and CLR Remote Host

JIT Debugging component resitration is incorrect.

Please repair the installation of the most recent version of Visual Studio
..Net or Remote Debugging components.

Alternatively, execute the following command as an Administrator to manually
repair the JIT Debugging component registration:

"C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe"
/RegServer
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
"Allen Iverson" <no*****@bk.com> wrote:
I have created a VB.net 2002 program on win xp and put it on SQL 2000
server. Then I try to run the exe in SQL 2000 server or shared folder. Both gave me error. Is this not feasible?


What error is it giving you?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #3
"Allen Iverson" <no*****@bk.com> wrote:
"Just-In-Time Debugging Handler and CLR Remote Host

JIT Debugging component resitration is incorrect.

Please repair the installation of the most recent version of Visual Studio
.Net or Remote Debugging components.

Alternatively, execute the following command as an Administrator to manually
repair the JIT Debugging component registration:

"C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe"
/RegServer


That sounds very odd. Are you trying to run the code under debug?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #4
In fact, can I deploy the file.exe compiled by visual basic.net with
Crystal Report control to a client machine and run the exe without vs.net
and cr? Is this feasible? Thanks.
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
"Allen Iverson" <no*****@bk.com> wrote:
"Just-In-Time Debugging Handler and CLR Remote Host

JIT Debugging component resitration is incorrect.

Please repair the installation of the most recent version of Visual Studio .Net or Remote Debugging components.

Alternatively, execute the following command as an Administrator to manually repair the JIT Debugging component registration:

"C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe"
/RegServer


That sounds very odd. Are you trying to run the code under debug?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #5
"Allen Iverson" <no*****@bk.com> wrote:
In fact, can I deploy the file.exe compiled by visual basic.net with
Crystal Report control to a client machine and run the exe without vs.net
and cr? Is this feasible? Thanks.


You should certainly be able to run without VS.NET. I don't know about
Crystal Reports - you may need to copy a CR library as well. You'll
need the .NET framework, however.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #6
What do you mean by .NET framework?

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
"Allen Iverson" <no*****@bk.com> wrote:
In fact, can I deploy the file.exe compiled by visual basic.net with
Crystal Report control to a client machine and run the exe without vs.net and cr? Is this feasible? Thanks.


You should certainly be able to run without VS.NET. I don't know about
Crystal Reports - you may need to copy a CR library as well. You'll
need the .NET framework, however.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #7
"Allen Iverson" <no*****@bk.com> wrote:
What do you mean by .NET framework?


The framework which runs all .NET applications. You can get a
redistributable version from

http://www.microsoft.com/downloads/d...262D25E3-F589-
4842-8157-034D1E7CF3A3&displaylang=en

aka http://tinyurl.com/95zt

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #8
Jon,

Do you mean I need to install the .NET framework to every client
PC which I will run the .exe deployed by VB.net? Thanks.
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
"Allen Iverson" <no*****@bk.com> wrote:
What do you mean by .NET framework?


The framework which runs all .NET applications. You can get a
redistributable version from

http://www.microsoft.com/downloads/d...262D25E3-F589-
4842-8157-034D1E7CF3A3&displaylang=en

aka http://tinyurl.com/95zt

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #9
"Allen Iverson" <no*****@bk.com> wrote:
Do you mean I need to install the .NET framework to every client
PC which I will run the .exe deployed by VB.net? Thanks.


Yes.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #10

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

Similar topics

1
by: balmerch | last post by:
I have an application on our network for installing printers at any location in our organization. So someone from town A can install printers from town B across our VPN with a single click and no...
1
by: Dev | last post by:
Good morning sirs, I'm new on deploying .NET application, and now I need to deploy one. I will try myself to find information about the installing of the framework (if you have some...
1
by: Xavier MT | last post by:
Hi, is there something built in to deploy an asp net app to deploy easily to a server I usually compile locally and copy the bin and aspx pages using the windows explorer Is there another way?
1
by: TM | last post by:
I am trying to learn ASP.net as part of my learning of .net in general, and was wondering how applications are developed and then deployed most of the time ? Do people do development on a...
2
by: bjhogan | last post by:
Hi, I have built an c# asp.net application on my laptop, it uses the Enterprise Library blocks - Data Access Application Block, Configuration Application Block. I now want to deploy my...
2
by: Frank | last post by:
Hello, I need some pointing in the right direction. I have a working application, a main form and several subforms and classes. I want the subforms and classes put together in a package so that...
11
by: martin1 | last post by:
Hi, I want o deploy window app to another PC, which does not .Net 2.0 component. The window app has some .Net 2.0 support, so how to deplot the app to that PC? Thanks
5
by: Mahernoz | last post by:
Hi Everyone! I have a problem here. I have used the latest asp.net membership & profiles functionality in my site. I have 2 roles admin and user. I also have a user named admin. Now, my...
6
by: AGP | last post by:
I resisted for many years but I've just written my first app in .NET2005 and am looking to deploy my app with a third-party installer. ClickOnce and the VS Installer do not meed my needs and I am...
6
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.