[MonoDevelop] monodevelop svn can't find Mono.Debugging.Soft

Andy Selvig ajselvig at gmail.com
Thu Jan 21 19:16:19 EST 2010


>From my understanding, the soft debugger is only in the 2.6 line of
Mono. On some distros (Ubuntu-based ones), only 2.4 is available so
you'll have to build Mono from source.

On Thu, Jan 21, 2010 at 5:59 PM, A.M. Abdelaziz <amamh3 at gmail.com> wrote:
> I have just installed monodevelop fom svn
> when it runs, it can't load the MonoDevelop.Debugger.Soft addin because mono
> can't find Mono.Debugging.Soft
> I'm still trying to solve the problem, just reporting it first
> error message:
> ** (MonoDevelop:12095): WARNING **: The following assembly referenced from
> /usr/local/lib/monodevelop/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll
> could not be loaded:
>      Assembly:   Mono.Debugging.Soft    (assemblyref_index=0)
>      Version:    0.0.0.0
>      Public Key: bd8d88121d61b6d4
> 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/local/lib/monodevelop/AddIns/MonoDevelop.Debugger.Soft/).
>
> ** (MonoDevelop:12095): WARNING **: Could not load file or assembly
> 'Mono.Debugging.Soft, Version=0.0.0.0, Culture=neutral,
> PublicKeyToken=bd8d88121d61b6d4' or one of its dependencies.
> ERROR [2010-01-22 01:57:50Z]: Add-in error (MonoDevelop.Debugger.Soft,2.2):
> Error while getting object for node in path
> '/MonoDevelop/Debugging/DebuggerFactories'.
> System.TypeLoadException: Could not load type
> 'MonoDevelop.Debugger.Soft.SoftDebuggerEngine' from assembly
> 'MonoDevelop.Debugger.Soft, Version=2.2.0.0, Culture=neutral,
> PublicKeyToken=null'.
>   at (wrapper managed-to-native) System.MonoType:GetConstructors_internal
> (System.MonoType*,System.Reflection.BindingFlags,System.Type)
>   at System.MonoType.GetConstructors (BindingFlags bindingAttr) [0x00000] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/MonoType.cs:143
>   at System.MonoType.GetConstructorImpl (BindingFlags bindingAttr,
> System.Reflection.Binder binder, CallingConventions callConvention,
> System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
> [0x00000] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/MonoType.cs:92
>   at System.Type.GetConstructor (BindingFlags bindingAttr,
> System.Reflection.Binder binder, CallingConventions callConvention,
> System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
> [0x0003e] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/Type.cs:1000
>   at System.MonoType.GetDefaultConstructor () [0x0002a] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/MonoType.cs:75
>   at System.Activator.CreateInstance (System.Type type, Boolean nonPublic)
> [0x0003a] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/Activator.cs:306
>   at System.Activator.CreateInstance (System.Type type) [0x00000] in
> /home/amamh/labs/inst/mono/mcs/class/corlib/System/Activator.cs:211
>   at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] in
> /home/amamh/labs/inst/mono/mono-addins/Mono.Addins/Mono.Addins/TypeExtensionNode.cs:54
>   at Mono.Addins.InstanceExtensionNode.GetInstance () [0x0000b] in
> /home/amamh/labs/inst/mono/mono-addins/Mono.Addins/Mono.Addins/InstanceExtensionNode.cs:49
>   at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type
> expectedType) [0x00000] in
> /home/amamh/labs/inst/mono/mono-addins/Mono.Addins/Mono.Addins/InstanceExtensionNode.cs:40
>   at Mono.Addins.ExtensionNode.GetChildObjects (System.Type
> arrayElementType, Boolean reuseCachedInstance) [0x00058] in
> /home/amamh/labs/inst/mono/mono-addins/Mono.Addins/Mono.Addins/ExtensionNode.cs:190
>
> --
> A.M. Abdelaziz
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>


More information about the Monodevelop-list mailing list