Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WwDotNetBridge error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01649443
Message ID:
01649506
Vues:
1253
The error message most likely means you're running an older version of the .NET framework than the DLL you are trying to load. wwdotnetbridge (latest version) is compiled for .NET 4.5.2 which means it can run any 4.x version. But if you try to load an assembly created for 4.6 or you are running the 4.0 version of the runtime (or worse the 4.0 client runtime) the CLR will fail to load.

Make sure you have at least 4.5.2 installed.

+++ Rick ---

>>>Hello, I am trying to make wwDotnetBridge to work, but it generates an error so it cannot get instantiated:
>>>
>>>
>>>do wwDotNetBridge
>>>loBridge = CreateObject("wwDotNetBridge","V4")
>>>
>>>The second line returns the error:
>>>
>>>Unable to load wwDotNetBridge: Unable to load Clr Instance.
>>>
>>>The example is from the examples online, so I wonder what I am doing wrong?
>>
>>Is this link helpful? https://west-wind.com/wconnect/weblog/ShowEntry.blog?id=897&id=897
>
>Only partially, when I unblock the dll files it gives a new error:
>
>Unable to load wwDotNetBridge: Unable to load Clr Instance.The assembly is built by a runtime newer than the currently loaded runtime.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform