I'm working with Visual Studio 2010 which seems to have suddenly broken?! I have a solution open, opened a class and added:
namespace Admin
{
public static class SessionManager
{
public static IEnumerable<UserGroupAccess> this is is annoying and will actually BUILD ?!?"!?!?!?!?!
... [rest of class code]
After a CLEAN SOLUTION > BUILD SOLUTION, I get a report of "Build Succeeded". My Intellisense and syntax checking etc seems to have packed up!
Anybody had this problem before?