Friday, November 25, 2011

Troubleshooting - 01 - Variables must have a non-null type. Add an explicit type for this variable.

Error Message:
Variables must have a non-null type. Add an explicit type for this variable.
Error Stage:
Development
Error Location:
First Assignment Statement for the variable that declares its type as well.
Error Detail:
Right hand side returns void
Error Fix:
Dont assign the right hand side expression to a variable.
Error Fix2:
None.