Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to install an nHobernate 3.3 version in my Visual Studio 2013, While trying to install with the below comand in Nuget Package Console it throws an error


Add-EFProvider : Cannot bind argument to parameter 'Project' because it is null.
At C:\Users\sg0950632\Documents\Visual Studio 2013\Projects\MockDemo\packages\EntityFramework.6.1.1\tools\install.ps1:4 char:15
+ Add-EFProvider <<<< $project 'System.Data.SqlClient' 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer'
+ CategoryInfo : InvalidData: [Add-EFProvider], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Add-EFProvider


I am using SQL server 2014 i think is NHibernate 3,3 requires an SQL Server 2008 management studio inorder to get it installed successfully.

Will it be the case, Do i also nee dto have SQL server 2008 to work with NHibernate 3.3 x?

Any suggestions are highly appreciated.


Thanks,
Ahmed
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900