R
rua17
I add tow Com libraries to my project, I can see their content with
intellisense, but when I instantiate a class contained in the library:
PDDirectLib.PDDatabaseQuery pDbQuery = new PDDirectLib.PDDatabaseQuery();
It raises an unhandled exception "Class not registered"
any idea???
intellisense, but when I instantiate a class contained in the library:
PDDirectLib.PDDatabaseQuery pDbQuery = new PDDirectLib.PDDatabaseQuery();
It raises an unhandled exception "Class not registered"
any idea???