2012-04-17 2 views
2

C# 프로젝트의 C# 코드가 정상입니다. 그러나 나는 다음과 같은 오류를 얻을 D 프로젝트 파일에 아무 것도 입력하려고하면 :왜 D 코드를 입력 할 때 MonoDevelop 2.9.4 오류가 발생합니까?

System.MissingMethodException: Method not found: 'Mono.TextEditor.DocumentLine Mono.TextEditor.TextEditorData.GetLine(Int32)'. 
    at MonoDevelop.D.Formatting.DTextEditorIndentation.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.CompletionTextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.D.DEditorCompletionExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) 
    at MonoDevelop.SourceEditor.ExtensibleTextEditor.ExtensionKeyPress(Key key, UInt32 ch, ModifierType state) 

아마 버그. 어쩌면 내가 잘못한 것 같아.

+0

이것은 아마도 SuperUser.com으로 이동해야합니까? – DejanLekic

답변

2

동일한 문제가있었습니다. mono-d가 제대로 작동하려면 MonoDevelop (2.9.5)의 최신 업데이트를 가져와야합니다.

0

MonoDevelop 2.9.x 알파/베타는 2.8.x 안정 릴리스 이후 많은 API 변경 사항이 있으므로 제 3 자 애드 인을 올바르게 작동시키기 위해 이식해야합니다.

관련 문제