sgen
How to force Sgen to create .net 3.5 serializers assembly
I have a sgen build step in my .NET 3.5 library. In VS2010 this generates .NET 4 MyLib.XmlSerializers.dll, which cannot be loaded from .NET 3.5 apps. Does anyone know how to chang开发者_JAVA技巧e buil[详细]
2023-01-09 08:48 分类:问答How to set SGEN toolpath in Msbuild to target 3.5 framework
I\'ve just upgraded a project f开发者_开发技巧rom VS2008 to VS2010 but I\'m still targeting the 3.5 framework.[详细]
2022-12-29 00:25 分类:问答SGEN doesn't work after upgrading from VS2008 to VS2010
I just recently upgraded a VS2008/.NET 3.5 SP1 project to VS2010 and .NET 4. I have a post-build event which calls SGEN to generate the XmlSerializers assembly.[详细]
2022-12-28 14:19 分类:问答What type of things can cause sgen msbuild task to fail intermittantly with Access Violation?
In our MSBuild file for our proje开发者_C百科ct we sgen an assembly containing classes used during xml serialization. The classes are generated via xsd.exe.[详细]
2022-12-28 10:59 分类:问答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[详细]
2022-12-26 18:21 分类:问答SGEN XMLSerializer - should be .XMLSerializers.dll added as a reference to the current project or to the GAC?
I do some stuff with 开发者_JS百科XMLSerializer class. Like a most of beginners I face with performance issue on app start. I read a lot of blogs, articles and finally use SGEN tool. Now performance l[详细]
2022-12-25 15:45 分类:问答How to make sgen.exe keep the version of the assembly?
I want to create a serialization assembly for my assembly.sgen does it fine, but I can\'t figur开发者_高级运维e out how to get it to assign the serialization assembly the same version as the source as[详细]
2022-12-19 07:53 分类:问答