[libvirt-users] C# Client Fails to Locate libvirt-0.dll
15 Jul
2010
15 Jul
'10
4:35 a.m.
Attempting to develop C sharp client that uses libvirt DLL. Despite placing the libvirt DLL in a number of different locations, call to virConnectOpen() fails consistently with a DLL not found exception. Declaration as follows: [DllImport("libvirt-0.dll")] private static extern IntPtr virConnectOpen(String name); Called as follows: IntPtr conn = virConnectOpen(null); Suggestions? Tim McLeod
5593
Age (days ago)
5593
Last active (days ago)
0 comments
1 participants
participants (1)
-
Development