Jelle Druyts .NET Consultant
Just another ignorant weirdo from Antwerp, Belgium trying to make sense out of it all
As I mentioned before: the WinForms designer and DataSet generators don't create partial types yet in the PDC build of Whidbey. However, you can work around that if you're using Visual Basic .NET: in contrast to C#, VB doesn't require all participating classes to declare themselves as partial. So you can keep the generated file as such, and create another file with a class which is declared partial (Expands Class Form1 for example) and it will work
Expands Class Form1