wwDotnetBridge
InitializeDotnetVersion("V4") takes several seconds to execute
Gravatar is a globally recognized avatar based on your email address. InitializeDotnetVersion("V4") takes several seconds to execute
  Manni Borg
  All
  Sep 5, 2025 @ 06:57am

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

© 1996-2025