RAPI functionality in Compact Framework?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Is there any? If so, what namespace is it in, and are there any articles
about it? Thanks...Dan
 
Thanks Chris. I had found it before I got your response. I successfully
ran the sample on the site ("CSharpRAPI"). However, when I tried to use it
from an Installer Class as part of a setup project, I got the following
message when creating a new RAPI object:

"Unable to create ActiveSync object. Make sure ActiveSync is installed The
specified module could not be found."

Do you have any thoughts about what might be going on?

Thanks...

Dan





http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp?df=100&forumid=38007&select=938322
 
The installer must be run as a user who has rights to use ActiveSync.

-Chris
 
I was running it on an account with administrator privileges. Is it
possible something else might have been at play? BTW, if it's any help, the
message appeared to be getting thrown when the ActiveSync object was being
instantiated; however, strangely, the phrase "The specified module could not
be found." was appended to the message which ActiveSync appeared to throw.

Dan
 
Back
Top