Author Topic: Offline help AutoCAD developer  (Read 1194 times)

0 Members and 1 Guest are viewing this topic.

jtoverka

  • Newt
  • Posts: 127
Offline help AutoCAD developer
« on: October 13, 2021, 08:04:16 AM »
Has anyone found an installer for offline help for .NET developers? My plan is to make an xml comment file to enable intellisense in VS.

jtoverka

  • Newt
  • Posts: 127
Re: Offline help AutoCAD developer
« Reply #1 on: October 14, 2021, 10:07:33 AM »
I found the XML comment file to enable intellisense in Visual Studio.
I downloaded the Nuget packages here:

https://www.nuget.org/packages/AutoCAD.NET.Model/
https://www.nuget.org/packages/AutoCAD.NET.Core/

I used 7zip to open the archives and get the xml and the respective dll files to use as reference in a Visual Studio project. I then used Sandcastle to build a help file.

Now I have both the offline help file and Visual Studio Intellisense.

huiz

  • Swamp Rat
  • Posts: 917
  • Certified Prof C3D
Re: Offline help AutoCAD developer
« Reply #2 on: October 14, 2021, 04:01:16 PM »
If you download the ObjectArx libraries from ADN then you can reference to the included dll files instead of the application dll files. This library contains the documentation xml files as well.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

jtoverka

  • Newt
  • Posts: 127
Re: Offline help AutoCAD developer
« Reply #3 on: October 14, 2021, 08:47:38 PM »
I have been living without intellisense for too long!