I was trying to debug some XSLT in Visual Studio based off of this MSDN article I found: https://msdn.microsoft.com/en-us/library/ms255602.aspx.
As soon as I tried to run it, I got this error:
VerificationException
Operation could destabilize the runtime.
I've seen other StackOverflow questions for this error, but none that address it happening from debugging XSLT. Any ideas of how to get around it?