Hello
I am sure there is a simple explanation to the following errors but as yet it eludes me.
I have looked through the downloaded document and code but I cannot find specific instructions to rectify the problems.
Don't laugh, I have wiggly lines.
Two files with problems:
File: AppException.
vb
Public Shared Sub LogError(ByVal message As String)
âGet the current HTTPContext
Dim context As HttpContext = HttpContext.Current
Wiggly line under HttpContext( Dim context As HttpContext )
Error: HttpContext not defined.
Where and how should it be defined
(I don't see where it is defined in the download code)
File: PhilePage.
VB
If Context.User.Itendity.IsAuthenticated Then
If Not (TypeOf context.User Is SitePrincipal)
Dim newUser As New SitePrincipal
Wiggly line under (SitePrincipal)
Error: SitePrincipal not defined.
Where and how should it be defined
(Can't see where it is defined in the download code)
I am getting frustrated by my lack of progress, every page has an obstruction.
Any help appreciated.
Thanks
Lynn