views:

88

answers:

1
+2  A: 

Is there a version of the assembly in the GAC or possibly on the $Path variable?

Oded
That's an idea, there sure might be, shouldn't it look in the local directory first though? How can I tell it to do so?
George Mauer
Not in the GAC, and none of the stuff on $PATH seems like it would contain NHibernate.Validator
George Mauer
Take a look at the fusion (.NET binder) logs. This may give you an idea.
Oded
Thanks that did help me figure it out. I had to open my csproj file in a text editor but then I could see there that the relative path for the library was the wrong directory and for the wrong version. Changing it by hand helped.
George Mauer