Windows Vista Error message

  • Thread starter Thread starter David
  • Start date Start date
D

David

Guest
Hi.

For some reason, I have started to have trouble accessing one of my
applications. When I hit the icon to open it, I get:

"Application has generated an exception that cannot be handled:
Process id=0x1f8 (504), Thread id=0x12d0 (4816)

Click OK to cancel the application
Click CANCEL to debug the application"


And then by hitting CANCEL I get:

"Registered JIT debugger is not available. An attempt to launch a JIT
debugger with the following commande resulted in an error code of 0x2 (2).
Please check computer settings.

cordbg.exe !a 0x1f8

Click on retry to have the process wait while attaching a debugger manually.
Click on cancel to abort the JIT debug request."


I contacted the application owners, who said they thought it was a .NET
problem.

Any ideas?

Thanks
David
 
Re: Error message

"David" <ravey@netspace.net.au>'s wild thoughts were
released on Thu, 15 May 2008 21:28:55 +1000 bearing the
following fruit:

>Hi.
>
>For some reason, I have started to have trouble accessing one of my
>applications. When I hit the icon to open it, I get:
>
>"Application has generated an exception that cannot be handled:
>Process id=0x1f8 (504), Thread id=0x12d0 (4816)
>
>Click OK to cancel the application
>Click CANCEL to debug the application"
>
>
>And then by hitting CANCEL I get:
>
>"Registered JIT debugger is not available. An attempt to launch a JIT
>debugger with the following commande resulted in an error code of 0x2 (2).
>Please check computer settings.
>
>cordbg.exe !a 0x1f8
>
>Click on retry to have the process wait while attaching a debugger manually.
>Click on cancel to abort the JIT debug request."
>
>
>I contacted the application owners, who said they thought it was a .NET
>problem.
>
>Any ideas?


Did you want to debug the issue?

I'm not sure what your question is. It seems to me that the
application you are trying to run is indeed a dotnet
program. I would check with the application owners what
version of the dotnet runtime it requires and ensure that
you have that version installed.




--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
 
Re: Error message

Thanks for the help, Jan.

The application is a program for aeronautical charts etc for Microsoft's
Flight Simulator X.

The owners, Navigraph (www.navigraph.com) told me I needed to uninstall all
my .net software and then just reinstall net 2.0 - they thought that might
fix it.

However, although I can disable NET 3 it wont uninstall because Vista tells
me it is part of the OS, and for some reason my old installation of NET 1.1
just won't go. I try to remove it from Control Panel / Programs & Features
and it shows me an uninstall button. Pressing that says the Windows
installer is preparing to remove and then the dialog box disappears, yet NET
1.1 stays in my list!

Dont really know where to go from here....

David



"David" <ravey@netspace.net.au> wrote in message
news:OCFlh7ntIHA.6096@TK2MSFTNGP06.phx.gbl...
> Hi.
>
> For some reason, I have started to have trouble accessing one of my
> applications. When I hit the icon to open it, I get:
>
> "Application has generated an exception that cannot be handled:
> Process id=0x1f8 (504), Thread id=0x12d0 (4816)
>
> Click OK to cancel the application
> Click CANCEL to debug the application"
>
>
> And then by hitting CANCEL I get:
>
> "Registered JIT debugger is not available. An attempt to launch a JIT
> debugger with the following commande resulted in an error code of 0x2 (2).
> Please check computer settings.
>
> cordbg.exe !a 0x1f8
>
> Click on retry to have the process wait while attaching a debugger
> manually. Click on cancel to abort the JIT debug request."
>
>
> I contacted the application owners, who said they thought it was a .NET
> problem.
>
> Any ideas?
>
> Thanks
> David
>
>
>
 
Re: Error message

"David" <ravey@netspace.net.au> wrote in message
news:u%23v1V7TuIHA.1240@TK2MSFTNGP02.phx.gbl...
> Thanks for the help, Jan.
>
> The application is a program for aeronautical charts etc for Microsoft's
> Flight Simulator X.
>
> The owners, Navigraph (www.navigraph.com) told me I needed to uninstall
> all
> my .net software and then just reinstall net 2.0 - they thought that might
> fix it.


I'll hazard a guess that the vendor's staff has experienced problems with
..NET installations in the past -- but (as your next paragraph suggests) it's
an open question on whether they've ever tried their suggestion on a Vista
box. The next logical question is whether they've tried their product under
Vista.

And a suggestion that you uninstall all of .NET and then reinstall ONLY
2.0 -- even if it fixes the problem with Navigraph -- will by definition
break applications that require any other version...especially 3 or 3.5,
which is used by applications build with Visual Studio 2008. .NET version 2
supports applications built with Visual Studio 2005.

> However, although I can disable NET 3 it wont uninstall because Vista
> tells
> me it is part of the OS,


Have you called them again since you experienced this?

> and for some reason my old installation of NET
> 1.1
> just won't go. I try to remove it from Control Panel / Programs & Features
> and it shows me an uninstall button. Pressing that says the Windows
> installer is preparing to remove and then the dialog box disappears, yet
> NET
> 1.1 stays in my list!


I've not tried it in a Vista environment, but my introduction to the
obnoxious behavior of the .NET installers dates to the release of the .NET
1.1 update in security bulletin MS04-028, when a small but nontrivial number
of my users' systems refused to install the update. One of the systems
involved (running Windows 2000) was the one assigned to my department's
secretary; I spent most of a weekend fighting it with no success; .NET could
not be patched, repaired, reinstalled, or uninstalled.

The only thing that saved my sanity was that all of the systems which
encountered the problem were within a couple of months of normal lifecycle
replacement so I convinced the division managers to pony up new machines
(with Windows XP) for the affected users slightly earlier than planned.

..NET certainly has some nice features, but I really wonder how much
real-world experience can be claimed by the Microsoft people who design the
programs that install and update it.

Joe Morris
 
Back
Top