The way the tests are set up, you need to build it in VS before
running them with option D. I'm open to suggestions for improving
this.
Patrick Earl
On Tue, Sep 27, 2011 at 6:53 AM, Cole W <[email protected]> wrote:
> It seems I'm getting an error when attempting to run option D in the
> ShowBuildMenu.bat. The error I'm getting is the following:
>
> System.IO.FileNotFoundException: Could not load "nhibernate\src
> \NHibernate.TestDatabaseSetup.dll" or one of it's dependencies.
>
> It appears that this project is not being built
> (NHibernate.TestDatabaseSetup). Is this something I need to build
> outside of the ShowBuildMenu.bat prior to running my tests? I was
> trying to follow the steps in the "Contributor Guide.html" but this is
> where I hit my first issue.
>