visual studio - Custom building SGEN assemblies and including in installer -
I am confused with some SGN stuff. I have enabled the generation of the serialization assembly for one of my projects, basically I get a follow-up error, which I believe is that I have solved some remnant assembly with some cursor material.
Unable to load one or more request types Recover LoaderExceptions propery for more information
Now however, I do not get an assembly generated. Adding some debugging / verbose output provides the message "SS.dll does not contain any type that can be serialized using the XmlSerializer" message. I have read that this is due to the proxy switch implemented by VS. The strange thing is that it is not a problem with any other project.
So if I disable proxy switches () it starts working Linked Build event Although all projects do I have not enough information about MSBuild to learn about only one project, Does anyone know what I need to change?
In addition, if this change is made, is there any way I can add it automatically to an installer (VDProj)? I can not statically link to SS.XmlSerializers.dll because each dev uses custom paths.
Comments
Post a Comment