Autocad Loader 2016 fails to load dll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I wrote a dll (Civil3DInterface.dll) which exports the Alignment object.
I would like this dll to be available for users.
The command is "H".
The following PackageContents.xml file in the bundle did not load the dll or install a Ribbon in ACAD Civil 3D.
What is wrong?
<?xml version="1.0" encoding="utf-8"?>
<ApplicationPackage
SchemaVersion="1.0"
ProductCode="{9ff03155-a12a-43ad-9feb-9064beafbc66}"
AutodeskProduct="AutoCAD"
Name="Alignment Export"
Description="Alignment Export to Revit"
AppVersion="1.0.0" ProductType="Application">
<Components>
<RuntimeRequirements OS="Win64|Win32" Platform="AutoCAD|ACADM" SeriesMin="R20.0" SeriesMax="R20.0"/>
<ComponentEntry AppName="Civil3DInterface" ModuleName="./Contents/Windows/2015/Civil3DInterface.dll"
AppDescription="." LoadOnCommandInvocation="True" LoadOnRequest="True"
LoadOnAutoCADStartup="True" >
<Commands GroupName="CADTOOLS">
<Command Local="H" Global="H" />
</Commands>
</ComponentEntry>
</Components>
</ApplicationPackage>
Greetings, Dirk