Problem with generating cs files from typed datasets in VS.net 2003.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a project that contains typed dataset (xsd) files. Normally, the
VS.NET IDE will automatically generate the cooresponding cs file whenever
the typed dataset is modified. The problem that I have is that this process
is not done as a dependency check at compile time. When we archive our
projects into our version control system, we check in the XSD file only.
However, the VS.NET IDE does not generate the cooresponding cs file unless
you modify the dataset, thus our builds fail. We have to manually tell each
XSD file to re-generate the cs file. Is there anyway that we can alleviate
this problem so that the cs file is generated at compile time as a
dependency check?






--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------


.



Relevant Pages

  • Re: How to insert data from strongly typed dataset into database (jbx01)
    ... I had an XSD ... database based on the XSD schema, ... I'm receiving XML files ... typed dataset instance from the XMLDocument instance created off an XML ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ADO.NET 2.0 Dataset based on XML schema file
    ... Add a Strongly typed dataset to your project, open the xsd in notepad or any ... I'm trying to use a typed DataSet based on an XML schema file. ... > how can I define the schema at design time? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Typed DataSets and Relations
    ... but not in a typed dataset from the IDE! ... In my case there is a 1:1 relationship between the parent ... I would want to define a calculated column in the ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: returning strongly typed dataset from web service
    ... A Typed DataSet is NOT an XSD. ... A Typed DataSet is a class that inherits from the DataSet class and has ... The main reason for the problem is that you are bundling the TypedDataset ... TypedDataset back-and-forth between webservice and client. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: XML to DataSets
    ... Lee, ... simply add the .XSD itself to my ... This implicitly creates a typed dataset. ... If I add the XSD file to my project, ...
    (microsoft.public.dotnet.languages.vb)