GPRS Connection

  • Thread starter Thread starter Nina
  • Start date Start date
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.
 
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.
 
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.
 
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?
 
Back
Top