Hey, On Tue, 2006-07-11 at 18:29 +0200, David Coeurjolly wrote: > Could not connect to the Beagle daemon. The daemon probably isn't running. > System.TypeInitializationException: An exception was thrown by the type > initializer for Beagle.Client ---> System.TypeInitializationException: > An exception was thrown by the type initializer for > System.Xml.Serialization.XmlSerializer ---> > System.Configuration.ConfigurationException: Cannot find > /usr/etc/mono/1.0/machine.config ()
Your mono is incorrectly built. It's looking for /usr/etc/mono/1.0/machine.config but it's probably /etc/mono/1.0/machine.config. You (or your distributor) needs to pass in --sysconfdir=/etc to the configure line when building mono. (Or, move the file to the right place.) Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
