
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have read various forum posts and seen different google responses. Is it possible to debug a .net project in AutoCAD 2008 with Visual Studio 2010?
I have modified the acad.exe.config file as shown below:
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
And I have set the visual studio debug options to:
Command Line Arguments: start acad.exe
Working Directory: C:\Program Files\AutoCAD Architecture 2008\
Enable the Visual Studio Hosting Process: Checked
I build the project, then i try to start debugging. I get the following error:
System.Reflection.ReflectionTypeLoadException was unhandled
Message=Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Source=mscorlib
Any help would be much appreciated. Thanks in advance.
Solved! Go to Solution.