[MonoDevelop] open .cs file

fabio fabiotogna at libero.it
Wed Nov 2 04:33:57 EDT 2011


I'm new on monodevelop. When I try to open a .cs file I received this message
:

The file 'E:\Csharp\Maniglia.cs' could not be opened. Impossibile caricare
la DLL 'libc': Impossibile trovare il modulo specificato. (Eccezione da
HRESULT: 0x8007007E).

System.DllNotFoundException: Impossibile caricare la DLL 'libc': Impossibile
trovare il modulo specificato. (Eccezione da HRESULT: 0x8007007E).
   in MonoDevelop.Projects.Text.TextFile.strlen(IntPtr str)
   in MonoDevelop.Projects.Text.TextFile.Utf8PtrToString(IntPtr ptr)
   in MonoDevelop.Projects.Text.TextFile.ConvertToBytes(Byte[] content,
String toEncoding, String fromEncoding)
   in MonoDevelop.Projects.Text.TextFile.ConvertFromEncoding(Byte[] content,
String fromEncoding)
   in MonoDevelop.Projects.Text.TextFile.Read(FilePath fileName, String
encoding)
   in MonoDevelop.Projects.Text.TextFile.ReadFile(FilePath fileName, String
encoding)
   in MonoDevelop.SourceEditor.SourceEditorView.Load(String fileName, String
encoding)
   in MonoDevelop.SourceEditor.SourceEditorView.Load(String fileName)
   in MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke(String fileName)

I received this when I try to open a lot of .cs file
I use monodevelop on Windows7 x64
In my code there aren't  directly call to this Dll (libc) but have only .NET
code.

--
View this message in context: http://mono.1490590.n4.nabble.com/open-cs-file-tp3972174p3972174.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list