- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have searched but have been unable to find anything related to this. This is not strictly a .net issue.
Is LoadOnCommandInvocation="True" broken in 2013? It used to work fine in 2012 but in 2013 all .DLL and lisp files are simply being loaded at launch?
Even the simple DOTNETTEST2 bundle (made available by the APN Dev guys last year) show the same behaviour.
Is there something I'm missing?
Here's the PackageContents.xml from the DOTNETTEST2:
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationPackage SchemaVersion="1.0" >
<Components>
<ComponentEntry AppName="DOTNETTEST2" ModuleName="./Contents/2013/AutoloaderDotNetSample2.dll" LoadOnCommandInvocation="True" >
<Commands GroupName="DevDays2010">
<Command Global="DOTNETTEST2" Local="DOTNETTEST2" />
</Commands>
</ComponentEntry>
</Components>
</ApplicationPackage>
I searched through the now redacted SP 1 release notes and saw no mention of this problem.
Solved! Go to Solution.