Hello,
since a couple of days, the command
InitializeDotnetVersion("V4")
suddenly takes about 8 seconds to execute, what could be the reason? I'm using Version 7.33 of wwDotnetBridge.
I initialize it this way:
DO wwDotnetBridge
InitializeDotnetVersion("V4")
loBridge = CREATEOBJECT("wwDotNetBridge","V4")
It is this line inside the wwDotnetBridge.prg load-Function that takes so long to execute:
lnDispHandle = ClrCreateInstanceFrom(FULLPATH("wwDotNetBridge.dll"),;
"Westwind.WebConnection.wwDotNetBridge",@lcError,@lnSize)
I guess it has something to do with Windows Defender, because I uninstalled another Antivirus-Software.
How can I speed up the loading?
Thanks,
Manni