F
frank.meulblok
Guest
[quote user="Laura Stern"]Generally, there is nothing you will be able to do to fix that because you won't know what statement it will happen on (or if you use -preloadCLR, your ABL code won't be running at that point).[/quote] I believe you could run without -preloadCLR, then in the session startup procedure add the synchronisation check followed immediately by (a call to something that has) a dummy reference to a .NET class. That first reference should trigger initialization of the .NET bridge, making it a predictable event...
Continue reading...
Continue reading...