Null changed to Nothing in Visual Studio 2008

in many example i found in the internet it seems doesn’t work in my VS 2008, they code always has blue line under the Null word.

on the pop up they said:

‘Null’ is not declared, ‘Null’ constant is no longer supported; use system.DBNull instead

Continue reading