[HibernateException: The dialect was unable to perform paging of a statement that requires distinct results, and is ordered by a column that is not included in the result set of the query.] NHibernate.Dialect.MsSql2005DialectQueryPager.AppendSortExpressionsForDistinct(Dictionary`2 columnToAlias, SqlString[] sortExpressions, SqlStringBuilder result) in c:\Users\oskar.berggren\Documents\Projects\nhibernate-core-3\src\NHibernate\Dialect\MsSql2005DialectQueryPager.cs:206
It's built using the regular build script. This is what usually
happens with debug info - is there a way to remove parts of the paths
from the generated pdb?
/Oskar
Den 23 april 2012 16:06 skrev Richard Birkby <rbi...@gmail.com>:
> I have to say, I was a bit surprised to see Oskar's folder structure in the
> pdb symbols:
>
> c:\Users\oskar.berggren\Documents\Projects\nhibernate-core-3\src\NHibernate\Dialect\MsSql2005DialectQueryPager.cs:206
It's built using the regular build script. This is what usually
happens with debug info - is there a way to remove parts of the paths
from the generated pdb?
The build server only builds the debug configuration. Personally, I
wouldn't mind having the build server construct all the release
packages (including nuget) as well.
I'm not too happy about "personal" paths in the files, on the other
hand to me it seems strange to keep personal projects outside of ones
home directory. Maybe that's only me and my unix background. :)
/Oskar