2

I am trying to resurrect an old asp.net-mvc solution and it has a reference to nhibernate.bytecode.castle which i don't seem to have (trying to download all references through Nuget.

Can i download this through nuget ? I can't seem to find it through searching . . or should i not be using this anymore and there is a replacement (not sure if this is deprecated) ?

leora
  • 188,729
  • 360
  • 878
  • 1,366
  • 1
    http://stackoverflow.com/questions/7052273/will-castle-bytecode-provider-for-nhibernate-3-2-ga-be-available-in-nuget – frictionlesspulley Dec 04 '12 at 05:52
  • 1
    I was trying to find and came across this post, may be this helps? http://stackoverflow.com/questions/8922999/nuget-nhibernate-castle-core-3-0-and-where-is-proxyfactoryfactory – Deepak Dec 04 '12 at 06:06

2 Answers2

4

All old NHibernate releases are here: http://sourceforge.net/projects/nhibernate/?source=directory

Oskar Berggren
  • 5,583
  • 1
  • 19
  • 36
0

you can find it in nuget by searching for nhibernate.castle install it

it will install for you castle.core and i think this is what you are looking for

Nour Berro
  • 550
  • 5
  • 14