Message 1 of 4
How to Determine What Dll Needs to be Referenced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am working thru an example I found on the AutoCAD DevBlog located here -->Plant 3D Example
After getting the code loaded into Visual Studio, I am missing some dlls that need to be referenced to my project.
I would like to know how do you determine which dll is required? My current approach is running a google search key terms such as “PlantProject” and/or “CurrentProject” shown in the screen shot. Then if I do not locate anything I start to manually add the dlls from AutoCAD Plant3D SDK until all the missing dlls are included in the project.
Is there a better approach to this?