Hi
I have a .NET web app built using VS 2008. I included a strongly typed dataset that uses custom types in the table columns. I did this by manually editing the XSD file behind the dataset. This was all working fine until I did a big search and replace to change the name of the project. Now I can't get it working again no matter what I try. I keep getting "Error 101 Custom tool error: Failed to generate code. Column requires a valid DataType". I did have trouble with this when I built the app but I got through it somehow. This time I can't fix it no matter what I try. I've found a Microsoft knowledge base article that states this is impossible but I did it last time OK! Note that the custom type is part of a WCF service.
The KB is here: http://support.microsoft.com/kb/968761/
Here's some of the XSD file:
msdata:DataType="EpGraphOnlineWebsite.EventsPerfect.BookingLightCollection, Service References.EventsPerfect.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
msprop:Generator_UserColumnName="Day1Slot1" msprop:Generator_ColumnPropNameInRow="Day1Slot1" msprop:Generator_ColumnVarNameInTable="columnDay1Slot1" msprop:Generator_ColumnPropNameInTable="Day1Slot1Column" type="xs:anyType" minOccurs="0"
Cheers Mark