Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Autocad 2015 plugin autoload

1 REPLY 1
Reply
Message 1 of 2
ggarnik
1335 Views, 1 Reply

Autocad 2015 plugin autoload

I whant to load my plugin on autcad startup and this is the 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>

 

Dll works fine when I use NETLOAD command, my ribbon menus appears, but on autocad sturtup it doesn't work...

 

 

 

Tags (1)
1 REPLY 1
Message 2 of 2
GREGNELSON4377
in reply to: ggarnik

ModuleName=".\Contents\AutoCADMyPlugin.dll"

 

-->Shouldn't this use forward slashes instead of backslashes, e.g. "./Contents/AutoCADMyPlugin.dll" ??

 

Hope that helps!

Greg

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost