Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 14th, 2008, 11:40 PM
Registered User
 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default J.I.T

This has probly already been posted before and i have looked for a few days to try to find souloshin but i have hmt(halo map tools) and when i go to batch extract it gets that one message.


 ************** 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 tryed to open the machine optoins thing and it said it couldent find the right program and it could not find it on the inter net and when i went to down load the dotnetfx.2 it said it could not download becuse the 1st dotnetfx was on there so i deleted it and the same message came up.

 
Old October 3rd, 2008, 04:38 PM
Authorized User
 
Join Date: Jul 2008
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to docluv
Default

the machine.config file is just a text file so you can open it in notepad. I would reccomend Visual Studio or any other XML editor you like since it is an XML document.

http://Professionalaspnet.com
 
Old October 4th, 2008, 02:48 PM
Registered User
 
Join Date: Oct 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This issue is similar to my post in C# and C / Visual C++ 2005,"VC++ 2005 PC Error at PC Startup ...Just In Time Dbug". It sheds some light on why I continue to get the JIT Debugger on a Win32 unhandled exception[800] issue. This JIT debugger must be enabled in the VC 2005 install, but I have no idea where it was enabled, since there was no mention of the JIT debugger during installation (as far as I recall). Have you had any success with a solution yet?
Thanks! :)




JAKE
 
Old October 4th, 2008, 04:00 PM
Registered User
 
Join Date: Oct 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hate to be a reply hog, but this error really bugs me. In the 2005 Tools/options/debug menu I have dropped all references to JIT Debug, but it does not help! Then I went to Microsoft's page, http://forums.microsoft.com/msdn/ , where I found many others who suffer with this JIT debug issue. Navigate to the VS 2005, Win32 Exception Error posts and see if one them may solve your problem.
Please advise.
Good luck!


JAKE









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.