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. General Programming
  3. C#
  4. problems starting application with System.Diagnostics.Process

problems starting application with System.Diagnostics.Process

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 2 Posters 0 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.
  • 3 Offline
    3 Offline
    3Dizard
    wrote on last edited by
    #1

    Hi, my starting routine looks like this: private void StartProcess() { System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "C:\\Programme\\AutoGK\\AutoGK.exe"; p.Start(); } When I run the code everything is executed fine except that the application to be started shows me an error: "Installation is corrupted. Please reinstall the application." But starting the app manually (in windows explorer, etc.) causes no errors and the application starts fine, so the problem is in the code I use. The program I want to start is AutoGordianKnot, which probably was written in Qt. Any suggestions or any other ways to start this app? Greetings

    P 1 Reply Last reply
    0
    • 3 3Dizard

      Hi, my starting routine looks like this: private void StartProcess() { System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "C:\\Programme\\AutoGK\\AutoGK.exe"; p.Start(); } When I run the code everything is executed fine except that the application to be started shows me an error: "Installation is corrupted. Please reinstall the application." But starting the app manually (in windows explorer, etc.) causes no errors and the application starts fine, so the problem is in the code I use. The program I want to start is AutoGordianKnot, which probably was written in Qt. Any suggestions or any other ways to start this app? Greetings

      P Offline
      P Offline
      Professor Sharada Ulhas
      wrote on last edited by
      #2

      Is the app usually started with command line parameters, perhaps?

      3 1 Reply Last reply
      0
      • P Professor Sharada Ulhas

        Is the app usually started with command line parameters, perhaps?

        3 Offline
        3 Offline
        3Dizard
        wrote on last edited by
        #3

        Thought of that, too, but it is not!

        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