ReflectionTypeLoadException with Silverlight serialization attributes
- by RPS
Hi all,
I´m trying to inspect the types in a silverlight 4 assembly from a .NET 3.5 application. I have loaded the silverlight assembly with a Assembly.ReflectionOnlyLoadFrom sentence.
contractsAssembly = Assembly.ReflectionOnlyLoadFrom(contractsAssemblyPath);
When the .NET application tries to perform a call to GetTypes(), it throws a…