Closed NaomiN closed 7 years ago
wwDotNetBridge issue with .NET Framework 4.6.2 (Windows 10 Anniversary Update: 394802). Always return v.2.0.50727.8745.
*** Load dependencies DO wwDotnetBridge
** Create an instance loBridge = GetwwDotnetBridge("V4") ? loBridge.GetDotnetversion()
loBridge = CreateObject("wwDotNetBridge", "V4") ? loBridge.GetDotnetversion()
Make sure you use the files from the distribution folder.
My mistake. Loading eTecnologiaNetExtender in _STARTUP.
Yeah if something else loads the .NET Runtime you can't change it subsequently. Only one runtime can run in a Process. wwDotnetBridge will attach to the existing instance.
Thanks.
I am getting - 1 for these lines of code
DECLARE Integer ClrCreateInstanceFrom IN WWC_CLR_HOSTDLL string, string, string@, integer@
What can I do?