sgen
Custom building SGEN assemblies and including in installer
I\'ve been rather confused by some SGEN stuff. I\'ve enable the generation of serialization assemblies for one of my projects. Originally I got the follow error which I believe I\'ve solved by doing s[详细]
2023-04-02 15:23 分类:问答What is the cause of "Could not load file or assembly XYZ" erros?
I must be going mental, right? Since a couple of days I have been getting errors like MyAssemblyCould not load file or assembly \'AnotherAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=\[详细]
2023-04-02 03:56 分类:问答Crazy .net / Sharepoint error involving random temp files not found
Logged into a customer environment today to check logs and just generally do an inspection, only to notice some tasks had failed in one application.[详细]
2023-03-16 05:55 分类:问答Serialization of internal class to xml
I ran into problems when trying to xml serialize a class to xml after I changed it from public to internal. Before I changed protection level it was working fine, so I am looking for a way to get arou[详细]
2023-03-12 04:40 分类:问答Microsoft SGEN Tool Changes Tool Version In Comment Only
I came across some strange behavior with the SGEN tool that is used to generate classes from SGEN\'s.[详细]
2023-02-20 22:28 分类:问答Serialize() not using .XmlSerializers.dll produced with Sgen
I have a sgen step in my .NET 3.5 library, producing a correct XYZ.XmlSerializers.dll in the output directory.[详细]
2023-02-07 12:25 分类:问答Providing private key for SGEN
My .NET assembly is signed with digital certificate from comodo. I use SGEN to generate serialization assembly. SGEN requires a key file in order to generate such assembly for a signed source. I tried[详细]
2023-02-02 01:39 分类:问答Build VS2010 solution using MSBuild 2008
Our dev team recently upgraded solution to VS2010 from VS2008 to use some of the features from VS2010 IDE. But our targeted framework is still .Net 3.5. When dev runs the MSBuild from VS 2008 command[详细]
2023-01-24 04:39 分类:问答WPF error CS0433
I\'m getting this error in my WPF application. I get this error not always. If I make Clean and then Rebuild everything is ok.[详细]
2023-01-18 05:09 分类:问答Even using sgen on my service class still results in agonizingly slow constructor
So I\'m trying to speed up our applications startup times -- and I\'ve identified a major bottleneck to work on.Each of our webservice client classes takes forever and a day to instantiate.Some invest[详细]
2023-01-13 06:04 分类:问答