Hey! Just got a new computer and downloaded FlashDevelop and Flex SDK but when I double click the .as3project file in my project folder, I get this error:
There is an error in XML document (0, 0). at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) at FlashDebugger.Util.SerializeXML`1.LoadFile(String filename) at FlashDebugger.BreakPointManager.Load() at FlashDebugger.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority) at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
Edit: And when I hit F5 (run), I get this error:
Object reference not set to an instance of an object. at SourceControl.Actions.ProjectWatcher.HandleTestProject() at SourceControl.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
Thanks in advance!