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

VFP calling .NET DLL Tip

$
0
0
VFP calling .NET DLL Tip
VFP and .NET Interop
VFP calling .NET DLL Tip
11/07/2012
07:39:57 AM
3N00GFJX0Show this entire thread in new window
Gratar Image based on email address
From:Craig Tucker
To:All
Hi All,
I ran into this yesterday and wanted to point it out in case you run into the same issue.

When calling a c# dll that has an associated .config file from a VFP executable, you have to name the .config file of the dll to your VFP application exe name.

Fortunately, Rick has this documented here.
http://www.west-wind.com/webconnection/wwClient_docs/_36e0qlogr.htm

"Note that a .config file must be set up for whatever top level EXE file is running the application. This means:"
YourApp.exe.config (your own EXE)
VFP9.exe.config (running VFP IDE)

Thanks Rick!
Craig


Viewing all articles
Browse latest Browse all 10393

Trending Articles