Я только что обновил проект VS2008 / .NET 3.5 SP1 до VS2010 и .NET 4. У меня есть событие после сборки, которое вызывает SGEN для генерации сборки XmlSerializer.
Всякий раз, когда я пытаюсь запустить его, я получаю следующую ошибку.
"C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\sgen.exe" /debug /force /verbose /c:"platform:x86" "C:\path\to\SomeAssembly.dll"
Microsoft (R) Xml Serialization support utility
[Microsoft (R) .NET Framework, Version 2.0.50727.3038]
Copyright (C) Microsoft Corporation. All rights reserved.
Error: An attempt was made to load an assembly with an incorrect format: c:\path\to\someassembly.dll.
- Could not load file or assembly 'file:///c:\path\to\someassembly.dll'
or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
If you would like more help, please type "sgen /?".
Я получаю ту же ошибку при запуске SGEN из командной строки, но не могу понять, в чем проблема. Есть идеи?