G
Guest
Hello,
I having a Sql Server 2000 on windows Xp and i have to use a Symbol MC 9000
mobile computer running under Windows CE 4.20.
I'm developping an application on the mobile computer that has to be
connected on a the database located on Windows Xp's computer.
I'm developping with Visual Studio .NET 2003 and with C# language.
I'm using the .NET Compact Framework v1.1 to develop the mobile application.
My problem is when i try to connect to the database with
mSqlConnection.Open(),
it returns an Exception with this message "PlatformNotSupportedException"
The ConnectionString seems to be good because it's the same i'm using for a
Windows Application.
I'm using the System.Data.SqlClient.dll delivered with the .NET compact
framework.
The application runs well without trying to connect to the database.
What could be the problem?
I having a Sql Server 2000 on windows Xp and i have to use a Symbol MC 9000
mobile computer running under Windows CE 4.20.
I'm developping an application on the mobile computer that has to be
connected on a the database located on Windows Xp's computer.
I'm developping with Visual Studio .NET 2003 and with C# language.
I'm using the .NET Compact Framework v1.1 to develop the mobile application.
My problem is when i try to connect to the database with
mSqlConnection.Open(),
it returns an Exception with this message "PlatformNotSupportedException"
The ConnectionString seems to be good because it's the same i'm using for a
Windows Application.
I'm using the System.Data.SqlClient.dll delivered with the .NET compact
framework.
The application runs well without trying to connect to the database.
What could be the problem?