I'm trying to get Glimpse working with Monorail, and am running into some problems.
Glimpse (http://getglimpse.com/) is a debugging tool designed for ASP.NET/MVC (called "FireBug for the server"). First, using Nuget, I added the "currently shipping" version (v0.87) f Glimpse to an existing Monorail 1.2 site. This essentially worked, with a few small problems. To work on fixing those, I downloaded the Glimpse source from GitHub, and ported their sample MVC website to Monorail. This failed entirely. The problem is that the latest version of Glimpse (v1.0 beta) uses Castle.Core v3.1.0.0, while Monorail (up to the latest v 2.x version) uses Castle.Core. v1.2.0.0. Added a binding redirect just kick the can down the road a bit. Now, I get : Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: An error occurred creating the configuration section handler for monorail: Could not load type 'Castle.Core.IInitializable' from assembly 'Castle.Core, Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'. Source Error: Line 26: </configSections> Line 27: <!-- monorail = xmlns="urn:castle-monorail- configuration-2.0" --> Line 28: <monorail useWindsorIntegration="true" smtpHost="smtp.njtheater.org" smtpUsername="..." smtpPassword="..."> Source File: D:\Users\JamesCurran\Projects\StateTheaterCastle\web \web.config Line: 28 Any ideas of how to get the latest version of Castle.Monorail to work with the latest version of Castle.Core ??? -- 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.
