Message 1 of 46
Not applicable
01-08-2013
11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationPackage SchemaVersion="1.0" AppVersion="1.0"
ProductCode="{20F44DBA-0878-4ADE-91A4-E540E45A37FB}"
Name="Menus"
>
<CompanyDetails
Name="Automation Inc."
Email="au@automation.com"
/>
<Components>
<RuntimeRequirements SupportPath=".\Contents\" SeriesMax="R19.0" SeriesMin="R19.0" Platform="AutoCAD*" OS="Win64"/>
<ComponentEntry ModuleName=".\Contents\Data.Mapping.dll" AppName="DelcoMapping" AppType="Dependency">
<RuntimeRequirements SupportPath=".\Contents\" />
</ComponentEntry>
<ComponentEntry ModuleName=".\Contents\Menus.dll" AppName="Menus" AppType=".Net" LoadOnAutoCADStartup="True">
</ComponentEntry>
</Components>
</ApplicationPackage>
I set the support path, and even define the component entry to look for the Data.Mapping.dll in the contents folder. This file exists there however everytime I start AutoCAD it says it cannot load file or assembly Data.Mapping.dll in the C:/Users/User/Documents/ folder
So I am at a loss, how much more explicit can you get as to where this file is located in the packagecontents.xml??? Why does AutoCAD not read the file from the location which has been clearly specified?
Solved! Go to Solution.