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. Windows API
  4. Running .Net 1.1 application on windows vista

Running .Net 1.1 application on windows vista

Scheduled Pinned Locked Moved Windows API
csharpsecurityhelpquestion
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.
  • P Offline
    P Offline
    pranu_13
    wrote on last edited by
    #1

    I have a windows application written in .net 1.1. I am unable to run the application on windows vista. Where ever i have used the System.Diagnostics.Process namespace it throws an exception. Also i have to start a windows service on vista from this application. It says admin access is needed to start the service. Security on vista has been changed a lot. Do i have to enable any properties on vista to make this application work? Any solution would be of great help. Thanks.

    O 1 Reply Last reply
    0
    • P pranu_13

      I have a windows application written in .net 1.1. I am unable to run the application on windows vista. Where ever i have used the System.Diagnostics.Process namespace it throws an exception. Also i have to start a windows service on vista from this application. It says admin access is needed to start the service. Security on vista has been changed a lot. Do i have to enable any properties on vista to make this application work? Any solution would be of great help. Thanks.

      O Offline
      O Offline
      originSH
      wrote on last edited by
      #2

      pranu_13 wrote:

      It says admin access is needed to start the service.

      The secret is in the error message ... It says admin access is needed to start the server ... so maybe you need admin access to start it :P Right click the application and "Start as administrator..." or if you want to make it permanent, right click the application, "Properties", "Compatibility" and check the "Run as administrator" check box.

      P 1 Reply Last reply
      0
      • O originSH

        pranu_13 wrote:

        It says admin access is needed to start the service.

        The secret is in the error message ... It says admin access is needed to start the server ... so maybe you need admin access to start it :P Right click the application and "Start as administrator..." or if you want to make it permanent, right click the application, "Properties", "Compatibility" and check the "Run as administrator" check box.

        P Offline
        P Offline
        pranu_13
        wrote on last edited by
        #3

        I know that. Can't i start it without using admin privilages?

        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