in web.config you can put somethink like this! to especify the NH
version.

        <runtime>
                <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
                        <dependentAssembly>
                                <assemblyIdentity name="NHibernate"
publicKeyToken="aa95f207798dfdb4" culture="neutral"/>
                                <bindingRedirect oldVersion="2.0.0.1001" 
newVersion="2.0.0.2002"/>
                        </dependentAssembly>
                </assemblyBinding>
        </runtime>



On 17 mar, 08:04, wasp <[email protected]> wrote:
> Hello,
> I've been a Windsor user since a few years, and I've been using RC3 so
> far. Now I'm trying to use NH 2.0, which depends on DynamicProxy2
> 1.0.2.5330, and of course in my project I still want to use Windsor
> too, but I have versioning problems. RC3 seems old and does not work
> with NH 2.0, and I dont see any other recent release. I tried to
> download source code but I cannot build it (many AssemblyInfo.cs files
> are missing...  what did I do wrong?). I also tried the latest build
> from build server but .NET complains about DynamicProxy2 version...
> I'd love to dig deeper into these details, but I don't have any time
> for that and these versioning issues are getting me in troubles...
> Any help please? Where can I find a 1.0.3.5330 complete build, if
> available? Does anyone have any advice about how to work with the
> latest Microkernel/Windsor build and NH 2.0 GA?
> Thank you very much,
>
> Wasp
--~--~---------~--~----~------------~-------~--~----~
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