[MonoDevelop] Monodevelop SVN-Trunk - Exception: Can't open .aspx .cs files

cornholio mail at hofmeister-christian.de
Wed May 20 01:45:00 EDT 2009


Hi,

yesterday i made an svn update (all mono libs and tools) and compiled
everything without errors.
but when i try to open source file in monodevelop exceptions are thrown:
monodevelop works fine before the svn-update. is the current trunk version
broken?

System.NullReferenceException: Object reference not set to an instance of an
object
  at Mono.TextEditor.Chunk.GetChunkStyle (Mono.TextEditor.Highlighting.Style
style) [0x00000] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting/Chunk.cs:37 
  at Mono.TextEditor.TextViewMargin.ColumnToVisualX
(Mono.TextEditor.LineSegment line, Int32 column) [0x000ff] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextViewMargin.cs:1038 
  at Mono.TextEditor.TextEditor.CenterToCaret () [0x000ea] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextEditor.cs:1042 
  at
MonoDevelop.SourceEditor.SourceEditorWidget+ParseInformationUpdaterWorkerThread.<InnerRun>m__38
(System.Object , System.EventArgs ) [0x00015] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorWidget.cs:326 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] 

___________________

System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. ---> System.MissingMethodException: Method not
found: 'MonoDevelop.Ide.Gui.Document.get_FileName'.
  at MonoDevelop.Ide.Gui.Document.OnDocumentAttached () [0x0005d] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:475 
  at MonoDevelop.Ide.Gui.Workbench.WrapDocument (IWorkbenchWindow window)
[0x0004f] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:565 
  at MonoDevelop.Ide.Gui.ViewCommandHandlers..ctor (IWorkbenchWindow window)
[0x0000d] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ViewCommandHandlers.cs:56 
  at MonoDevelop.Ide.Gui.SdiWorkspaceWindow..ctor (IWorkbench workbench,
IViewContent content, Gtk.Notebook tabControl,
MonoDevelop.Components.TabLabel tabLabel) [0x000e3] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs:86 
  at MonoDevelop.Ide.Gui.SdiWorkbenchLayout.ShowView (IViewContent content)
[0x000bc] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs:705 
  at MonoDevelop.Ide.Gui.DefaultWorkbench.ShowView (IViewContent content,
Boolean bringToFront) [0x00061] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:305 
  at MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke (System.String fileName)
[0x00178] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:910 
  at MonoDevelop.Ide.Gui.Workbench.RealOpenFile (System.Object openFileInfo)
[0x00341] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:713 
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument (FilePath fileName, Int32
line, Int32 column, Boolean bringToFront, System.String encoding,
IDisplayBinding binding) [0x00163] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:377 
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument (FilePath fileName, Int32
line, Int32 column, Boolean bringToFront) [0x00000] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:325 
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument (FilePath fileName, Boolean
bringToFront) [0x00000] 
  at MonoDevelop.Ide.Gui.Workbench.OpenDocument (FilePath fileName)
[0x00000] 
  at
MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFileNodeCommandHandler.ActivateItem
() [0x00000] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs:159 
  at MonoDevelop.Ide.Gui.Components.NodeCommandHandler.ActivateMultipleItems
() [0x0000e] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs:100 
  at MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.ActivateCurrentItem
() [0x00052] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs:752 
  at MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.OnNodeActivated
(System.Object sender, Gtk.RowActivatedArgs args) [0x00000] in
/home/cho/mono_trunk/work/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs:1681 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000ca] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System.Reflection/MonoMethod.cs:169 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000e5] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System.Reflection/MonoMethod.cs:179 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System.Reflection/MethodBase.cs:111 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000b9] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System/Delegate.cs:443 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00018] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System/MulticastDelegate.cs:71 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in
/home/cho/mono_trunk/work/source/mcs/class/corlib/System/Delegate.cs:415 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs
args) [0x00000] 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr
return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr
invocation_hint, IntPtr marshal_data) [0x00000] 
-- 
View this message in context: http://www.nabble.com/Monodevelop-SVN-Trunk---Exception%3A-Can%27t-open-.aspx-.cs-files-tp23629346p23629346.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list