Re: [Banshee-List] Problems with System.Xml



You should try fully uninstalling and rebuilding Banshee and
banshee-official-plugins. You might have a mixture of assemblies
compiled against mcs and gmcs causing the problems. Are you running Mono
from HEAD too?

$ sudo rm -rf /usr/lib/banshee

$ cd ~/cvs/banshee
$ make maintainer-clean
$ cvs up -dP
$ ./autogen.sh --prefix=/usr 
$ make && sudo make install

$ cd ~/cvs/banshee-official-plugins
$ make maintainer-clean 
$ svn up
$ ./autogen.sh --prefix=/usr
$ make && sudo make install

--Aaron



On Tue, 2006-05-23 at 12:34 +0200, Michael Monreal wrote:
> Hi,
> 
> for some time now I have problems regarding plugins that use System.Xml. For example, the Radio plugin doesn't start anymore:
> 
> ---
> Warning: [5/23/2006 10:44:19 AM] (Could not initialize plugin `iradio') - An exception was thrown by the type initializer for System.Xml.Serialization.XmlSerializer
> ---
> 
> and audioscrobber requests make banshee crash with the following output:
> 
> ---
> Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Net.WebRequest ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <dllmap> () (/opt/gnome2.14/etc/mono/2.0/machine.config line 2)
> in <0x00048> System.Configuration.ConfigInfo:ThrowException (System.String text, System.Xml.XmlTextReader reader)
> in <0x00357> System.Configuration.SectionGroupInfo:ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root)
> in <0x00024> System.Configuration.SectionGroupInfo:ReadRootData (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed)
> in <0x001a6> System.Configuration.Configuration:ReadConfigFile (System.Xml.XmlTextReader reader, System.String fileName)
> in <0x00105> System.Configuration.Configuration:Load ()
> in <0x000a0> System.Configuration.Configuration:Init (IConfigSystem system, System.String configPath, System.Configuration.Configuration parent)
> in <0x000a1> System.Configuration.Configuration:.ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath)
> in <0x00049> System.Configuration.InternalConfigurationFactory:Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams)
> in <0x00217> System.Configuration.ConfigurationManager:OpenExeConfigurationInternal (ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath)
> in <0x0003b> System.Configuration.ClientConfigurationSystem:System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey)
> in <0x0001f> System.Configuration.ConfigurationManager:GetSection (System.String sectionName)
> in <0x0001f> System.Configuration.DefaultConfig:GetConfig (System.String sectionName)
> in <0x00017> System.Configuration.ConfigurationSettings:GetConfig (System.String sectionName)
> in <0x00028> System.Net.WebRequest:.cctor ()--- End of inner exception stack trace ---
> ---
> 
> Is everyone seeing this because it is some brakage in current CVS/SVN HEAD or is my mono installation broken in some way? Any Idea?
> 
> -Michael
> 
> ______________________________________________________________________
> XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!		
> Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130
> 
> _______________________________________________
> Banshee-list mailing list
> Banshee-list gnome org
> http://mail.gnome.org/mailman/listinfo/banshee-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]