Rank: Newbie Groups: Member
Joined: 8/31/2010 Posts: 2 Points: 6
|
hi,i have a trouble,could you help me,thanks !!! Error: Method not found: 'Castle.Core.Interceptor.IInterceptorSelector Castle.MicroKernel.Proxy.ProxyOptions.get_Selector()'.
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.MissingMethodException: Method not found: 'Castle.Core.Interceptor.IInterceptorSelector Castle.MicroKernel.Proxy.ProxyOptions.get_Selector()'.
Source Error: Line 36: // Get the adapter for the 1.0 CoreRepository and store it in the HttpContext.Items collection. Line 37: IWindsorContainer container = ContainerAccessorUtil.GetContainer(); Line 38: CoreRepository cr = (CoreRepository)container["corerepositoryadapter"]; Line 39: HttpContext.Current.Items.Add("CoreRepository", cr); Line 40: }
Source File: D:\Projects\Cuyahoga-2.0.0-ALPHA-src\src\Cuyahoga.Web\HttpModules\CoreRepositoryModule.cs Line: 38
|
Rank: Advanced Member Groups: Member
Joined: 6/22/2010 Posts: 33 Points: 99
|
Hi itdesk, The Cuyahoga-2.0.0-ALPHA is full of bugs, its only an early preview. I would suggest its not really worth trying to run with that build yet. Probably best to either stick with 1.6 or check out a copy from Constructor's new 2010 repo which is where most of the best things are happening right now
|
Rank: Newbie Groups: Member
Joined: 8/31/2010 Posts: 2 Points: 6
|
Thanks a lot,maybe you're right!
|