Hi guys. I am sending this email after a deep search about this bug with no results.
I use NHibernate 3.0 and DB: SQL server CE. When I try to get result using JoinQueryOver I get the following Exception: [SQL: SELECT tag FROM CheckpointToProtectionGroup cp2pg JOIN CheckpointStorageObject cp ON cp.id = cp2pg.checkpoint_id JOIN ProtectionGroupCheckpointStorageObject pg ON pg.id = cp2pg.vpg_id WHERE cp.CheckpointIdentifierIdentifier = 1111 AND pg.ProtectionGroupIdentifierGroupGuid = 11111111-1111-1111-1111-111111111111] ---> System.Data.SqlServerCe.SqlCeException: The conversion is not supported. [ Type to convert from (if known) = uniqueidentifier, Type to convert to (if known) = numeric ] NHibernate failed to convert guid value 11111111-1111-1111-1111-111111111111 and sql server ce try to run it as numeric value. I tried to use NHibernate.Linq.Query and got the same error. Can you advice? Thanks, Haim -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/rnkO2wGOuC8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
