Re: Newbie: Deploying vb.net Console Application

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Michael Liebelt (mliebelt_at_degnet.de)
Date: 07/27/04


Date: Wed, 28 Jul 2004 00:25:08 +0200


> Machine A has .exe file
>
> Machine B has SQL server. This machine will call the .exe from machine A
at
> regular intervals.
>
> Would I install the framework from the calling machine or the server it's
> sitting on. Refphrased: Which machine does the application actually run
on?

Ok, that clarifies it.
Normally the .exe runs on Machine B.
Only possibility that it runs on A is if you make an RPC or something like
that, but it takes some extra work from you to achieve that.

Other question:
Why not installing the framework on both machines?
Then you can lower the workload on machine B by running the .exe on machine
A, if your system architecture supports that.

Bye,
    Michael Liebelt



Relevant Pages

  • Re: Newbie: Deploying vb.net Console Application
    ... Thanks, Michael, for the info on which files to include. ... This machine will call the .exe from machine A at ... Would I install the framework from the calling machine or the server it's ... > Can't help you with the SQL Server details, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Newbie: Deploying vb.net Console Application
    ... Thanks, Michael, for the info on which files to include. ... This machine will call the .exe from machine A at ... Would I install the framework from the calling machine or the server it's ... > Can't help you with the SQL Server details, ...
    (microsoft.public.sqlserver.programming)
  • Re: Visual Studio delay in starting application
    ... Framework 1.0 SP3 and dont seem to be having the problem any more. ... > running a VB.NET application, after the build of the exe is complete, ... > I get this problem whether i have the build configuration set to Debug ... It may be ok to install the ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)
  • Re: Remote Debugging
    ... You want to run an executable that targets the .NET 1.0 framework on a machine that doesn't have ... I need to debug this exe on the server..I cannot install Visual Studio on ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Runiing an EXE from an Agent Job
    ... SQL Server is not involved when Agent spawns an exe file. ... >> is not returned until the command shell command completes. ...
    (microsoft.public.sqlserver.server)