Debugger Stop Working After install Visual Studio 2005.

Debugger Stop Working After install Visual Studio 2005.

Anonymous
Not applicable
637 Views
3 Replies
Message 1 of 4

Debugger Stop Working After install Visual Studio 2005.

Anonymous
Not applicable
Hello,

I'm using Visual Studio C# .net 2003 version to create AutoCad 2006 ARX
application. After I installed Visual Studio 2005, ARX debugging stop
working - AutoCAD is started and closed automatically after starting
debugging.

Please help. Thanks.
0 Likes
638 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
It's working now after I modified AutoCAD 2006 acad.exe.config file.
Let it still use .net framework version 1.1.4322. Otherwise, it always use
the latest version of the framework installed on computer.

"Zhongwei Xia" wrote in message
news:5049102@discussion.autodesk.com...
Hello,

I'm using Visual Studio C# .net 2003 version to create AutoCad 2006 ARX
application. After I installed Visual Studio 2005, ARX debugging stop
working - AutoCAD is started and closed automatically after starting
debugging.

Please help. Thanks.
0 Likes
Message 3 of 4

Anonymous
Not applicable
See comments here:
http://www.manusoft.com/Resources/ARXTips/Index.stm


"Zhongwei Xia" wrote in message
news:5049108@discussion.autodesk.com...
It's working now after I modified AutoCAD 2006 acad.exe.config file.
Let it still use .net framework version 1.1.4322. Otherwise, it always use
the latest version of the framework installed on computer.

"Zhongwei Xia" wrote in message
news:5049102@discussion.autodesk.com...
Hello,

I'm using Visual Studio C# .net 2003 version to create AutoCad 2006 ARX
application. After I installed Visual Studio 2005, ARX debugging stop
working - AutoCAD is started and closed automatically after starting
debugging.

Please help. Thanks.
0 Likes
Message 4 of 4

Anonymous
Not applicable
you may need to edit acad.exe.config and uncomment the .net runtime version,
as the default setting is to use the latest version of the .net runtime.
This is what I had to do to get debuging to work even though acad run fine
for editing drawings.

Regards
Mark

I fould that I had to do this to debug a .net dll even though acad fine
under normal use.
"Bill Hashman" wrote in message
news:5072640@discussion.autodesk.com...
See comments here:
http://www.manusoft.com/Resources/ARXTips/Index.stm


"Zhongwei Xia" wrote in message
news:5049108@discussion.autodesk.com...
It's working now after I modified AutoCAD 2006 acad.exe.config file.
Let it still use .net framework version 1.1.4322. Otherwise, it always use
the latest version of the framework installed on computer.

"Zhongwei Xia" wrote in message
news:5049102@discussion.autodesk.com...
Hello,

I'm using Visual Studio C# .net 2003 version to create AutoCad 2006 ARX
application. After I installed Visual Studio 2005, ARX debugging stop
working - AutoCAD is started and closed automatically after starting
debugging.

Please help. Thanks.
0 Likes