1.

Solve : Debug error?

Answer»

Common Language Runtime Debugging Services

I use an application which is not supported by the supplier. I have used the application for the last year with only occasional problems. For no apparent reason I am now getting Debugging issues when attempting to RUN the application. the application is simply an MS Access database.
I am getting the following ,message
Application has GENERATED an exception that could not be handled
Process id=0x1584 (5508), Thread id=0x1b8 (440).
Click OK to terminate the application
Click CANCEL to debug the application
When i try to CANCEL i then get the following message

Registered JIT debugger is not available. An attempt to launcha JIT debugger with the following command resulted in an error code of 0x2 (2). Please check computer settings.
cordbg.exe !a 0x1750

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

I have followed some instructions about debug thro MSDOS but then not sure what action to take against the error list it produces. Every time i try and run the application the actual error "codes" change.
Appreciate any help I can be given.
Thanks
bromerzz
The lack of replies suggests no one knows or its such a simple problem no one can understand why I cant sort it myself.
Seriously anybody got any ideas...maybe even post it on another forum.
ThanksMaybe your coyness about what the app is actually called has resulted in nobody wanting to get involved?Thanks for your reply, the application is an access database for a commercial golf course grading SYSTEM. If that helps.
It is not a commercial product.Quote from: bromerzz on April 10, 2009, 01:22:31 PM

Thanks for your reply, the application is an access database for a commercial golf course grading system. If that helps.
It is not a commercial product.

A quick Google foound this thread, which may or may not be relevant

http://www.pcreview.co.uk/forums/thread-1326003.phpOnce again thanks but no solution as yet.error code 0x2 might be file not found.

assuming it's a error returned from GetLastError().

sounds like a coding bug. One of the files the access database opens is missing.

A friend has suggested this problem may be down to 2 fixes for microsoft.net.framework 3.5 which updated mid Feb 09. That seems to fit the timeframe when the programme I need became unuseable.
Not being sufficiently savvy on the subject, could I remove these fixes? Are they critical updates that will effect the running of other programs.
Thanks for your time.


Discussion

No Comment Found