Setting up for the first time ASP Portal and now I am receiving the error below, what am I missing? Your help is truely appriceated....Thanks again
Server Error in '/PortalVBVS' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: The compiler failed with error code 1.
Show Detailed Compiler Output:
C:\WINDOWS\system32> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\global.asaxsacgjn3w.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.3600.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web\2.0.3600.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.3600.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.3600.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\assembly\dl2\v2_6f3ba55b\498a2938_49c0c401\ASPNETPortal.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.3600.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.3600.0__b77a5c561934e089\System.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\yt2pfyro.dll" /D:DEBUG=1 /debug+ /define:_MYTYPE=\"Web\" /define:_MYPUBLIC=False /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.Imaging,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\yt2pfyro.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\yt2pfyro.1.vb"
Microsoft (R) Visual Basic .NET Compiler version 8.0.40607.42
for Microsoft (R) .NET Framework version 2.0.40607.42
Copyright (C) Microsoft Corporation 1987-2003. All rights reserved.
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(17) : error BC30456: 'GetApplicationPath' is not a member of '<Default>'.
__w.Write(Global.GetApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(19) : error BC30456: 'GetApplicationPath' is not a member of '<Default>'.
__w.Write(Global.GetApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(20) : error BC30456: 'GetApplicationPath' is not a member of '<Default>'.
__w.Write(Global.GetApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(41) : error BC30456: 'GetApplicationPath' is not a member of '<Default>'.
__w.Write(Global.GetApplicationPath(Request))