Changed all remaining COMPACTFRAMEWORK constants around serialization code to NO_SERIALIZATION
git-svn-id: file:///srv/devel/repo-conversion/nusu@157 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
8f16d09c8a
commit
74bf351727
6 changed files with 24 additions and 18 deletions
|
|
@ -66,7 +66,7 @@ namespace Nuclex.Support.Plugins {
|
|||
loadedAssembly = LoadAssemblyFromFile(path);
|
||||
return true;
|
||||
}
|
||||
#if !COMPACTFRAMEWORK
|
||||
#if !XBOX360
|
||||
// File not found - Most likely a missing dependency of the assembly we
|
||||
// attempted to load since the assembly itself has been found by the GetFiles() method
|
||||
catch(DllNotFoundException) {
|
||||
|
|
@ -74,7 +74,7 @@ namespace Nuclex.Support.Plugins {
|
|||
"Assembly '" + path + "' or one of its dependencies is missing"
|
||||
);
|
||||
}
|
||||
#endif // !COMPACTFRAMEWORK
|
||||
#endif // !XBOX360
|
||||
// Unauthorized acccess - Either the assembly is not trusted because it contains
|
||||
// code that imposes a security risk on the system or a user rights problem
|
||||
catch(UnauthorizedAccessException) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue