All's been going well with obfucation until I added a couple new projects to the obfucation project. Here's the error I get:
9Rays.Spices.Obfuscator.Net Console 5.8.0.19 9Rays.Net (c) 2010. All righs reserved License Info:
Type: Spices.Obfuscator console
User: Michael Balloni
E-mail: mballoni@dominator.com ------Loading project------ Exception occured: Unable to generate a temporary class (result=1).
error CS0019: Operator '!=' cannot be applied to operands of type 'string' and 'bool'
Stack Trace:
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
at Z.W.Q(Type )
at Z.W.LoadProject(String fileName)
at NineRays.ILOMD.Options.Project.LoadFrom(String fileName)
at \u11.\u11.7(String , String[] )
Any ideas?