10 likes | 141 Vues
What does not work with Assembly Lockbox?.
E N D
What does not work with Assembly Lockbox? • For the 2003 (.Net 1.1) version Classes that are remoted “MarshallByRef” should not be stored in LOX files because .Net 1.1 does not try to resolve these type of class references like other classes, but instead looks for the original assembly file directly. • For the 2003 (.Net 1.1) version Serializable classes should not be stored in LOX files for the same reason as MarshallByRef classes. • The current version of Assembly Lockbox uses CodeDOM. In situations where your code is running on a machine with extreme security lockdown it is possible that the account you are running under does not have access to csc.exe which CodeDOM launches OR csc.exe itself has no rights to your applications folders.