GPRS Connection

N

Nina

I created an application where with GPRS Connection to wireless card from
handheld device (using System.Net.Sockets and TcpConnection).
It worked untill I desided to do hard reset of the unit.
After reser it gives me and error: "An error message cannot be displayed
because an optional resource assembly containing it cannot be found."
Please if any help. Is any DLL missing?

Thank you.
 
C

Chris Oswald

I can't install System_SR_ENU_wm.cab
Error: not a valid Windows CE Setup file







- Show quoted text -

Are you running Windows CE? That's the cab for Windows Mobile 5.
You'll have to install the the appropriate cab for your OS. The
directory I referenced has several versions of the Cab.
 
P

Paul G. Tobey [eMVP]

It's the file with the strings that describe the various exceptions that a
..NET CF program might throw. That is, if you want a message that interprets
the exception into a human-readable format, you need the localized strings
in that file. You don't *have* to have it in order to run the program, of
course.

Paul T.
 
N

Nina

I changed settings for GPRS PC Card to Default and now connection from my
application works properly. But every time when I reset the unit is tries to
connect automatically to the Card and gives me an error: "Error from RasDial"
(Remote Networking).
How can I disable Auto connect to the card?
 

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