473,796 Members | 2,520 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1767
"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.co m>
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.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
"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.co m>
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.co m>
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.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
"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.co m>
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.co m>
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.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
"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.co m>
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&di splaylang=en

aka http://tinyurl.com/95zt

--
Jon Skeet - <sk***@pobox.co m>
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.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
"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&di splaylang=en

aka http://tinyurl.com/95zt

--
Jon Skeet - <sk***@pobox.co m>
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.co m>
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
1747
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 knowledge of printers, drivers, etc. The issue I have is that .net 2.0 isn't on everyones computer... well not on any except mine and each of our servers. I tried publishing it in the group policy (using VPC and a test environment) and I get errors...
1
4100
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 interesting links/info, tell me) but the main question of this message is: 1) Assuming that I have successfuly deployed my app and the framework, I need to register via regasm.exe a C# DLL that will be used by a VB 6.0
1
1605
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
1392
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 development server, then deploy to the live server, or do most people develop on their pc locally and then deploy to a development server ? Thanks
2
2099
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 application on a server. It does not have the Enterprise Library installed.
2
1315
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 other programmers can use it in their main forms. Is the 'package' I'm looking for a component? Do you put this in a dll? When programmers use my package I want them to see the intellisense stuff belonging to it. The classes should not be visible...
11
1922
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
2909
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 website is running perfectly, but i want to deploy it.
6
2491
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 already well versed in another installer. My question is mainly dealing with deploying the app dependecies. I think I know where im headed but could use the advice of others who have had more experience. Should i just take all the files in the...
6
10961
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 issue once in vs 2005 and one the problem just went away. Well now its back. If I build the app 20 times it may work once. I did find that if I remove this as a required dll that I can get my program to run. I can't seem to find any info about...
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10174
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10012
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7548
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6788
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5442
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5575
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4118
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 we have to send another system
3
2926
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.