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=\
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.
I have a sgen step in my .NET 3.5 library, producing a correct XYZ.XmlSerializers.dll in the output directory.
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
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.
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 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