[MonoTouch] can anyone help!! mssing .h, outlets disappear an unhandled exc

john_m0101 john at murray.gb.com
Thu Mar 1 17:03:34 UTC 2012


MAGIC I found it in one of the XIB's I was importing from 
I made the wrong assumption that if I opened every xib in Xcode and checked
the H file that would find every instance
Many thanks Jeff - sometimes one just need the door opened a little for one.


just to add insult to injury I had another MD crash FWIW 

here's the detailed error message 

System.InvalidOperationException: out of sync
  at
System.Collections.Generic.Dictionary`2+Enumerator[System.String,MonoDevelop.Projects.Dom.Serialization.ClassEntry].VerifyState
() [0x00033] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:958 
  at
System.Collections.Generic.Dictionary`2+Enumerator[System.String,MonoDevelop.Projects.Dom.Serialization.ClassEntry].MoveNext
() [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:880  
  at
System.Collections.Generic.Dictionary`2+ValueCollection+Enumerator[System.String,MonoDevelop.Projects.Dom.Serialization.ClassEntry].MoveNext
() [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:1190 
  at
System.Linq.Enumerable+<CreateWhereIterator>c__Iterator35`1[MonoDevelop.Projects.Dom.Serialization.ClassEntry].MoveNext
() [0x00089] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/System.Core/System.Linq/Enumerable.cs:3009 
  at
System.Collections.Generic.List`1[MonoDevelop.Projects.Dom.Serialization.ClassEntry].AddEnumerable
(IEnumerable`1 enumerable) [0x0001a] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System.Collections.Generic/List.cs:126 
  at
System.Collections.Generic.List`1[MonoDevelop.Projects.Dom.Serialization.ClassEntry]..ctor
(IEnumerable`1 collection) [0x0002f] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System.Collections.Generic/List.cs:63 
  at System.Linq.Enumerable.ToArray[ClassEntry] (IEnumerable`1 source)
[0x00029] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/System.Core/System.Linq/Enumerable.cs:2801 
  at
MonoDevelop.Projects.Dom.Serialization.SerializationCodeCompletionDatabase.GetAllClasses
() [0x00000] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom.Serialization/CodeCompletionDatabase.cs:614 
  at
MonoDevelop.Projects.Dom.Serialization.SerializationCodeCompletionDatabase.Clear
() [0x00004] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom.Serialization/CodeCompletionDatabase.cs:679 
  at
MonoDevelop.Projects.Dom.Serialization.SerializationCodeCompletionDatabase.Dispose
() [0x0000c] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom.Serialization/CodeCompletionDatabase.cs:188 
  at MonoDevelop.Projects.Dom.Serialization.DatabaseProjectDom.Unload ()
[0x0001c] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom.Serialization/DatabaseProjectDom.cs:123 
  at MonoDevelop.Projects.Dom.Parser.ProjectDomService.RemoveFileDom
(FilePath file) [0x00026] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom.Parser/ProjectDomService.cs:274 
  at MonoDevelop.Ide.Gui.Document.OnClosed (System.Object s,
System.EventArgs a) [0x0015c] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:460 
  at (wrapper delegate-invoke)
<Module>:invoke_void__this___object_WorkbenchWindowEventArgs
(object,MonoDevelop.Ide.Gui.WorkbenchWindowEventArgs)
  at (wrapper delegate-invoke)
<Module>:invoke_void__this___object_WorkbenchWindowEventArgs
(object,MonoDevelop.Ide.Gui.WorkbenchWindowEventArgs)
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow.OnClosed
(MonoDevelop.Ide.Gui.WorkbenchWindowEventArgs e) [0x0000b] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs:634 
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow.CloseWindow (Boolean force,
Boolean fromMenu, Int32 pageNum) [0x00060] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs:359 
  at MonoDevelop.Ide.Gui.Document.Close () [0x00000] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:401 
  at MonoDevelop.Ide.Gui.Workbench.CloseAllDocuments (Boolean
leaveActiveDocumentOpen) [0x00037] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:289 
  at MonoDevelop.Ide.Commands.CloseAllFilesHandler.Run () [0x00000] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs:155 
  at MonoDevelop.Components.Commands.CommandHandler.Run (System.Object
dataItem) [0x00000] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandHandler.cs:61  
  at MonoDevelop.Components.Commands.CommandHandler.InternalRun
(System.Object dataItem) [0x00000] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandHandler.cs:42 
  at MonoDevelop.Components.Commands.CommandManager.DefaultDispatchCommand
(MonoDevelop.Components.Commands.ActionCommand cmd,
MonoDevelop.Components.Commands.CommandInfo info, System.Object dataItem,
System.Object target, CommandSource source) [0x00076] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:696 
  at MonoDevelop.Components.Commands.CommandManager.DispatchCommand
(System.Object commandId, System.Object dataItem, System.Object
initialTarget, CommandSource source) [0x002d1] in
/Users/builder/data/lanes/monodevelop-mac-2.8.6.5/96a2067d/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:666 


--
View this message in context: http://monotouch.2284126.n4.nabble.com/can-anyone-help-mssing-h-outlets-disappear-an-unhandled-exc-tp4435301p4435567.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list