Message 1 of 17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm having problems with Autoloading my Plugin in AutoCAD 2025.
It works fine in AutoCAD 2024.
It works fine if I manually use the NETLOAD command in AutoCAD 2025.
I did have a SeriesMax of R23.4 in my PackageContents but I removed that parameter.
Based on the post Solved: DLL in Plugin Bundle Fail to be Autoloaded I even checked the PackageContents.xml for non-printable characters, but nothing unusual was found.
At this point I'm focused on the PackageContents.xml file, but I'm not sure what my next steps should be.
Any suggestions?
<?xml version="1.0" encoding="UTF-8"?>
<ApplicationPackage SchemaVersion="1.0"
Name="BlockExtractor"
AppVersion="2024.2.2.1"
Description="Block Extractor"
Author="Steven Seyler"
ProductCode="{951D58DA-FCD7-4AEC-8453-2DF130AC9FDB}" >
<CompanyDetails Name="Flex-N-Gate" Url="http://www.flexngate.com" Email="sseyler@flexngate.com" />
<Components>
<RuntimeRequirements OS="Win64" SeriesMin="R20.0" />
<ComponentEntry AppName="BlockExtractor" ModuleName="BlockExtractor.dll" AppDescription="Block Extractor" LoadOnAutoCADStartup="True">
<Commands GroupName="FNGAPD">
<Command Local="Extract" Global="Extract" />
</Commands>
</ComponentEntry>
</Components>
</ApplicationPackage>
Solved! Go to Solution.