[Mono-aspnet-list] Nhibernate3: Failed to convert parameters

Antoine Cailliau antoinecailliau at gmail.com
Fri Feb 18 05:41:01 EST 2011


Hi,

I fixed the problem by modifying my model.
 > public class Product
 > {
 >   public virtual Int64 Id { get ; set ; }
 >   public virtual string Name { get ; set ; }
 > }

> What's your mono version?
2.10

> And exactly on what line in your code does the exception happen on?
The problem is that exception is not caught in BasicPropertyAccessor.cs 
on line 304. (in nhibernate)
(line 6 in http://monobin.com/__m743a6ff2)

I don't get why exception is not caught.

Antoine

-- 
Antoine Cailliau


More information about the Mono-aspnet-list mailing list