The Beta 2 of Visual Basic 9 changed the way it handles nullable types conversion. In our Introducing Linq book (based on Beta 1 of Visual Studio 2008) we wrote that it wasn't possible to assign a nullable value to the corresponding non-nullable type
Read More...