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:29:50 PM
3HC0X7TG3 Show this entire thread in new window
Gratar Image based on email address
From:
Marco Sommacal
To:
Attachments:
None
Rick,
just some bit of information more:
OS windows XP SP3 with all the last updates.
I installed windows SDK 7.1 and I got same time the .NET Framework 4.0 Extended.
I really need to verifiy WWclient tools meet my requirements. I have to integrate a .NET DLL for digital signature in my VFP8 application.
Thanks a lot.
Marco

I used Options to define search path and default directory path. wwIPStuff.dll and wwDotNetBridge.dll are both in the default directory of the proj. I checked .NET 4 is installed and precisely: Microsoft .NET Framework 4 Extended ver. 4.0.30319.
Also Microsoft .NET Framework 4 Client Profile is installed.
Marco


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




Viewing all articles
Browse latest Browse all 10393

Trending Articles