Tagged Questions
0
votes
2answers
327 views
XML Serializer Generator Tool (Sgen.exe) to generate 64-bit Windows DLL?
I am building a 64-bit C# .NET DLL in Visual Studio 2010. My project's post-build steps include the running of sgen.exe to generate a corresponding XmlSerializer DLL for my assembly. (I'm trying to ...
4
votes
2answers
3k views
MSBuild cannot find SGen when compiling a solution
I've looked at several other SGen-related questions on here and either their answers don't apply or their answers don't fix this for me. I have installed several SDKs to fix this issue with no luck. ...
9
votes
3answers
3k views
sgen.exe x64 .net c# fails with “assembly with an incorrect format”
I have ws2008 x64 with vs2008.
When I set my vs to x64 (because I have 64bit dlls) and run compilation sgen says that
An attempt was made to load an assembly with an incorrect format
VS takse ...