Re: Migration from .NET CF 1 to .NET CF 2
- From: "Ilya Tumanov [MS]" <ilyatum@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 11:35:34 -0700
If this project has been upgraded from V1, please make sure all references
to CF V1 assemblies have been removed and replaced with CF V2 references.
Specifically, remove references to SQL CE 2.0 managed provider
(System.Data.SqlServerCe.dll version 1.0.5000.0) and System.Data.Common.dll.
Add reference to SQL Mobile 3.0 provider (System.Data.SqlServerCe.dll
version 3.0.3600.0).
In theory you may be able to create V2 application which would use SQL CE
2.0, but that's not officially supported and/or tested.
Running V1 applications which are using SQL CE 2.0 is supported/tested (SQL
CE 2.0 needs to be installed separately).
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"Davide De Santis" <d4711_nospam@xxxxxxxxxxxxx> wrote in message
news:uP4v9iDYFHA.796@xxxxxxxxxxxxxxxxxxxxxxx
> I'm trying to compile using VS 2005 beta 2.
>
> Best regards,
>
> D. De Santis
>
> "Ilya Tumanov [MS]" <ilyatum@xxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
> news:42921897$1@xxxxxxxxxxxxxxxxxxxxx
>> Are you compiling from command line or using VS 2005 beta 2?
>>
>> Best regards,
>>
>> Ilya
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> *** Want to find answers instantly? Here's how... ***
>>
>> 1. Go to
>> http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
>> 2. Type your question in the text box near "Search this group" button.
>> 3. Hit "Search this group" button.
>> 4. Read answer(s).
>>
>> "Davide De Santis" <d4711_nospam@xxxxxxxxxxxxx> wrote in message
>> news:elw1Hw5XFHA.1148@xxxxxxxxxxxxxxxxxxxxxxx
>>> 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
>>>
>>
>>
>
>
.
- References:
- Migration from .NET CF 1 to .NET CF 2
- From: Davide De Santis
- Re: Migration from .NET CF 1 to .NET CF 2
- From: Ilya Tumanov [MS]
- Re: Migration from .NET CF 1 to .NET CF 2
- From: Davide De Santis
- Migration from .NET CF 1 to .NET CF 2
- Prev by Date: Re: Using ActiveSync from .NET Compact Framework
- Next by Date: Re: C++ .Net?
- Previous by thread: Re: Migration from .NET CF 1 to .NET CF 2
- Next by thread: Load image from file
- Index(es):