I'm using fluent nhibernate as ORM , I got the latest version by nuget where my sql server is 2012 , is it possible !? it doesn't offer me 2012 when I want to config
MsSqlConfiguration
.MsSql2008
.ShowSql()
whatever ! Now I have got the latest version by when run my my application and request to create data base in my sql server ,this error appear :
Could not load file or assembly 'NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
and just before this error , I had another trouble with login to sql server where I haven't set any username and password to my sql management studio ! what is the problem ?please