C
crm
I've written an application for a Pocket PC 2003 device. The app
retrieves data from a Sql Server 2000 instance, manipulates that data,
and eventually writes the modified data back to the server.
The app works fine on the emulator during development. However, if I
deploy the app to the emulator and run it, the app works fine until I
close it the first time. When re-running the app, all attempts to talk
to Sql Server 2000 come back with the following error:
"General Network error. Check your network documentation."
Source: ".Net SqlClient Data Provider."
Given that the app works fine the first time I run it, I can't imagine
that there's anything wrong with the network connection. I have no
other issues connecting to the SQL Server from anywhere else. I'm
perplexed. Does anyone have any ideas?
Chris
retrieves data from a Sql Server 2000 instance, manipulates that data,
and eventually writes the modified data back to the server.
The app works fine on the emulator during development. However, if I
deploy the app to the emulator and run it, the app works fine until I
close it the first time. When re-running the app, all attempts to talk
to Sql Server 2000 come back with the following error:
"General Network error. Check your network documentation."
Source: ".Net SqlClient Data Provider."
Given that the app works fine the first time I run it, I can't imagine
that there's anything wrong with the network connection. I have no
other issues connecting to the SQL Server from anywhere else. I'm
perplexed. Does anyone have any ideas?
Chris