I'm not sure what bugs exactly James is refering to, but I just realized that NH 3.0 GA was released with re-linq 1.13.41, from March. VB support was included in 1.13.68, currently we're at 1.13.85.
I recommend you update, test, and release a hotfix release for VB users if you want to support VB. HTH, Stefan ---------- Forwarded message ---------- From: JamesSpibey <[email protected]> Date: 6 Dez., 16:41 Subject: NHibernate 3 GA, Linq and VB.NET To: nhusers Hi, I've just download NHibernate 3 GA and was disappointed to find that the new NHibernate Linq provider has the same problems with VB.NET that the previous on did, mainly - Handling of Nullable types (Neither IsNothing(x) or x.HasValue) work - Equality operator on strings (although we can get around this by using the Equals() method) Moving to C# is not an option for us. Are there any plans to make the linq provider work with VB.NET?
