Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 4th, 2006, 12:01 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Old post from a year ago, had question plz

My question regarding the following . . .

went to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G\machine.config as suggested . . .

But once there, I could not open, program was in box that came up with programs, nor did I know "specific" address.

Sorry, a real dummy . . . getting this EXACT same message from a calyx point mortgage program . . . when trying to import.

Now the old post and Peter's response . . .


Posted - 12/29/2005 : 1:46:09 PM


--------------------------------------------------------------------------------

I am new to vb.net.I just ran in to this error.
My question is where can i find this config file ?

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.
Thanks




planoie
Moderator



USA
3563 Posts
 Posted - 12/29/2005 : 2:44:18 PM


--------------------------------------------------------------------------------

You need to have an application config file which will be either
1. An exe's config file. In visual studio, this is an "app.config" file that turns into "myapplication.exe.config" when you compile.
2. A "web.config" file in an ASP.NET application.

Or you can find that setting in your machine.config file typically found at:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G\machine.config


-Peter









Similar Threads
Thread Thread Starter Forum Replies Last Post
plz.....plz solve out my problem.... kethireddy435 ASP.NET 1.x and 2.0 Application Design 1 October 4th, 2007 12:56 PM
Choose all records from 2 weeks ago?? morpheus Classic ASP Databases 4 January 9th, 2007 01:00 PM
Question on HTTP Post dgrumbli BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 3 December 20th, 2006 02:03 PM
vbscript question (not sure where to post this) interrupt Javascript How-To 0 February 14th, 2006 10:38 AM





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