Where can I find the Microsoft.WindowsMobile.Forms library?

Asked

Viewed 91 times

2

I’m developing an application on Smart Device for Windows Mobile 6 in Visual Studio 2008 C#.

In this application I need to use the object functions CameraCaptureDialog, because, the main goal of the same is to capture photos through the camera of the collector. But, I am not able to find the library Microsoft.WindowsMobile.Forms, on this path I find only Microsoft.WindowsMobile.DirectX.

I have the Windows Mobile 6 Professional SDK installed

1 answer

2


Maybe your problem just put a reference to the Assembly in the project. Basic instructions for Visual Studio:

  • Open the Solution Explorer.
  • Right click on the mouse click on your project and choose Add Reference...
  • On the tab .NET look for the Assembly want to use and click OK.

But if you want the location really try to see if there’s anything on \Program Files\Windows Mobile 6 SDK\Managed Libraries\ or somewhere nearby. If not, use some form of OS search or external software to locate it.

If you do not have the DLL can download into a website specialized as the Dllcheck or Fixerrorkit (also has important information to help solve the real problem). But remember that the lack of it probably indicates that you have other problems.

  • Really I was without a dll and I managed to find on the website Dllcheck

Browser other questions tagged

You are not signed in. Login or sign up in order to post.