Warning: BC42021: Function without an 'As' clause; return type of Object assumed.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 6: Public Module Mavweb
Line 7:
Line 8: Public Function PageStart()
Line 9:
Line 10: Dim xx As HttpContext = HttpContext.Current
|
Warning: BC42104: Variable 'title' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 13: Dim CommentOut As Boolean
Line 14:
Line 15: If title <> "" Then
Line 16: xO("<title>" & title & "</title>")
Line 17: Else
|
Warning: BC42104: Variable 'metadesc' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 19: End If
Line 20:
Line 21: If metadesc <> "" Then
Line 22:
Line 23: xO("<meta NAME=""DESCRIPTION"" CONTENT=""" & description & """>")
|
Warning: BC42104: Variable 'description' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 21: If metadesc <> "" Then
Line 22:
Line 23: xO("<meta NAME=""DESCRIPTION"" CONTENT=""" & description & """>")
Line 24: Else
Line 25: xO("<meta name=""description"" content=""Mavweb ASP Web Hosting offers ASP web hosting, SQL Web Hosting, and loads of components for our customers to use."">")
|
Warning: BC42104: Variable 'metakeywords' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 26: End If
Line 27:
Line 28: If metakeywords <> "" Then
Line 29: xO("<meta NAME=""KEYWORDS"" CONTENT="" & metakeywords & "">")
Line 30: Else
|
Warning: BC42104: Variable 'link' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 36: xO("</head>" & vbCrLf)
Line 37:
Line 38: xO("<body bgcolor=white TOPMARGIN='0' LEFTMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0' Link='" & link & "'" & " Vlink='" & link & "'" & " Alink='" & link & "'>" & vbCrLf)
Line 39: xO("<div>" & vbCrLf)
Line 40: xO("<table WIDTH='800' CELLPADDING='0' CELLSPACING='0' BORDER='0' BGCOLOR='#FFFFFF'>" & vbCrLf)
|
Warning: BC42105: Function 'PageStart' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 119: xO("<tr><td><!--Start Coding Here--><font face='verdana' size='2'>" & vbCrLf)
Line 120:
Line 121: End Function
Line 122: Private Function xO(ByVal strOut As String)
Line 123: Dim xx As HttpContext = HttpContext.Current
|
Warning: BC42021: Function without an 'As' clause; return type of Object assumed.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 120:
Line 121: End Function
Line 122: Private Function xO(ByVal strOut As String)
Line 123: Dim xx As HttpContext = HttpContext.Current
Line 124: xx.Response.Write(strOut)
|
Warning: BC42105: Function 'xO' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 123: Dim xx As HttpContext = HttpContext.Current
Line 124: xx.Response.Write(strOut)
Line 125: End Function
Line 126:
Line 127: Private Function Horizontal()
|
Warning: BC42021: Function without an 'As' clause; return type of Object assumed.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 125: End Function
Line 126:
Line 127: Private Function Horizontal()
Line 128: Dim strFT, wwwmav As String
Line 129:
|
Warning: BC42104: Variable 'wwwmav' is used before it has been assigned a value. A null reference exception could result at runtime.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 130: strFT = "<font FACE='verdana' SIZE='2' color=whitesmoke>"
Line 131:
Line 132: xO("<td bgcolor=#0066cc>" & strFT & "<b> <a STYLE=""text-decoration:none"" HREF=""" & wwwmav & "/default.asp""><font face=verdana color=WhiteSmoke size=2>Home</font></a> </b></td>")
Line 133: xO("<td>" & strFT & "<b>|</b></td>")
Line 134: xO("<td BGCOLOR=""#0066cc"">" & strFT & "<b> <a STYLE=""text-decoration:none"" HREF=""" & wwwmav & "/hosting_main.aspx""><font face=verdana color=whitesmoke size=2>Windows</font></a> </b></td>")
|
Warning: BC42105: Function 'Horizontal' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 142: xO("<td BGCOLOR=""#0066cc"">" & strFT & "<b> <a STYLE=""text-decoration:none"" HREF=""" & wwwmav & "/support""><font color=whitesmoke face=verdana size=2>1-866-MavwebNet</font><font color=whitesmoke face=verdana size=2> Toll Free </font></a> </b></td>")
Line 143:
Line 144: End Function
Line 145:
Line 146: Public Function Vertical()
|
Warning: BC42021: Function without an 'As' clause; return type of Object assumed.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 144: End Function
Line 145:
Line 146: Public Function Vertical()
Line 147:
Line 148: Dim font11, wwwmav As String
|
Warning: BC42105: Function 'Vertical' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
Source Error:
|
D:\html\users\mavwebnet\App_Code\Mavweb.vb
|
Line 249:
Line 250:
Line 251: End Function
Line 252:
Line 253:End Module
|