I am suddenly getting an error opening a project file. I first got a possible type mismatch error which the solution seemed to be to upgrade .net 1.1 to sp1 which I did. I am now getting a new error.
Binary stream does not contain a valid BinaryHeader, 0 possible causes, invalid stream or object version change between serialization and deserialization.
-----[Core exception]--------------------
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, IMethodCallMessage methodCallMessage)
at SD.LLBLGen.Pro.ApplicationCore.Project.Load(String projectPathFileName)
at SD.LLBLGen.Pro.Gui.Forms.MainWindow.OpenExistingProject(String filenameToOpen)
Any help would be greatly appreciated. I uninstalled llblgen and reinstalled the latest non 2.0 version 2005.something, sorry I dont have that available to me in this moment in time.
Thanks!