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. JIT problem!

JIT problem!

Scheduled Pinned Locked Moved C#
csharphelpdotnettutorialquestion
4 Posts 2 Posters 5 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.
  • Z Offline
    Z Offline
    Zeke Le
    wrote on last edited by
    #1

    My program was written in Visual C# and it runs just fine in my computer and computers that uses Windows XP, but when I tried to execute it in a win ME (with .Net framework installed), an unhandled execption occurs, it says the problem is about JIT. Can anyone show me how to fix it? Thanks  No time to breathe

    L 1 Reply Last reply
    0
    • Z Zeke Le

      My program was written in Visual C# and it runs just fine in my computer and computers that uses Windows XP, but when I tried to execute it in a win ME (with .Net framework installed), an unhandled execption occurs, it says the problem is about JIT. Can anyone show me how to fix it? Thanks  No time to breathe

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      Zek3vil wrote: Can anyone show me how to fix it? Yes, you change that, move around this, and redesign the other thing. ;P On a serious note. Build your app in debug mode, and make sure ME has mdac2.7 + Jet 4.0 installed, those are those likely culprits. Zek3vil wrote: it says the problem is about JIT. Please read the message. It says a JIT exception has occured. There is no problem with JIT. If you read a bit further in that "way too small" dialog box, you would have seen the exception that occured. If you just pasted the exception we can perhaps help you more. I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02

      Z 1 Reply Last reply
      0
      • L leppie

        Zek3vil wrote: Can anyone show me how to fix it? Yes, you change that, move around this, and redesign the other thing. ;P On a serious note. Build your app in debug mode, and make sure ME has mdac2.7 + Jet 4.0 installed, those are those likely culprits. Zek3vil wrote: it says the problem is about JIT. Please read the message. It says a JIT exception has occured. There is no problem with JIT. If you read a bit further in that "way too small" dialog box, you would have seen the exception that occured. If you just pasted the exception we can perhaps help you more. I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02

        Z Offline
        Z Offline
        Zeke Le
        wrote on last edited by
        #3

        First a messagebox appeared and said that an exception has been generated, ProcessID=something, ThreadID=something. Click Cancel to debug. Then I clicked Cancel, another one appeared said that the JIT debguger is not available and told me to check the computer setings which I didnt know what & where to check (very cool), it also unhelpfully showed me the file cordbg.exe!something. That's all, help me please!  No time to breathe

        L 1 Reply Last reply
        0
        • Z Zeke Le

          First a messagebox appeared and said that an exception has been generated, ProcessID=something, ThreadID=something. Click Cancel to debug. Then I clicked Cancel, another one appeared said that the JIT debguger is not available and told me to check the computer setings which I didnt know what & where to check (very cool), it also unhelpfully showed me the file cordbg.exe!something. That's all, help me please!  No time to breathe

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          Thats sounds like some threading exception, are you not perhaps using Win2k+ specific .NET classes in your app? You should allways keep that in mind. I have seen that message when trying to run a .NET 1.0 compiled app on a .NET 1.1 PC. Likely culprit, resources. Have a look at that link posted by David Stone a few posts up. I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02

          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