views:

17

answers:

0

Title says it all. I'm developing a web app using NHibernate, and getting the error

Unable to find assembly 'NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4'

The weird thing is that it's intermittent, and when ti happens it causes the VS 2010 embedded web server to crash. But it doesn't happen on every request, or on any particular request.

I found a few articles online that indicated a few different possible solutions, and have tried them (to include making sure that my /bin folder has a copy, making sure the dll is not blocked, and compling the app for 32-bit). None of these solutions seem to affect it, and in any case the first couple seem like issues that would be a problem always, not intermittently.

Thanks.