References needed to use OpenNETCF?

  • Thread starter Thread starter J. Giudice
  • Start date Start date
J

J. Giudice

To use the OpenNETCF DLL's in a Pocket PC application what are the references one should add to your project?

I am looking to use:
OpenNETCF.Diagnostics.Process.Start("iexplore.exe", CurLink)

I have included a reference to
C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\OpenNETCF.dll

But that does not seem to be enough. What reference am I missing?

Thanks,
John
 
The reference to OpenNETCF.dll should be enough for the
OpenNETCF.Diagnostics namespace. Did you add the reference into it when
placed the OpenNETCF.dll into CompactFrameworkSDK\v1.0.5000\Windows CE\?
 
It looks like the DLL is copied over there as part of the deployment, but is
not getting loaded. I see all the other DLLs being used as Loaded.

Is there some additional step then to get the OpenNETCF.dll loaded with the
application?

John
 

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

Back
Top