How can we help you today? How can we help you today?
Lionel
Whoops found the bug. The problem is that the trayapp options are not being updated when the other editors are changing them so this is why you are seeing this behaviour. It is now fixed. / comments
Whoops found the bug. The problem is that the trayapp options are not being updated when the other editors are changing them so this is why you are seeing this behaviour. It is now fixed.
0 votes
Well I am running out of ideas [image] . One random idea is that .net give assemblies different privileges if they are run from a network share as opposed to run off the local hard disk. You can set up individual prividges for assemblies in the Control Panel->Administrative Tools->Microsoft .NET Framework 2.0 Configuration. Maybe there is some strange setting in there. I would expect you would get a different error message if that were the case. something like: System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at Microsoft.Win32.RegistryKey.CheckSubKeyCreatePermission(String subkeyName) at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity) at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey) at Excel_Functions.MyFunctions.RegisterFunction(Type type) but might be worth a look. Alternatively there sounds like there was a similar issue in dotnet 1.0 http://support.microsoft.com/kb/327507 not sure if any of that will help If you get despirate then you can run http://www.microsoft.com/technet/sysint ... egmon.mspx to see what registry keys are being accessed and try and change the permissions by hand. Sorry for not having any really good sugestions / comments
Well I am running out of ideas . One random idea is that .net give assemblies different privileges if they are run from a network share as opposed to run off the local hard disk. You can set up ind...
0 votes