hi,

i've got a problem with developing a conduit with visual studio .net

i used COM sync together with c#; with the CondCfg.exe i created a new COM
conduit; as the Conduit Client i choosed the visual studio .net environment
("C:\Programmi\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe");
as creator ID i choosed the one of the application in the handheld.

i started a new c# project and i referenced the PDDirectLib and the
PDStandardLib. when i debug my application i found an exception:

try {
    PDDatabase query=new PDDatabaseQuery();
}
catch(Exception exc) {
    exc.ToString();
}

that is: System.Runtime.InteropServices.COMException, interface non
registered.
what is the problem? how can i find this interface?! at the top of my file i
use:
using System.Runtime.InteropServices;

but the COMException seems not to be present. however, what sort of
exception is it and why my application doesn't seem to create the object
PDDatabaseQuery?

really thanks

stefano



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to