LadyReader1
Member
- Joined
- Apr 11, 2007
- Messages
- 10
- Programming Experience
- 10+
I think I must have accidentally deleted something in my VB asp.Net program. I went from 0 errors when I built the solution to 97 a moment later.
The first two error messages were the same:
followed by a web page name.
It apears on line:
Can someone explain or at least suggest what's happening here?
Thank you.
The first two error messages were the same:
VB.NET:
'Context' is not a member of...
It apears on line:
VB.NET:
[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]CType[/COLOR][/SIZE][SIZE=2]([/SIZE][SIZE=2][COLOR=#0000ff]Me[/COLOR][/SIZE][SIZE=2].Context.Profile,System.Web.Profile.DefaultProfile)[/SIZE]
Can someone explain or at least suggest what's happening here?
Thank you.
Last edited: