Ok, I took a look at all the assemblies with reflector and was able to track down that there is a dependency on Castle.Components.Validator which didn't have APTCA applied (it's referenced with a using statement inside of ActiveRecordModelBuilder.cs)
I pulled down the Validator code from SVN, compiled everything again and was able to get things working. Unfortunately I'm extremely busy today but tomorrow evening I'm going to run through the process again to verify it's solid and then I'll post back instructions. Mark On Feb 16, 1:31 am, Roelof Blom <[email protected]> wrote: > One way is to open the assembly with > Reflector<http://www.red-gate.com/products/reflector/>and, with the > assembly selected in the left-hand side list, press Space > (disassemble). This will show all the assembly level attributes. > > -- Roelof. > > On Tue, Feb 16, 2010 at 5:51 AM, Mark <[email protected]> wrote: > > What's the best way to check whether APTCA is being applied? -- 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.
