Tagged Questions

1
vote
0answers
26 views

Visual Studio 2010 using wrong framework version of sgen.exe

I have a Visual Studio 2010 project that targets .NET Framework 2.0 and has "Generate serialization assembly" set to "On". When built I noticed the *.XmlSerializers.dll assembly generated targets ...
1
vote
2answers
162 views

Redistribute resgen

Anyone know whether you can redistribute resgen.exe as part of your application? There doesn't seem to be any documentation on this on MSDN.
0
votes
0answers
167 views

How to run ResGen with Build Events in VS2010

I need to run ResGen before building a project. In project Properties dialog box, I set up the ResGen, but I go the error Error 524 The command "ResGen /compile tclscript.txt" exited with code ...