aguirrel
June 25th, 2005, 08:22 PM
Hi,
I have installed monodevelop 0.7-0ubuntu1~5.04ubp1 and mono 1.1.7-0ubuntu4~5.04ubp1.
When I run monodevelop I get the following error
-------------------------------------------------------------------------------
** (MonoDevelop:31255): WARNING **: The following assembly referenced from /usr/lib/monodevelop/bin/MonoDevelop.Base.dll could not be loaded:
Assembly: monodoc (assemblyref_index=8)
Version: 1.0.0.0
Public Key: 0738eb9f132ed756
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).
** (MonoDevelop:31255): WARNING **: The class Monodoc.RootTree could not be loaded, used in /usr/lib/monodevelop/bin/MonoDevelop.Base.dll (token 0x01000063)
** (MonoDevelop:31255): WARNING **: Missing method LoadTree in assembly /usr/lib/monodevelop/bin/MonoDevelop.Base.dll, type Monodoc.RootTree
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
in <0x00000> <unknown method>
in (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in <0x0006f> System.Reflection.MonoCMethod:Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)--- End of inner exception stack trace ---
in <0x00104> System.Reflection.MonoCMethod:Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
in <0x00019> System.Reflection.MonoCMethod:Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
in <0x00032> System.Reflection.ConstructorInfo:Invoke (System.Object[] parameters)
in <0x000e2> System.Activator:CreateInstance (System.Type type, Boolean nonPublic)
in <0x0000c> System.Activator:CreateInstance (System.Type type)
in <0x0003a> System.Reflection.Assembly:CreateInstance (System.String typeName, Boolean ignoreCase)
in <0x00012> System.Reflection.Assembly:CreateInstance (System.String typeName)
in <0x000af> MonoDevelop.Core.AddIns.AddIn:CreateObject (System.String className)
in <0x00030> MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildIte m (System.Object owner, System.Collections.ArrayList subItems, MonoDevelop.Core.AddIns.Conditions.ConditionCollec tion conditions)
in <0x0014f> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:Build ChildItems (System.Object caller)
in <0x0004c> MonoDevelop.Core.Services.ServiceManager:Initializ eServicesSubsystem (System.String servicesPath)
in <0x00640> MonoDevelop.SharpDevelopMain:Main (System.String[] args)
----------------------------------------------------------------------
BUT if you install monodoc-base 1.0.4-1 it works fine. So, there are a dependency issue there. ;-)
Really thanks for the work you do day by day :-) It's tremendusly usefull.
Best regards,
Luis
I have installed monodevelop 0.7-0ubuntu1~5.04ubp1 and mono 1.1.7-0ubuntu4~5.04ubp1.
When I run monodevelop I get the following error
-------------------------------------------------------------------------------
** (MonoDevelop:31255): WARNING **: The following assembly referenced from /usr/lib/monodevelop/bin/MonoDevelop.Base.dll could not be loaded:
Assembly: monodoc (assemblyref_index=8)
Version: 1.0.0.0
Public Key: 0738eb9f132ed756
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).
** (MonoDevelop:31255): WARNING **: The class Monodoc.RootTree could not be loaded, used in /usr/lib/monodevelop/bin/MonoDevelop.Base.dll (token 0x01000063)
** (MonoDevelop:31255): WARNING **: Missing method LoadTree in assembly /usr/lib/monodevelop/bin/MonoDevelop.Base.dll, type Monodoc.RootTree
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
in <0x00000> <unknown method>
in (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in <0x0006f> System.Reflection.MonoCMethod:Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)--- End of inner exception stack trace ---
in <0x00104> System.Reflection.MonoCMethod:Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
in <0x00019> System.Reflection.MonoCMethod:Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
in <0x00032> System.Reflection.ConstructorInfo:Invoke (System.Object[] parameters)
in <0x000e2> System.Activator:CreateInstance (System.Type type, Boolean nonPublic)
in <0x0000c> System.Activator:CreateInstance (System.Type type)
in <0x0003a> System.Reflection.Assembly:CreateInstance (System.String typeName, Boolean ignoreCase)
in <0x00012> System.Reflection.Assembly:CreateInstance (System.String typeName)
in <0x000af> MonoDevelop.Core.AddIns.AddIn:CreateObject (System.String className)
in <0x00030> MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildIte m (System.Object owner, System.Collections.ArrayList subItems, MonoDevelop.Core.AddIns.Conditions.ConditionCollec tion conditions)
in <0x0014f> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:Build ChildItems (System.Object caller)
in <0x0004c> MonoDevelop.Core.Services.ServiceManager:Initializ eServicesSubsystem (System.String servicesPath)
in <0x00640> MonoDevelop.SharpDevelopMain:Main (System.String[] args)
----------------------------------------------------------------------
BUT if you install monodoc-base 1.0.4-1 it works fine. So, there are a dependency issue there. ;-)
Really thanks for the work you do day by day :-) It's tremendusly usefull.
Best regards,
Luis