Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 24, 2010 02:55 PM by Vinija
Member
39 Points
63 Posts
May 24, 2010 11:05 AM|LINK
We have an application in asp.net 1.1 which contains some dataset (xsd files with cs files). now when I convert this application to 2.0, the name of dataset has been changes and no cs file is attached with datasets.
Anyone have any idea.
Contributor
2460 Points
402 Posts
May 24, 2010 02:55 PM|LINK
I remember doing the same thing three years ago and encouttering the same issue.
VS2005 orgenizes typed DS files differently, It should have an XSD file, a designer file (.designer.cs) and .xsc file.
The designer and xsc files should be located in solution explorer as childs of the XSD file.
you may create a new dataset file and copy your origina XSD to it.
I think that should solve the problem.
However, if you're able to do it, loose the typed dataset, it is a recipe for troubles.
amitsplash@g...
Member
39 Points
63 Posts
Convert 1.1 to 2.0 dataset (cs file missing)
May 24, 2010 11:05 AM|LINK
We have an application in asp.net 1.1 which contains some dataset (xsd files with cs files). now when I convert this application to 2.0, the name of dataset has been changes and no cs file is attached with datasets.
Anyone have any idea.
Vinija
Contributor
2460 Points
402 Posts
Re: Convert 1.1 to 2.0 dataset (cs file missing)
May 24, 2010 02:55 PM|LINK
I remember doing the same thing three years ago and encouttering the same issue.
VS2005 orgenizes typed DS files differently, It should have an XSD file, a designer file (.designer.cs) and .xsc file.
The designer and xsc files should be located in solution explorer as childs of the XSD file.
you may create a new dataset file and copy your origina XSD to it.
I think that should solve the problem.
However, if you're able to do it, loose the typed dataset, it is a recipe for troubles.
Blog