Home » Uncategorized

Biztalk 2004 screws up Strongly Typed Datasets

19 October 2004 One Comment

Frustration is the word. Microsoft is widely known for creating disjointed teams that work on their own individual products and then try to jam them together at the last minute. The latest is Biztalk 2004 which is integrated with Visual Studio 2003.

Biztalk uses XSD to create document schemas. It never dawned on the Biztalk team that Studio uses XSD for strongly typed datasets. Hence after using Biztalk for a while and now(today) switching back to standard .NET development the Biztalk wizard has screwed up my datasets. You can no longer use Visual Studio to edit your datasets without it inserting the Biztalk 2003 namespace into each XSD. Worse still, you can’t remove this with the editor as it just jumps back in.

I ended up editing the XSDs in notepad (still the best IDE) and then regenerating their datasets by removing and re-inserting “MSDataSetGenerator” in the properties window of Studio.

UPDATE: I figured out the problem. The default XML editor in Studio is changed to a Biztalk plugin. To change it back, right click on an XSD and say Open with… then choose the XML Editor and hit “Set as default” in the little dialog that opens up.

One Comment »

  • nicequy said:

    You are the man! I have been so frustrated trying to find where I could edit datasets with the original dataset editor…now I know!!!!!!

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.