Re: [Ikvm-developers] DLL fixup problem (System.Security)
Brought to you by:
jfrijters
|
From: Michael K. <mi...@sa...> - 2006-08-23 16:58:53
|
> > This stack trace indicates that "com.saxonica.validate.DotNetVerifier" > was dynamically compiled (at runtime) Wow: that's a shock! I just assumed that because I had compiled the code into a DLL, it was the version in the DLL that would be used at runtime. But yes, one component of my product is doing dynamic loading of other components (which may or may not exist in the customer's environment), so I guess it's entirely possible that it's picking the component up from a JAR file somewhere and compiling it on the fly. Back to the drawing board, I think. Thanks for your help as always. This technology does some amazing things, which are usually exactly what you want, and just occasionally come and bite you in the ankle. Michael Kay Saxonica Limited |