There is no need to use binding redirects. The master branch is already
updated for Windsor 2.5.2

--
Mauricio

On Tue, Jul 19, 2011 at 2:40 AM, Shawn Hinsey <[email protected]> wrote:

> Did you try redirecting the assembly bindings? See a webconfig from an mvc
> 3 project for an example. That'll work as long as the issue is just the
> assembly version and not a breaking api change.
> On Jul 16, 2011 7:42 PM, "Michael" <[email protected]> wrote:
> > Hey all, I upgraded to Windsor 2.5.1 and Castle.Core got upgraded to
> > 2.5.1 along with it. Now it seems my castle scheduler is broken. It
> > seems it's expecting version 1.1.0.0 of castle core and therefore is
> > breaking. Without recompiling the source code with the new version of
> > of the windsor components, is there a way to get this working? It
> > doesn't seem like the Scheduler is going to be upgraded any time
> > soon. Kinda sucks if I'm going to have to start recompiling it myself
> > to keep up with the latest castle components.
> >
> > Castle.MicroKernel.SubSystems.Conversion.ConverterException : Could
> > not convert from 'Castle.Components.Scheduler.DefaultScheduler,
> > Castle.Components.Scheduler' to System.Type.
> > ----> System.IO.FileLoadException : Could not load file or assembly
> > 'Castle.Core, Version=1.1.0.0, Culture=neutral,
> > PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The
> > located assembly's manifest definition does not match the assembly
> > reference. (Exception from HRESULT: 0x80131040)
> > at
> >
> Castle.MicroKernel.SubSystems.Conversion.TypeNameConverter.PerformConversion(String
> > value, Type targetType) in e:\OSS.Code\Castle.Windsor\src
> > \Castle.Windsor\MicroKernel\SubSystems\Conversion
> > \TypeNameConverter.cs: line 99
> > at
> >
> Castle.MicroKernel.SubSystems.Conversion.DefaultConversionManager.PerformConversion(String
> > value, Type targetType) in e:\OSS.Code\Castle.Windsor\src
> > \Castle.Windsor\MicroKernel\SubSystems\Conversion
> > \DefaultConversionManager.cs: line 134
> > at
> >
> Castle.MicroKernel.SubSystems.Conversion.DefaultConversionManager.PerformConversion(String
> > value) in e:\OSS.Code\Castle.Windsor\src\Castle.Windsor\MicroKernel
> > \SubSystems\Conversion\DefaultConversionManager.cs: line 162
> > at
> >
> Castle.Windsor.Installer.DefaultComponentInstaller.SetUpComponents(IConfiguration[]
> > configurations, IWindsorContainer container, IConversionManager
> > converter) in e:\OSS.Code\Castle.Windsor\src\Castle.Windsor\Windsor
> > \Installer\DefaultComponentInstaller.cs: line 196
> > at
> >
> Castle.Windsor.Installer.DefaultComponentInstaller.SetUp(IWindsorContainer
> > container, IConfigurationStore store) in e:\OSS.Code\Castle.Windsor\src
> > \Castle.Windsor\Windsor\Installer\DefaultComponentInstaller.cs: line
> > 52
> > at Castle.Windsor.WindsorContainer.Install(IWindsorInstaller[]
> > installers, DefaultComponentInstaller scope) in e:\OSS.Code
> > \Castle.Windsor\src\Castle.Windsor\Windsor\WindsorContainer.cs: line
> > 327
> > at Castle.Windsor.WindsorContainer.Install(IWindsorInstaller[]
> > installers) in e:\OSS.Code\Castle.Windsor\src\Castle.Windsor\Windsor
> > \WindsorContainer.cs: line 674
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> > To post to this group, send email to
> [email protected].
> > 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.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To post to this group, send email to [email protected]
> .
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
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.

Reply via email to