Error using POOM with VB.NET

K

Kwan

Hi,

I am trying to play around with POOM using VB.net whereby I
encountered an error during debugging

FYI,
I am using InTheHand.PocketOutlook.dll as my POOM wrapper to access
Pocket Outlook information

I did the necessary stuffs like adding reference, importing and
declaration

However the problem comes when i did the following

Dim l_poom as New Outlook.Application

When i tried to debug my application, debugger stops at the above
point with error stated below

An unhandled exception of type 'System.MissingMethodException' occured
in InTheHand.PocketOutlook.dll

Any ideas ?
 
C

Chris Tacke, eMVP

I'm betting you need to deploy an unmanaged DLL to the device as well.

-Chris
 
K

Kwan

Hi Chris,

Thanks for the reply, but maybe i am a newbie in .NET coz' i am more
of a powerbuilder guy.

Can u teach me what is unmanaged dll ?
And how can i deploy it to my device ?

Thanks
Kwan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top