FoxPro Programming
unable to load Clr Instance, wwDotNetbidge on Windows Server 2016
Gravatar is a globally recognized avatar based on your email address. unable to load Clr Instance, wwDotNetbidge on Windows Server 2016
  Josh Klein
  All
  Jul 1, 2019 @ 05:52am

unable to load Clr Instance, wwDotNetbidge on Windows Server 2016

Works with Windows 2012 R2 and Windows10 desktops on our network. Does not work on any Windows Server 2016 Datacenter on our network. Tried the Powershell administrative unblock command unsuccessfully. Actual code:

DO wwdotnetbridge
lobridge=getwwDotnetBridge("V4")
? lobridge.getdotnetversion(

)

on windows2012 R2 results are :

<wwDotnetBridge Version   : 7.4.0.0
wwDotnetBridge Location  : F:\PROGRAMS\QUOTES2019\CLASSES\WWDOTNETBRIDGE.dll
.NET Version (official)  : 4.0.30319.42000
.NET Version (simplified): 4.7.1
.NET Version (Release)   : 461310
Windows Version          : 6.2.9200.0 />

Josh

Gravatar is a globally recognized avatar based on your email address. re: unable to load Clr Instance, wwDotNetbidge on Windows Server 2016
  Rick Strahl
  Josh Klein
  Jul 1, 2019 @ 09:55am

Server 2016 on its own has no issues. I use Server 2016 and it works no problem.

Make sure other surrounding issues aren't the problem? Are you running off a network share? If so make sure you set the config settings to allow network resources to be treated the same as local resources. By default .NET components don't work off a network share.

Loading wwDotnetBridge or Assemblies from Network Locations

Gravatar is a globally recognized avatar based on your email address. re: unable to load Clr Instance, wwDotNetbidge on Windows Server 2016
  Josh Klein
  Josh Klein
  Jul 1, 2019 @ 11:16am

That was it. Thanks.

© 1996-2024