Hi,
I have used my generated code from .NET 1.1 in my .NET 2.0 project. I decided today to convert my LLBLGen project to generate .NET 2.0 code.
I now have lots of errors and need to know if there is a way to disable/enable a hidden feature that I'm not aware of?
Below one of the errors I'm getting:
Code:
If Not shift.DayOffShift Then
Error:61 Operator 'Not' is not defined for type 'System.Nullable(Of Boolean)'. C:\Documents and Settings\Philip\My Documents\Visual Studio 2005\Projects\BES\BlickTime\GlobalUpdate.aspx.vb 1361 52 BlickTime
Can anyone please help me to fix this, I don't want to go through all my code fixing or casting types?
Regards,
Philip