identifier expected
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
HI, I can't understand what is wrong here:
private const VirtualRoot = @"E:\asem\Visual Studio 2005\WebSites\SDP\users\"+Membership.GetUser().UserName.ToString();
it gives me Compiler Error Message: CS1001: Identifier expectedyou left out the class identifier, i.e.
private const string VirtualRoot
instead ofprivate const VirtualRoot
-
you left out the class identifier, i.e.
private const string VirtualRoot
instead ofprivate const VirtualRoot