Message 1 of 6

Not applicable
04-08-2014
11:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a (2) .xml files that loads works in Autocad 2012,2013 and 2014 but in 2015 it wont load the dll file,
here are 2 different xml files
the first wont load the dll files
the next one wont load the dll file but it will load the .vlx file.
any help would be great.
please see below
<?xml version="1.0" encoding="utf-8"?> <ApplicationPackage SchemaVersion="1.0" ProductCode="{dcdb74ec-bc89-41b2-bfae-dbb36096582f}" AutodeskProduct="AutoCAD" Name="Custom Batch Print" Description="Batch Printing" AppVersion="1.0.0" ProductType="Application"> <Components> <RuntimeRequirements OS="Win64|Win32" Platform="AutoCAD|ACADM" SeriesMin="R20.0" SeriesMax="R20.0"/> <ComponentEntry AppName="ZaCaBPrint" ModuleName=".\Contents\ZaCaBPrint.dll"> <Commands GroupName="ZaCa" Global="ZaCaBatchPrint" Local="ZaCa_Print"> <Command LoadOnAutoCADStartup="False" LoadOnCommandInvocation="True"/> </Commands> </ComponentEntry> </Components> </ApplicationPackage>
<?xml version="1.0" encoding="utf-8"?> <ApplicationPackage SchemaVersion="1.0" ProductCode="{2a3a7d16-39db-48eb-8d73-416ddf8c33a1}" AutodeskProduct="AutoCAD" Name="Custom Tool Box" Description="Tool Box" AppVersion="1.0.0" ProductType="Application"> <Components> <RuntimeRequirements OS="Win64|Win32" Platform="AutoCAD|ACADM" SeriesMin="R20.0" SeriesMax="R20.0"/> <ComponentEntry AppName="ZaCaToolBox" ModuleName=".\Contents\ZaCaToolBox.dll"> <Commands GroupName="ZaCa" Global="ZaCaToolBox" Local="ZaCa_ToolBox"> <Command LoadOnAutoCADStartup="False" LoadOnCommandInvocation="True"/> </Commands> </ComponentEntry> </Components> <Components> <RuntimeRequirements OS="Win64|Win32" Platform="AutoCAD|ACADM" SeriesMin="R20.0" SeriesMax="R20.0"/> <ComponentEntry AppName="ZaCaLispToolBox" ModuleName=".\Contents\ZaCaLispToolBox.VLX"> <Commands GroupName="ZaCa" Global="ZaCaLispToolBox" Local="ZaCaLispToolBox"> <Command LoadOnAutoCADStartup="True" LoadOnCommandInvocation="False"/> </Commands> </ComponentEntry> </Components> </ApplicationPackage>
Solved! Go to Solution.