Jump to content

JIT Debugging


bigsquid
 Share

Recommended Posts

Hi everyone,

I recently invested in some language learning software by Strokes International. When trying to access the help section which involves an instuctional video I get the following error message:

An unhandled exception has occurred in a component in your application. Click continue and application will ignore this error and attempt to continue.

File or assembly name help_eng. Or one of its dependencies, was not found.

In the details section there are several directories etc. listed plus the following:

************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the machine

rather than being handled by this dialog.

I've tried to fix it by messing about with . Net Framework but if i'm honest I haven't really got a clue.

Any help would be greatly appreciated.

Cheers

The big squid.

Link to comment
Share on other sites

Not clear what you want - getting rid of the JIT debug dialog, or do you actually want to enable the debugger? There is not much debugging you can do if you don't have the source code of your software, and Visual Studio .NET installed.

That software you mention, does the developer offer any support for it? If so, I would contact their support staff.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy