[libvirt-users] C# Client Fails to Locate libvirt-0.dll

14 Jul
2010
14 Jul
'10
9:35 p.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
5561
Age (days ago)
5561
Last active (days ago)
0 comments
1 participants
participants (1)
-
Development