I have an old Class I wrote in VS 2003 and I had a line that said System.Windows.Forms.Application.DoEvents(). When I try to add that line in a class in VS 2005 I get an error saying that Windows is not a memeber of System. Also, the intelisense does not have Windows showing up when I type System. However, if I look in the object browser System.Windows.Forms.Application is there. Oh and by the way, I am doing this in a Windows Service Project.