Hi Guys,

I've just upgraded an MVC 2 app to use the lates core and windsor
releases so I can take advantage mainly of the
DictionaryAdapterFactory.

Unfortunately an error is now beinig thrown which is pointing to my
active record declaration in the config sections of web.config.

Here is the error:

Parser Error Message: An error occurred creating the configuration
section handler for activeRecord: Exception has been thrown by the
target of an invocation.

Source Error:

Line 6:  <configuration>
Line 7:         <configSections>
Line 8:                 <section name="activeRecord"
type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler,
Castle.ActiveRecord"/>

----------------------------------------------------------
Stack trace extract:

=== Pre-bind state information ===
LOG: DisplayName = Castle.Core, Version=1.1.0.0, Culture=neutral,
PublicKeyToken=407dd0808d44fbdc

---------------------------------------------------------------

So it looks like there are still references to the old core version.
Having done a search, I can find no references to this, but it may be
a part of my own framework that references is it. In which case I'll
apologise for wasting everyone's time once I rule it out.

If, however it is something you can help me with, then I would be very
grateful.

Congrats on the latest release as well.

-- 
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