Tagged Questions
0
votes
1answer
472 views
Problems installing Windows SDK 7.1 for dot.net Framework 4.0 / 2 Problems in 1
Since yesterday i try to install windows sdk 7.1 for dot.net Framework 4.0 on my windows 7 x64
machine. I get everytime the same Error during the installation.
Error message:
"Installation of the ...
4
votes
2answers
110 views
How to exclude specific types from serialization?
I run sgen against my assembly with a metric ton of types. I want to exclude 2 types from serialization. I don't seem to be able to find a way to do it.
I see that sgen has a /type switch to specify ...
41
votes
10answers
19k views
VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515)
I am experiencing a strange issue with VS2010. We use TFS to build our API dlls and we used to reference them in our projects usign a mapped network drive that was fully trusted. We have been working ...
5
votes
2answers
6k views
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.
Whenever I try to run it I get the ...