- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have upgraded to AutoCAD 2015 and are having problems with custom plugins. I already have addded LoadOnAutoCADStartup="True" to my autoLoader. My plugins dll seems to load at different times for each start up of autoCAD. What is happening is sometimes a deafult autoCAD command will load instead of my plugins command at start up. This seems to happen randomly. The name of my plug in is batch. Sometimes BATCHPLOT will load and display its dialog box. After I cancel that dialog box my plugin will load but my palette will not display eventhough it was open before I closed autoCAD. This was never a problem in autoCAD 2013.I have attached a short video of me opening auotCAD closing reopening autoCAD and getting different results. One of the main complaints I am getting is that the palette isn't displaying when they reopen autoCAD. I don't know if these problems are related.Any help would be appreciated.
---below is a portion of my PackageContents.xml---
<Components>
<ComponentEntry LoadOnAutoCADStartup="True" AppName="Batch" ModuleName="./Contents/Resources/Drafting/Plugin/bin/Release/Plugin.dll" />
</Components>
Solved! Go to Solution.