VS 2010 migration issue – XSD.EXE can’t process Framework 4.0 assemblies

Posted by Dirk on Stack Overflow See other posts from Stack Overflow or by Dirk
Published on 2010-05-19T13:32:00Z Indexed on 2010/05/19 15:00 UTC
Read the original article Hit count: 734

Filed under:
|
|

In VS 2008 / SDK 6.0 I used the /t option of the XSD utility to automatically generate XSD files from existing assemblies / classes. With VS 2010 and SDK 7.0 this isn’t working any longer, because the XSD.EXE can’t process the new Framework 4.0 assemblies. It stated to be a Framework 2.0 tool and can’t process assemblies of newer runtimes.

Where is my mistake?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about migration