Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OracleSimpleRepoTest Failure: Simple_Repo_Should_Support_Projection_Joins_With_Anon_Types #14

Closed
alonsorobles opened this issue Jan 9, 2013 · 0 comments
Assignees

Comments

@alonsorobles
Copy link
Owner

System.InvalidCastException
Invalid cast from 'System.String' to 'System.Guid'.
at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at lambda_method(Closure, DbDataReader)
at SubSonic.DataProviders.DbDataProvider.Project(DbDataReader reader, Func2 fnProjector) in DbDataProvider.cs: line 571 at SubSonic.DataProviders.DbDataProvider.ToEnumerable(QueryCommand1 query, Object[] paramValues) in DbDataProvider.cs: line 531
at SubSonic.Linq.Structure.DbQueryProvider.Execute(QueryCommand1 query, Object[] paramValues) in DbQueryProvider.cs: line 236 at lambda_method(Closure) at SubSonic.Linq.Structure.DbQueryProvider.Execute(Expression expression) in DbQueryProvider.cs: line 118 at SubSonic.Linq.Structure.QueryProvider.System.Linq.IQueryProvider.Execute(Expression expression) in QueryProvider.cs: line 50 at SubSonic.Linq.Structure.Query1.GetEnumerator() in Query.cs: line 85
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at System.Linq.Enumerable.ToList(IEnumerable`1 source)
at SubSonic.Tests.Repositories.SimpleRepositoryTests.Simple_Repo_Should_Support_Projection_Joins_With_Anon_Types() in SimpleRepositoryTests.cs: line 577

@ghost ghost assigned alonsorobles Jan 10, 2013
@alonsorobles alonsorobles reopened this Jan 10, 2013
alonsorobles added a commit that referenced this issue Jan 17, 2013
… finished castle windsor container configuration for value type converters to address issues #12 and #14. Fixes #12. Fixes #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant