Tagged Questions

0
votes
1answer
48 views

VerificationException was unhandled : Operation could destabilize the runtime

I am trying to calculate normal map and bump map of some images. In order to do this, I am using Craig's Utility Library. However when I try to create bump map I am getting an exception saying ...
0
votes
1answer
43 views

RazorEngine throwing VerificationException in testProject

I'm trying to use RazorEngine to generate a FlowDocument in a WPF Application. Including, and using, RazorEngine in the application seems to work fine, but as soon as I try to use it in a ...