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. Running programs

Running programs

Scheduled Pinned Locked Moved C#
csharpwindows-adminhelptutorialquestion
6 Posts 6 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.
  • K Offline
    K Offline
    kingletas
    wrote on last edited by
    #1

    Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!

    Luis E Tineo S

    K S P M 4 Replies Last reply
    0
    • K kingletas

      Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!

      Luis E Tineo S

      K Offline
      K Offline
      Kristian Sixhoj
      wrote on last edited by
      #2

      Perhaps the version of .NET Framework on the other computer is older than the version on the computer the app was developed on. Try updating the .NET Framework on the other computer to the newest version.

      Kristian Sixhoej


      "Failure is not an option" - Gene Kranz

      1 Reply Last reply
      0
      • K kingletas

        Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!

        Luis E Tineo S

        S Offline
        S Offline
        Skippums
        wrote on last edited by
        #3

        If updating your .Net environment doesn't work, then your application my not have security permissions to do whatever it is trying to do (read/write to the file system, install applications, run third party applications, etc.). Try raising the trust level of the application and running it as an administrator on the computer. Let us know if it works. Jeff

        1 Reply Last reply
        0
        • K kingletas

          Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!

          Luis E Tineo S

          P Offline
          P Offline
          pmarfleet
          wrote on last edited by
          #4

          kingletas wrote:

          learning how to explode C#

          Generally speaking, C# programs rarely explode. Division by zero exceptions however may result in unpleasant consequences...

          Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

          1 Reply Last reply
          0
          • K kingletas

            Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!

            Luis E Tineo S

            M Offline
            M Offline
            mav northwind
            wrote on last edited by
            #5

            Hi! The first and most important tip is to read and understand the exceptions you get! Just saying "it throws an exception - what can be wrong" is like going to a doctor and telling him "sometimes something hurts. Help me!":sigh:. If you tell us the exception and where it occurrs, we might be able to help you without having to resort to our crystal balls...

            Regards, mav -- Black holes are the places where God divided by 0...

            P 1 Reply Last reply
            0
            • M mav northwind

              Hi! The first and most important tip is to read and understand the exceptions you get! Just saying "it throws an exception - what can be wrong" is like going to a doctor and telling him "sometimes something hurts. Help me!":sigh:. If you tell us the exception and where it occurrs, we might be able to help you without having to resort to our crystal balls...

              Regards, mav -- Black holes are the places where God divided by 0...

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              mav.northwind wrote:

              we might be able to help you without having to resort to our crystal balls...

              I like resorting to my crystal balls. It feels so good when you get the answer right;).

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              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