- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So for those of you that have had the opportunity to download AutoCAD 2015 from your subscription site, I am wondering if you have had any issues with the Autoloader?
I have a few .bundle folders that load just fine in AutoCAD 2012 and AutoCAD 2014, but they don't load correctly in 2015. All of my .CUIx menus autoload into 2015 with no issue, but the commands from my code are not recognized after startup.
The first troubleshooting step I tried was to manually NETLOAD the dll files. The .dll files loaded successfully and the code worked with no issues (at least the few routines I tried). I then thought that maybe it just wasn't autoloading the .dll due to a variance in the .NET framework. So, I created a brand new project from scratch in VS 2013 Express, referenced the AutoCAD 2015 .dlls and compiled the code using the 4.5 framework. The code NETLOADs and runs fine in 2015.
I then created a new .bundle folder and PackageContents.xml file. There appear to be no errors in the .xml as it opens fine in a browser and is identical to all of the others I have that work in 2012/2014. I even copied an old one and tested it with no success.
When starting AutoCAD 2015 the balloon notification will sometimes pop-up saying my utility has been loaded and sometimes it does not. I have never experienced this in previous releases. The balloon notification pops up 100% of the time when starting AutoCAD 2014 or 2012.
In any case, even when the balloon notification states that my utility has been loaded, when typing the command name, it comes up as an unknown command.
As a final test, I changed nothing and started up AutoCAD 2014. The balloon notification showed stating that my utility has been loaded (as expected) and the command was recognized and actually ran (unexpectedly).
So... it appears the Autoloader is failing to load the .dll files properly in AutoCAD 2015. Either that or 2015 requires something I am missing (in the XML?). Although, I looked through the 2015 documentation and saw no changes to the required attributes in the PackageContents.xml for 2015.
Any ideas?
TIA!
Solved! Go to Solution.