When I try to create a My WF project, I get this error. I found that removing System.Activities.Presentationresolves this error. If I get this error at runtime, I can research LoaderExceptionsto find out about the root problem.
How to do the same when I get this error at compile time?
Alternatively, does anyone know how to solve this particular problem?
The extension 'Microsoft.Activities.Build.Validation.ValidationBuildExtension' threw an exception of the type 'System.Reflection.ReflectionTypeLoadException': 'One or more of the requested types failed to load. Get the LoaderExceptions property for more information. '.
source
share