Hello!
I use some old legacy J++ applet (quite complex trading soft available
only in binary format) which I would like to convert into working .NET
component.
Following the path described in:
http://msdn2.microsoft.com/en-us/lib...56(VS.80).aspx
I have used first
Visual J# Binary Converter Tool
and than
Microsoft J# Browser Controls HTML APPLET to OBJECT Tag Converter
Unfortunately the applet uses com.ms.security and even after modifying
stubs in generated IL the applet does not load. I have tried to step
through code during loading but strangely the exceptions are thrown
during initialization preventing module from loading.
Any ideas how to handle such issues?
Polanski24