On Sunday, 21 October 2012 at 01:48:21 UTC, Joel wrote:
In OSX things are different, but in Windows.. Mono-D isn't
working for me. It was crashing the whole IDE, with some
updates it seems to be better. But it says it can't open D
files. It wont display any D files.
An error has occurred
The file 'C:\jpro\dpro2\Carace2D\car.d' could not be opened.
Could not load file or assembly 'ICSharpCode.NRefactory,
Version=5.0.0.0, Culture=neutral,
PublicKeyToken=d4bfe873e7598c49' or one of its dependencies.
The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or
assembly 'ICSharpCode.NRefactory, Version=5.0.0.0,
Culture=neutral, PublicKeyToken=d4bfe873e7598c49' or one of its
dependencies. The system cannot find the file specified.
File name: 'ICSharpCode.NRefactory, Version=5.0.0.0,
Culture=neutral, PublicKeyToken=d4bfe873e7598c49'
at MonoDevelop.D.Parser.DParserWrapper.Parse(Boolean
storeAst, String file, TextReader content, Project prj)
at MonoDevelop.D.Parser.FoldingParser.Parse(String fileName,
String content)
at
MonoDevelop.SourceEditor.SourceEditorView.RunFirstTimeFoldUpdate(String
text)
at MonoDevelop.SourceEditor.SourceEditorView.Load(String
fileName, Encoding loadEncoding)
at MonoDevelop.SourceEditor.SourceEditorView.Load(String
fileName)
at MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke(String
fileName)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with
assembly bind failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
<<
Thanks,
- Joel
Have you installed Mono-D via the .mpack file I just posted here?
It should be working with that..I've got MonoDevelop 3.0.4.7 btw