
binarystream '0' doesn't contain an authorized binary header
Code:
binärströmmen 0 innehåller inte en giltig BinaryHeader. Möjliga orsaker: ogiltig ström eller så har objektversionen ändrats mellan serialisering och deserialisering.
vid System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
vid System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
vid System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
vid PluginCore.Utilities.ObjectSerializer.InternalDeserialize(String file, Type type)
vid PluginCore.Utilities.ObjectSerializer.Deserialize(String file, Object obj, Boolean checkValidity)
I've looked at some threads about this but i don't have a .local directory with any files to delete. I reinstalled flashdevelop but the same problem arose again. I've reinstalled Java but that haven't worked either.