Typed DataSets

M

mike

Hi,

I have an application that uses typed datasets and I want to make a change
to one of them. When I add an element to the the dataset it creates a new
CS file and then I get a bunch of errors. Is there a good guide on how to
rebuild a typed dataset?

Thanks
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

Your approach seems to be quite correct.
What are the errors?
 
M

mike

Sorry it took so long to get back to you. When I change the typed dataset
it creates a new CS file but it also keeps a reference to the old cs file.
So I have two cs files that need to be part of the project to compile. So
how do I get rid of the old cs file?

Thanks

Dmitriy Lapshin said:
Hi,

Your approach seems to be quite correct.
What are the errors?

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

mike said:
Hi,

I have an application that uses typed datasets and I want to make a change
to one of them. When I add an element to the the dataset it creates a new
CS file and then I get a bunch of errors. Is there a good guide on how to
rebuild a typed dataset?

Thanks
 

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