HP Mobile Printing - MissingMethodException

  • Thread starter Thread starter news
  • Start date Start date
N

news

I tried to use HP Mobile Printing but while genereted code calls method
CreateJob, the application generates MissingMethodException.
What to do?

Thanks
Mike Endy
 
I assume you are trying to call a native dll from a C# application using
DllImport. This error is likely a problem with getting the DllImport
statement to properly match the native API name, or perhaps the native dll
is not visible to the the managed application (is it in the Windows
directory?).

You may want to look at section 6 of the .NET CF FAQ on MSDN
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top