PIV Middleware
-
Hi, I am developing a C# app in which i want to use PIV Middleware but VS didn't accept its dll when i tried to make a reference. I don't have much experience in this type of programming, can some one guide me and refer to some sample codes or articles. Thanks in Advance
shezi
-
Hi, I am developing a C# app in which i want to use PIV Middleware but VS didn't accept its dll when i tried to make a reference. I don't have much experience in this type of programming, can some one guide me and refer to some sample codes or articles. Thanks in Advance
shezi
For .NET and COM dll, you must use : http://msdn.microsoft.com/en-us/library/wkze6zky%28VS.80%29.aspx[^] For Win32 dll, you must use : http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.dllimportattribute.aspx[^]