473,626 Members | 3,245 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS .NET Framework jit debugging error

I have been trying to instal AutoCAD 2008 on a single PC and get the
following
Microsoft .NET Framework security error.
I have updated to the latest .NET Framework 2.0 software, however, this
error occurred with only v1.1 installed.

I also got the same error when trying to install an old ACAD 2005 version
(as
a check). I have successfully installed this version a couple of years ago.

I have tried changing the acad.exe.config file as mentioned below and have
tried installing with the virus software turned off.
The machine config file is set to default. This has never occurred with any
other software installs.

I have also installed WinDbg and tried to attach it to the acad.exe process
but it shows an error.

I have found this error mentioned elsewhere (after a Google search) but have
not seen a solution as yet.

regards
Benny

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.Security .SecurityExcept ion: Requested registry access is not allowed.
at System.ThrowHel per.ThrowSecuri tyException(Exc eptionResource resource)
at Microsoft.Win32 .RegistryKey.Op enSubKey(String name, Boolean writable)
at Autodesk.AutoCA D.CustomMigrato r.Migrator.SetH asMigrated(Stri ng
RootRegKey, Int32 iValue)

at Autodesk.AutoCA D.ADMigrator.Ma inForm.MainForm _Closed(Object sender,
EventArgs e)
at System.Windows. Forms.Form.OnCl osed(EventArgs e)
at System.Windows. Forms.Form.WmCl ose(Message& m)
at System.Windows. Forms.Form.WndP roc(Message& m)
at System.Windows. Forms.Control.C ontrolNativeWin dow.OnMessage(M essage& m)
at System.Windows. Forms.Control.C ontrolNativeWin dow.WndProc(Mes sage& m)
at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

The Zone of the assembly that failed was:

MyComputer

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

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

ADMigrator
Assembly Version: 17.1.0.0
Win32 Version: 17.1.51.0
CodeBase: file:///C:/Program%20Files/AutoCAD%202008/admigrator.exe
----------------------------------------

System.Windows. Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows. Forms/2.0.0.0__b77a5c 561934e089/System.Windows. Forms.dll

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

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c 561934e089/System.dll

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

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f 7f11d50a3a/System.Drawing. dll

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

AdMigLib
Assembly Version: 17.1.0.0
Win32 Version: 17.1.51.0
CodeBase: file:///C:/Program%20Files/AutoCAD%202008/AdMigLib.DLL

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

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c 561934e089/System.Xml.dll
----------------------------------------
AcCui
Assembly Version: 17.1.0.0
Win32 Version: 17.1.51.0
CodeBase: file:///C:/Program%20Files/AutoCAD%202008/AcCui.DLL

----------------------------------------
AcMNUParser
Assembly Version: 17.1.0.0
Win32 Version: 17.1.51.0
CodeBase: file:///C:/Program%20Files/AutoCAD%202008/AcMNUParser.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50608.0
Win32 Version: 8.00.50727.42
CodeBase:
file:///C:/WINDOWS/WinSxS/x86_Microsoft.V C80.CRT_1fc8b3b 9a1e18e3b_8.0.5 0727.42_x-ww_0de06acd/msvcm80.dll

----------------------------------------
ADMigrator.reso urces

Assembly Version: 17.1.0.0

Win32 Version: 17.1.51.0

CodeBase:
file:///C:/Program%20Files/AutoCAD%202008/en-US/ADMigrator.reso urces.DLL

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

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

To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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:
<configuratio n>
<system.windows .forms jitDebugging="t rue" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Apr 25 '07 #1
0 5754

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2692
by: Andrea | last post by:
Hi there, I have a problem. I am running a program that used to work when suddenly...it stop working. I got this message: "Index was outside the bounds of the array" Is there anyone who knows how I can solve this problem?
0
998
by: Yahoo | last post by:
I found this article on askjeeves.com and was looking for others who successfully got this to work. I am trying to debug though system.web but when i use a compiled system.web with debugging info i get the below error. http://www.codeproject.com/dotnet/Debug_Framework_Classes.asp Server Error in '/Whatzupv5' Application. -------------------------------------------------------------------------------- Could not load type...
5
1998
by: Juan Posadas | last post by:
All, I deployed my website that requires V1.1 in the production server. I installed the framework v1.1 with the dotnetfx.exe /c:"install /noaspupgrade" and everything went fine. Then, I installed my app via and installation pkg. without a proble, Then, I ran the following command to tell IIS to run my app with V1.1
5
3334
by: bob | last post by:
Hi Using 2003 - targeting the compact framework (c#), but would like to do most development using the full.net (manually leaving out stuff not in the compact framework). Q. Trying to find a way of converting a project to have builds for both compact and full. Project properties doesn't seem to help Thanks
2
1905
by: hzgt9b | last post by:
Situation: I've been using VS .NET 2003 to develop apps w no problems. So, today, my manager had me install VS 2005 (& with it the .NET 2.0 framework) so now my machine has VS .NET 2003 (.NET Framework 1.1) and VS 2005 (.NET Framework 2.0). Issue: A program that I developed in VS .NET 2003 now gets a run time exception when executing the program outside the VS 2003 development environment (when I execute the program through VS 2003 the...
1
3072
by: Ken Allen | last post by:
I have encountered a problem with remote debugging under VS 2005 and ..Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! My preferred method of debugging uses these steps: 1. Share the directory that contains the debug image; also share the folder that contains the debug monitor. 2. Configure the project debug mode to launch the exeecutable from the share rather...
2
1724
by: Ing. Davide Piras | last post by:
Hi there, we have a big web application wrote in Visual Studio .NET 2003 (Framework 1.1) which we still use to modify, evolve and compile all the assemblies... on IIS we are trying to set the .NET Framework version to 2.0 for runtime (we've read that we can get up to 30% of performance increase, is it true???), the problem is that we cannot debug with Visual Studio.NET 2003, we get error at the launch of the web app... in the same...
2
8123
by: Andrew | last post by:
Win2k3 IIS6 ..NET 2.0 In my ASP.NET 2.0 app I create an open an SQL connection in the page's constructor and call objSQL.Dispose() in the destructor. The SQLConnection object is a class member of the page. Here's the destructor code: /// Destructor ~Officer()
1
1113
by: Darin | last post by:
I have upgraded our application from .NET 1.1 to .NET 2.0, all works fine from my local machine. But, when I put the program on the server and try to run it from the server (via a mapped drive), I receive: Menu.exe has encountered a problem and neds to close. We are sorry for the inconvenience. When I click on what data does the error report contain, I get the error
0
8269
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8203
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8642
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7203
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4094
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4206
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2630
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1515
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.