[Mono-list] Crypto issues and workarounds

Elan Feingold efeingold@mn.rr.com
Sun, 9 Mar 2003 12:53:46 -0600


> Debug.Assert (encrypt.CanReuseTransform);
> 
> Didn't actually fire in any way to let me know this wasn't the case.
> Anything I need to do to get these assertions to trigger?

Duh...I was compiling the code "release" in Visual Studio to work around
the unimplemented heap type issue.

-elan