PC Review


Reply
Thread Tools Rate Thread

deploy question

 
 
\Allen Iverson\
Guest
Posts: n/a
 
      18th May 2004
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?


 
Reply With Quote
 
 
 
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      18th May 2004
"Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
Jorge
Guest
Posts: n/a
 
      18th May 2004
Hi Allen!
Maybe you forgot to setup whe framework on the
destination computers.

As a side note it's bad practice to use your program on a
production SQL Server as it will compete for computers
resources.

Kind Regards
Jorge

>-----Original Message-----
>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?
>
>
>.
>

 
Reply With Quote
 
\Allen Iverson\
Guest
Posts: n/a
 
      19th May 2004
"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]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      19th May 2004
"Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
\Allen Iverson\
Guest
Posts: n/a
 
      19th May 2004
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]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      19th May 2004
"Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
\Allen Iverson\
Guest
Posts: n/a
 
      19th May 2004
What do you mean by .NET framework?

"Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      19th May 2004
"Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
\Allen Iverson\
Guest
Posts: n/a
 
      21st May 2004
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]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Allen Iverson" <(E-Mail Removed)> 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 - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Deploy Question BGCSOCAL Microsoft VB .NET 2 4th Jun 2010 07:56 PM
windows program deploy question =?Utf-8?B?UGF1bA==?= Microsoft Dot NET Framework Forms 7 20th Apr 2007 02:08 AM
About deploy question on PPC 2003 cfyam Microsoft Dot NET Compact Framework 2 20th Mar 2006 04:25 AM
about deploy question cfyam Microsoft Dot NET Compact Framework 3 20th Mar 2006 03:04 AM
deploy question \Allen Iverson\ Microsoft Dot NET 9 21st May 2004 06:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:29 PM.