This is probably a no brainer but...
I've just opened a solution in VS2008 and for some reason the compiler doesn't recognised previously compiled errors.
I hit build and I get 100s of errors :
Name 'IIf' is not declared.
Name 'IsNumeric' is not declared.
Name HttpUtility is not declared
etc..
Think this must be something to do with VS2008 going wrong as it builds on my colleagues machine and some of the files have not changed since in source control. The Imports were not in the previous version.
How can I make this build without adding the imports in manually?