[Mono-list] Monodevelop Addins problems
Gustavo Ribeiro De Bonis
ribeirogustavoti at gmail.com
Fri Jul 13 14:51:59 EDT 2007
Hi everybody,
I'm trying to start Monodevelop and i receive the following message:
** (./MonoDevelop.exe:3000): WARNING **: The following assembly
referenced from /usr/lib/monodevelop/AddIns/MonoDevelop.Ide.dll could
not be loaded:
Assembly: gtkhtml-sharp (assemblyref_index=19)
Version: 2.16.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/usr/lib/monodevelop/bin/../AddIns).
** (./MonoDevelop.exe:3000): WARNING **: Could not load file or assembly
'gtkhtml-sharp, Version=2.16.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
2007-07-13 14:47:57,761 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - Add-in failed to load: MonoDevelop.Ide
2007-07-13 14:47:57,906 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - System.Reflection.ReflectionTypeLoadException: The classes in
the module cannot be loaded.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000]
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadCodonsAndConditions
(System.Reflection.Assembly assembly) [0x00000]
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadAssembly
(System.String fileName) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.AddRuntimeLibraries (System.String
path, System.Xml.XmlElement el) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.ReadXmlContents (System.String
fileName, System.Xml.XmlElement elem) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName)
[0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn
(System.String addInFile) [0x00000]
2007-07-13 14:47:58,291 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - Add-in failed to load: MonoDevelop.VersionControl
2007-07-13 14:47:58,292 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - MonoDevelop.Core.AddIns.MissingDependencyException: Required
add-in not found: MonoDevelop.Ide
at MonoDevelop.Core.AddIns.AddIn.CheckDependencies
(System.Xml.XmlElement deps, Boolean rootDependencies) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName)
[0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn
(System.String addInFile) [0x00000]
2007-07-13 14:47:58,483 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - Add-in failed to load: MonoDevelop.Ide
2007-07-13 14:47:58,549 [1119968] ERROR MonoDevelop.Core.ILoggingService
[(null)] - MonoDevelop.Core.AddIns.CodonNotFoundException: no codon
builder found for <DisplayBinding>
at MonoDevelop.Core.AddIns.CodonFactory.CreateCodon
(MonoDevelop.Core.AddIns.AddIn addIn, System.Xml.XmlNode codonNode)
[0x00000]
at MonoDevelop.Core.AddIns.AddIn.AddCodonsToExtension
(MonoDevelop.Core.AddIns.Extension e, System.Xml.XmlElement el,
MonoDevelop.Core.AddIns.ConditionCollection conditions) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.AddExtensions (System.Xml.XmlElement
el) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.ReadXmlContents (System.String
fileName, System.Xml.XmlElement elem) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName)
[0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn
(System.String addInFile) [0x00000]
System.NullReferenceException: Object reference not set to an instance
of an object
at MonoDevelop.Core.AddIns.AddInService.StartApplication
(System.String addinId, System.String[] parameters) [0x00000]
How do i fix this??
Thanks.
More information about the Mono-list
mailing list