System.Data.Common assembly

W

Wil

When I install the netcf.core.ppc3.ARM.cab to the PocketPC 2002
device,
I discovered that the System.Data.Common.dll is not part of the .NET
Compact Framework Redistributable.

Why isn't this assembly included as part of .NET Compact Framework CAB
file?
I can only find this file in sql.ppc3.arm.CAB(SQL Client) from the
VS.NET 2003 SDK. I have written a custom data provider and would like
to
deploy it to the device without installing SQL Client.

Wil
 
B

Ben Albahari [MS]

Yes, System.Data.Common.dll, System.Data.SqlClient.dll,, and
System.Data.SqlServerCE.dll are only redistributable with the SQL Server
CE.bits. What functionality in System.Data.Common.dll do you require?
We're considering collapsing System.Data.Common.dll into System.Data.dll in
our next version (like the full .NET Framework currently does), so your
feedback is greatly appreciated.

Ben Albahari
..NET Compact Framework
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
| From: (e-mail address removed) (Wil)
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: System.Data.Common assembly
| Date: 16 Oct 2003 19:04:54 -0700
| Organization: http://groups.google.com
| Lines: 13
| Message-ID: <[email protected]>
| NNTP-Posting-Host: 129.42.184.35
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1066356295 14327 127.0.0.1 (17 Oct 2003
02:04:55 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Fri, 17 Oct 2003 02:04:55 +0000 (UTC)
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!no
t-for-mail
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36217
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| When I install the netcf.core.ppc3.ARM.cab to the PocketPC 2002
| device,
| I discovered that the System.Data.Common.dll is not part of the .NET
| Compact Framework Redistributable.
|
| Why isn't this assembly included as part of .NET Compact Framework CAB
| file?
| I can only find this file in sql.ppc3.arm.CAB(SQL Client) from the
| VS.NET 2003 SDK. I have written a custom data provider and would like
| to
| deploy it to the device without installing SQL Client.
|
| Wil
|
 
W

Wil

Hi Ben:

Basically, I would like my custom provider's DataAdapter
implementation to inherit from DbDataAdapter class which currently
reside in System.Data.Common.dll and uses the overloaded Fill and
Update methods just like the standard .NET Framework. It would be
great if the System.Data.Common
namespace can be integrated into the .NET Compact Framework
redistributable in the future release. Thanks.

Wil
 
W

Wil

More importantly, how do I solve my current problem now? Is it legal
for
third party vendors to include the System.Data.Common.dll(.NET Compact
Framework) as part of their .NET data provider installation for
deployment?

Wil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top