Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: wwDotnetBridge not loaded

$
0
0
Re: wwDotnetBridge not loaded
West Wind Client Tools
Re: wwDotnetBridge not loaded
04/17/2012
03:15:52 PM
3HC0WPULN Show this entire thread in new window
Gratar Image based on email address
From:
Rick Strahl
To:
Attachments:
None
Are you sure that:


  • .NET 4.0 is loaded (since you're referencing .NET 4.0 runtime
  • wwIPStuff.dll and wwDotNetBridge.dll are in your FoxPro path

+++ Rick ---


I just downloaded the WWclient tools pck. to test it. I set up few lines prg (copying from docs):
#INCLUDE WCONNECT.H
CLEAR
*** Load libraries
DO wwDotNetBridge
*** Create instance and use .NET 4.0
LOCAL loBridge as wwDotNetBridge
loBridge=CREATEOBJECT("wwDotNetBridge","V4")
*** Load known assembly
? loBridge.LoadAssembly("PDFSignDll")
? loSign = loBridge.CreateInstance("PDFSign")
RETURN

When prg tryes to execute createobject an error is generated ""Unable to load wwDotNetBridge: " Simply that. What to do?

Marco



Rick Strahl
West Wind Technologies

Making waves on the Web

from Maui, Hawaii


Viewing all articles
Browse latest Browse all 10393

Trending Articles