D
Davide De Santis
Hi all!
I'm trying to migrate a Pocket PC application from .NET CF 1 to .NET CF 2.
But I get 2 errors:
1. All System.Data.SqlClient.* objects get underlined, and when I look at
the error, I see:
Reference required to assembly 'System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' containing the base class
'System.ComponentModel.Component'. Add one to your project.
The Problem is, that this base class, is not present on my computer, where I
installed the .NET CF 2 SDK.
Does anyone know this problem?
2. When I use message-boxes, I configure the properties like: ",
MsgBoxStyle.Information + MsgBoxStyle.OKOnly,". But since CF 2 I get an
error saying: "Implicit conversion from 'Integer' to
'Microsoft.VisualBasic.MsgBoxStyle'."
Did this change from CF 1 to CF 2?
I hope, someone can help
Thanks & Greetz
D. De Santis
I'm trying to migrate a Pocket PC application from .NET CF 1 to .NET CF 2.
But I get 2 errors:
1. All System.Data.SqlClient.* objects get underlined, and when I look at
the error, I see:
Reference required to assembly 'System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' containing the base class
'System.ComponentModel.Component'. Add one to your project.
The Problem is, that this base class, is not present on my computer, where I
installed the .NET CF 2 SDK.
Does anyone know this problem?
2. When I use message-boxes, I configure the properties like: ",
MsgBoxStyle.Information + MsgBoxStyle.OKOnly,". But since CF 2 I get an
error saying: "Implicit conversion from 'Integer' to
'Microsoft.VisualBasic.MsgBoxStyle'."
Did this change from CF 1 to CF 2?
I hope, someone can help
Thanks & Greetz
D. De Santis