Hi,

My 'puter got a virus so i reinstalled windows, and rather than install the full visual studio 2008 that I had before I went for visual web developer 2010.

I opened a solution and tried to debug and got loads of build errors, the most numerous being:

Error 155 'HttpContext' is not declared. It may be inaccessible due to its protection level.

It recommends importing system.web, I currently import

Code:
Imports Microsoft.VisualBasic
Imports System
Imports System.Data
Imports System.Data.SqlClient
Can anyone tell me whats changed as this site ahs been running fine for a couple of years now?

Thanks