Lost some intellisense in VS2010
Posted
by maxp
on Stack Overflow
See other posts from Stack Overflow
or by maxp
Published on 2010-04-15T16:08:48Z
Indexed on
2010/04/15
16:13 UTC
Read the original article
Hit count: 242
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?
© Stack Overflow or respective owner