wwDotnetBridge
More ClrHost.dll loading issues.
Based on an answer in this this thread, https://support.west-wind.com/Thread4KU0YJP5J.wwt#:~:text=There%20are%20TWO,%2B%2B%2B%20Rick%20%2D%2D%2D, it seems that if another version of the clrhost.dll is loaded into memory from an unrelated process, that version of the clrhost.dll is causing an issue with the WW version of clrHost.dll. Can you confirm this is true.
Should we rename your clrhost.dll and the references to it in wwDotNetBridge.prg?

Can you confirm that this is actually a problem? Does it fail during the load of the DLL the first time it's used? The modules inside of the DLL are different so it's not an identical DLL.
But yes, you can rename the DLL and then change the name at the top of wwDotnetBridge.prg
:
#DEFINE WWC_CLR_HOSTDLL alternate_clrhost.dll
+++ Rick ---