Getting to grips with Visual Studio 2010,
This compiles:
var x = System.Web.Security.Membership.GetUser();
And runs, however VS2010 gives no intellisense for x
and reports it just as a 'local variable'.
Has anyone got any ideas?
Getting to grips with Visual Studio 2010,
This compiles:
var x = System.Web.Security.Membership.GetUser();
And runs, however VS2010 gives no intellisense for x
and reports it just as a 'local variable'.
Has anyone got any ideas?