Do you have any other dependencies on Boo? On Fri, Oct 24, 2008 at 10:55 PM, Jan Limpens <[EMAIL PROTECTED]> wrote:
> after pulling the latest trunk my projects fail on startup du to some > boo/brail crash. > > were there any breaking changes (all boo dlls got updated, so it would not > be unlikely) > > this is the exception: > *Could not load type 'Boo.Lang.Compiler.Util.MarshalByRefCollectionBase' > from assembly 'Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, > PublicKeyToken=32c39770e9a21a67'.* * Description: *An unhandled exception > occurred during the execution of the current web request. Please review the > stack trace for more information about the error and where it originated in > the code. > > * Exception Details: *System.TypeLoadException: Could not load type > 'Boo.Lang.Compiler.Util.MarshalByRefCollectionBase' from assembly > 'Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, > PublicKeyToken=32c39770e9a21a67'. > > *Source Error:* > > Line 687: compilations.Clear(); > Line 688: return true; > Line 689: } > Line 690: > Line 691: // common setup for the compiler > > > * Source File: > *c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Views.Brail\BooViewEngine.cs > * Line: * 689 > > *Stack Trace:* > > [TypeLoadException: Could not load type > 'Boo.Lang.Compiler.Util.MarshalByRefCollectionBase' from assembly > 'Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, > PublicKeyToken=32c39770e9a21a67'.] > > Castle.MonoRail.Views.Brail.BooViewEngine.CompileCommonScripts() in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Views.Brail\BooViewEngine.cs:689 > Castle.MonoRail.Views.Brail.BooViewEngine.Initialize() in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Views.Brail\BooViewEngine.cs:117 > > Castle.MonoRail.Framework.Services.DefaultViewEngineManager.Initialize() > in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Services\DefaultViewEngineManager.cs:91 > > Castle.MonoRail.Framework.Services.DefaultServiceInitializer.Initialize(Object > serviceInstance, IMonoRailServices container) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Services\DefaultServiceInitializer.cs:77 > > > Castle.MonoRail.Framework.Container.DefaultMonoRailContainer.CreateService(Type > type) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Container\DefaultMonoRailContainer.cs:599 > > [MonoRailException: Error running lifecycle steps for MonoRail service > Castle.MonoRail.Framework.Services.DefaultViewEngineManager] > > > Castle.MonoRail.Framework.Container.DefaultMonoRailContainer.CreateService(Type > type) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Container\DefaultMonoRailContainer.cs:603 > > Castle.MonoRail.Framework.Container.AbstractServiceContainer.CreateService() > in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Container\AbstractServiceContainer.cs:236 > > > Castle.MonoRail.Framework.Container.DefaultMonoRailContainer.InstallMissingServices() > in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\Container\DefaultMonoRailContainer.cs:483 > > Castle.MonoRail.Framework.MonoRailHttpHandlerFactory.CreateDefaultMonoRailContainer(IServiceProviderEx > userServiceProvider, HttpApplication appInstance) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\MonoRailHttpHandlerFactory.cs:348 > > > Castle.MonoRail.Framework.MonoRailHttpHandlerFactory.PerformOneTimeInitializationIfNecessary(HttpContext > context) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\MonoRailHttpHandlerFactory.cs:419 > > Castle.MonoRail.Framework.MonoRailHttpHandlerFactory.GetHandler(HttpContext > context, String requestType, String url, String pathTranslated) in > c:\data\castle\castle\trunk\MonoRail\Castle.MonoRail.Framework\MonoRailHttpHandlerFactory.cs:83 > > System.Web.HttpApplication.MapHttpHandler(HttpContext context, String > requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) > +175 > > System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() > +128 > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > completedSynchronously) +161 > > > > -- > Jan > ___________________ > [EMAIL PROTECTED] > www.limpens.com > +55 (11) 3082-1087 > +55 (11) 3097-8339 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---