HighTechTalks DotNet Forums  

Strongly Typed Datasets between versions of VS

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Strongly Typed Datasets between versions of VS in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
instruo
 
Posts: n/a

Default Strongly Typed Datasets between versions of VS - 03-22-2006 , 07:16 PM






Hi there,

I've created a couple of strongly typed datasets as part of a Web Service in
VS2005. When I add my web reference in VS2002 (what we're in the process of
migrating from), my WS class shows up with its appropriate methods, but
that's all, no Datasets. It shows the return type for my strongly typed
dataset as "XMLElement". If I add this web reference to another VS2005
project, I get all of my Datasets showing up.

My question is, is there a setting in VS2005 or something that I can change
that will allow me to get my strongly typed datasets in VS2002? Thanks!

Reply With Quote
  #2  
Old   
Pandurang Nayak
 
Posts: n/a

Default RE: Strongly Typed Datasets between versions of VS - 03-22-2006 , 08:00 PM






VS 2002 .NET runtime (v1.1) obviously does not recognize the .NET 2.0 Dataset
and hence is probably serializing it to the XML form.

Guess you won't have any luck if you're trying a .NET-specific type across
framework versions.

Regards
Pandurang
--
blog: www.thinkingMS.com/pandurang


"instruo" wrote:

Quote:
Hi there,

I've created a couple of strongly typed datasets as part of a Web Service in
VS2005. When I add my web reference in VS2002 (what we're in the process of
migrating from), my WS class shows up with its appropriate methods, but
that's all, no Datasets. It shows the return type for my strongly typed
dataset as "XMLElement". If I add this web reference to another VS2005
project, I get all of my Datasets showing up.

My question is, is there a setting in VS2005 or something that I can change
that will allow me to get my strongly typed datasets in VS2002? Thanks!

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.