score:3
Accepted answer
you should run the compatible package, your nhibernate version is 2.1.2.4 which is not the latest one.
first add reference to nhibernate 3.0 , and the nhibernate.linq is obselete afaik, cause it's belong to version 2 and in version 3.0 the linq functionalitys is in nhibernate assembly itself
Source: stackoverflow.com
Related Query
- NHibernate LINQ Where and Any throwing exception
- LINQ extension method throwing error when I enter a email and password combination (System.InvalidOperarationException)
- Trouble with a LINQ 'filter' code throwing an error
- Linq for NHibernate and fetch mode of eager loading
- Create Dictionary with LINQ and avoid "item with the same key has already been added" error
- C# compilation error with LINQ and dynamic inheritance
- Enumerable.Empty<T>().AsQueryable(); This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code
- NHibernate Linq provider and take() skip() with eager fetching
- LINQ to Entities Union is throwing an error
- NHibernate 3.x deletes child entities when combining LINQ paging, many-to-many, and subselect fetch
- LINQ to SQL - Compile error when extending data context with partial class and methods
- NHibernate 3.1 Linq with Contains and Any
- Entity Framework Linq Query to List - Error when using contains: Only primitive types, enumeration types and entity types are supported
- OrderByDescending with Skip and Take in LINQ shows error
- Linq and DBNull - Getting error
- LINQ method chaining and granular error handling
- LINQ to NHibernate and let keyword
- LINQ Source Code Available
- NHibernate querying on a string collection using Linq results in either error or empty collection
- Refactor Linq code and "LINQ to Entities does not recognize the method"
- AddDays used in LINQ to Entities throwing error in all but one server
- How can I code an outer join using LINQ and EF6?
- NHibernate Linq and DistinctRootEntity
- Nhibernate and linq problem
- Linq SQL error with one-to-many relationship and orderby complex expression
- C# - Linq optimize code with List and Where clause
- IEqualityComparer and Linq Distinct - Hard Code GetHashCode()
- AsNoTracking method throwing error in linq statement
- How linq to nhibernate by join and Separate where in query
- NHibernate 3 and LINQ support?
More Query from same tag
- Linq to XML selecting children list
- Linq Query with a where condition - count items
- Changes not visible on table data
- Dividing a textfile and show it into listbox, where each line in the listbox will have 30 lines of textfile seperated by comma
- LINQ to Entities does not recognize the method IsUserInCc
- How to bind and save an object containing a list of objects to database context in ASP.NET MVC with EF code first?
- How to display Grid data with 'filtered' binding list
- LINQ: Dot Notation vs Query Expression
- How to set SelectList Values From DB
- How to return a List(Of String) from a LINQ statement with a Group By in VB.net?
- set equality in linq
- c# Linq - Check if composite key exists in another list
- Is possible keep the properties type after using linq selection?
- LINQ: join based on table name
- How do you left join using "date between" operator in linq?
- How to build object hierarchy for serialization with json.net?
- How to get extreme leaf node against heights parent in self referencing linq
- How to pass the list of integers inside count in entity framework
- Linq to XML - Read/Parse only first lines of the file
- Error in filtering Sql returns direct cast error
- How to write Linq expression using external objects
- How can i get the manufacturers from all products?
- How do I pull all the records that are group by 2 columns?
- Can't understand this IEnumerable<T>.ToArray() example
- SelectMany enumerating multiple files filtered by string value need index
- 'IEnumerable<>' does not contain a definition for 'OrderBy'
- Accessing values using LINQ to XML
- Debugging LINQ statement on QuickWatch or somewhere else
- Search for whole word with Linq to SQL
- LINQ Query List within a list