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. Visual Basic
  4. error after application installation

error after application installation

Scheduled Pinned Locked Moved Visual Basic
sysadminhelpworkspace
5 Posts 4 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.
  • W Offline
    W Offline
    wiseyuss
    wrote on last edited by
    #1

    I have created a Windows application and used the setup wizard for deployment purposes. It runs perfectly well on my machine but after I install the application on another machine and try to start it I get an error that says; "Application has generated an exception that could not be handled. Process ID 0x450 (1104), Thread ID 0x3a8(936)." What have I messed up. Shawn the desparate programmer

    M O S 3 Replies Last reply
    0
    • W wiseyuss

      I have created a Windows application and used the setup wizard for deployment purposes. It runs perfectly well on my machine but after I install the application on another machine and try to start it I get an error that says; "Application has generated an exception that could not be handled. Process ID 0x450 (1104), Thread ID 0x3a8(936)." What have I messed up. Shawn the desparate programmer

      M Offline
      M Offline
      mr_12345
      wrote on last edited by
      #2

      Is the .net framework installed on the host machine?

      W 1 Reply Last reply
      0
      • W wiseyuss

        I have created a Windows application and used the setup wizard for deployment purposes. It runs perfectly well on my machine but after I install the application on another machine and try to start it I get an error that says; "Application has generated an exception that could not be handled. Process ID 0x450 (1104), Thread ID 0x3a8(936)." What have I messed up. Shawn the desparate programmer

        O Offline
        O Offline
        OldDog Net
        wrote on last edited by
        #3

        You've probably already looked into these but . . . what the heck! Something missing perhaps? Is the expected version of the Framework installed? Do you use Crystal Reports or some other third party software? Config file? If you haven't already, you might want to use the build option that pulls all of the accessed assenblies into the local Bin folder. And no, I can't remember what or where to specify it off the top of my head. Sorry. Good luck! Will

        1 Reply Last reply
        0
        • W wiseyuss

          I have created a Windows application and used the setup wizard for deployment purposes. It runs perfectly well on my machine but after I install the application on another machine and try to start it I get an error that says; "Application has generated an exception that could not be handled. Process ID 0x450 (1104), Thread ID 0x3a8(936)." What have I messed up. Shawn the desparate programmer

          S Offline
          S Offline
          Steve Pullan
          wrote on last edited by
          #4

          Apart from the framework being installed, ensure that your assembly has sufficient rights to execute on that machine (go to Control Panels -> Admin Tools -> .NET Framework Configuration utility). Errors like this occur because you have (probably) created the assembly on a machine under a userid which had local admin rights so you never saw any problem in development. Installing it onto another machine and running under a user without local admins rights highlights that there is something in your assembly which relies on more than normal rights to execute. This is a very good reason never to develop a program under a local admin id because inevitably you'll find out there is a problem only after deployment. ...Steve 1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-)

          1 Reply Last reply
          0
          • M mr_12345

            Is the .net framework installed on the host machine?

            W Offline
            W Offline
            wiseyuss
            wrote on last edited by
            #5

            Yes it is. This is MS access database project with crystal reports. I think it may be a CR problem as this problem did not occur until I integrated the CR into the project.

            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