Thanks to Hamidreza Nafar <
ha...@webious.ca>
for pointing out to me that I did not post the answer :).
I thought the whole thing was captured here but I sent an email
directly to Alec and all went awry
Anyway:
After talking with Alec (and I am paraphrasing as I deleted his email
- duh ),
You must set in web.config
<appSettings>
<add key="ClientValidationEnabled" value="false"/>
<add key="UnobtrusiveJavaScriptEnabled" value="false"/>
</appSettings>
And:
in CastleWindsor/ComponentRegistrar.cs change the
reference from:
using NHibernate.Validator.Engine;
To:
using SharpArch.Core.CommonValidator;
All will work.
I "think" that Alec had said that it was due to the fact that he had
not messed with the scaffolding generator in a while (around this
issue)
and would fix in a future fix.
Alec, if I misquoted, my sincere apologies, as I think you are da
man! , sorry for deleting the original email it was a mistake.
Thanks again Alec.
On Mar 11, 7:40 pm, The CodeFool <
thecodef...@gmail.com> wrote:
> Sure thing I will send tomorrow at the latest.
>
> Thanks for the help
> On Mar 11, 2011 6:07 PM, "Alec Whittington" <
alec.whitting...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Would there be anyway you could pack up the code and post a link to
> download
> > it. I've not come across either of these errors before, but would be
> > interested in coming up with a solution for you. I will be out of town
> this
> > weekend, so Tuesday would be the earliest I could look at this (Maybe
> Sunday
> > evening depending on when we get home).
>
> > Alec
>
> > On Fri, Mar 11, 2011 at 8:16 AM, thecodefool <
thecodef...@gmail.com>