Quote Originally Posted by starzen View Post
yup, thats another one that will get you
you may be able to fix it in the manifest
I did, took a couple of compiles for it to 'stick' though.

For anybody watching, in the manifest, replace
<v3:requestedExecutionLevel level="asInvoker"></v3:requestedExecutionLevel>
with
<v3:requestedExecutionLevel level="asInvoker" uiAccess="false"></v3:requestedExecutionLevel>
then change the source somehow and recompile.
If that doesn't clear it I found going into the compile options and bumping the version triggered a good compile and it now works.