You have to install .NET 2.0 or 4.0? XP does not ship with any version of .NET natively, although I suspect any XP machine that is actually not freshly installed probably has it since a lot of applications use the .NET runtime.
+++ Rick ---
From: | Rick Strahl |
To: | Bruce Rowe |
+++ Rick ---
Things have been going well since I upgraded my wwClient tools. I had no idea that so many people wanted to use gmail as their mail server.
A problem has come up with one of my clients. They are getting a message, "Error 1098 Unable to load wwDotNetBridge: Unable to load Clr Instance. Version %d.%d is not a compatible version." when they attempt to send email from any of the computers in their office. WWDOTNETBRIDGE.INIT( 125 )
I entered the following commands:
do wwDotNetBridgeLOCAL loBridge as wwDotNetBridge loBridge = CreateObject("wwDotNetBridge","V2") ? loBridge.GetDotnetVersion()
I got this message:
To run this application, you must first install one of the following version of the .NET framework
v2.0.50727
Contact your application publisher for instructions about obtaining the appropriate version of the .NET framework.
All the computers are Windows XP sp3 They are 2.5GHz with 2GB of memory.
Does anyone know how to fix this?
Thanks.