Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Hosting and Servers
  4. Run a .NET EXE from a webhost

Run a .NET EXE from a webhost

Scheduled Pinned Locked Moved Hosting and Servers
csharpdotnetquestion
4 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vonb
    wrote on last edited by
    #1

    I need to invoke e .NET Managed .EXE located on a Webhost (https://..) from client machines. These clients mostly don't have the .net framework installed. Can I do this from (I know very old) VB6? I know it's old, but IT don't want to install .net framework on 600-800 clients for just one app... Note: the .EXE application updates exchange calendar info using ExchangeWebService.

    L 2 Replies Last reply
    0
    • V vonb

      I need to invoke e .NET Managed .EXE located on a Webhost (https://..) from client machines. These clients mostly don't have the .net framework installed. Can I do this from (I know very old) VB6? I know it's old, but IT don't want to install .net framework on 600-800 clients for just one app... Note: the .EXE application updates exchange calendar info using ExchangeWebService.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You cannot run .NET applications on systems that do not have .NET. You need to build an installer and let the clients install the app and all prerequisite libraries.

      V 1 Reply Last reply
      0
      • L Lost User

        You cannot run .NET applications on systems that do not have .NET. You need to build an installer and let the clients install the app and all prerequisite libraries.

        V Offline
        V Offline
        vonb
        wrote on last edited by
        #3

        Probably I will have to create a webservice that does the job, which I can call from VB6. Unfortunatly I am stuck to this. Internally we have .net installed on the web servers (for our intranet) and the clients just are Win 7 / Xp with office installed, some policies even deny access to the "C:\" drive for standard users (not developers) :(

        1 Reply Last reply
        0
        • V vonb

          I need to invoke e .NET Managed .EXE located on a Webhost (https://..) from client machines. These clients mostly don't have the .net framework installed. Can I do this from (I know very old) VB6? I know it's old, but IT don't want to install .net framework on 600-800 clients for just one app... Note: the .EXE application updates exchange calendar info using ExchangeWebService.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          vonb wrote:

          but IT don't want to install .net framework on 600-800 clients for just one app...

          It's probably already installed; if it ain't, IT should take note that their clients aren't updated using Windows Update - which means that they're prolly missing security-packages. Even Win2k (using the latest SP) has .NET 2.0.

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups