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
I\'ve just upgraded a project f开发者_开发技巧rom VS2008 to VS2010 but I\'m still targeting the 3.5 framework.
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.
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.
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
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
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