autcad の起動時にプラグインをロードしたいのですが、これは PackageContents.xml です。
<?xml version="1.0" encoding="utf-8"?>
<ApplicationPackage SchemaVersion="1.0"
AutodeskProduct="AutoCAD" Name="AutoCADMyPlugin"
Description="AutoCADMyPlugin" Version="1.0.0" Version="1.0.0"
ProductType="Application" SupportedLocales="Enu" AppNameSpace="AutoCADMyPlugin" Author="Autodesk, Inc."
ProductCode="{B2D833E7-8E89-45FF-9281-B8CE38F3BF8C}" UpgradeCode="{34060BF2-49ED-46A2-BF6E-4C7B1772B397}"
OnlineDocumentation="www.autodesk.com">
<CompanyDetails Name="Autodesk, Inc." Url="www.autodesk.com" Email="info@autodesk.com" />
<RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R19.1" SeriesMax="R20.0" />
<Components>
<RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R19.1" SeriesMax="R20.0" />
<ComponentEntry
AppName="AutoCADMyPlugin"
ModuleName=".\Contents\AutoCADMyPlugin.dll"
AppDescription="AutoCAD 2015 my Plugin"
LoadOnAutoCADStartup="True" >
</ComponentEntry>
NETLOAD コマンドを使用すると DLL は正常に動作し、リボン メニューが表示されますが、autocad 起動時に動作しません...
助けてください