CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.portal_starter_kit Tags:
Item Type: NewsGroup Date Entered: 11/1/2004 6:43:13 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 24 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
ALLin.NET
Asp.Net User
HELP! Please Server Error in /PortalVBVS Application11/1/2004 6:43:13 PM

0/0

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))


longle60
Asp.Net User
Re: HELP! Please Server Error in /PortalVBVS Application11/2/2004 2:38:43 PM

0/0

This will solve your problem.
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=665566
Enjoy
ALLin.NET
Asp.Net User
Re: HELP! Please Server Error in /PortalVBVS Application11/2/2004 4:43:09 PM

0/0

Thanks longle60 for the info...however I changed all Global.GetApplicationPath to Request.ApplicationPath on DesktopPortalBanner.ascx with no hope...I now recieve the error below....(I thought this Portal software was easy out of the box setup...I guess not) Here is the error : (any other suggestions...your help is greatly appriecated...)

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\assembly\GAC_MSIL\System\2.0.3600.0__b77a5c561934e089\System.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\global.asaxdlwvdp7g.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.3600.0__b03f5f7f11d50a3a\System.EnterpriseServices.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.Services\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\assembly\dl2\v2_6f3ba55b\f57d6a41_02c1c401\ASPNETPortal.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.3600.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web\2.0.3600.0__b03f5f7f11d50a3a\System.Web.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\ajnv53xo.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\ajnv53xo.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\portalvbvs\82334fa6\8912a6fd\ajnv53xo.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 BC30518: Overload resolution failed because no accessible 'Write' can be called with these arguments:
'Public Overridable Sub Write(value As Decimal)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As ULong)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As UInteger)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Object)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Long)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Integer)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Single)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Double)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(buffer() As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Boolean)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(s As String)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.

__w.Write(Request.ApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(19) : error BC30518: Overload resolution failed because no accessible 'Write' can be called with these arguments:
'Public Overridable Sub Write(value As Decimal)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As ULong)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As UInteger)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Object)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Long)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Integer)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Single)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Double)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(buffer() As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Boolean)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(s As String)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.

__w.Write(Request.ApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(20) : error BC30518: Overload resolution failed because no accessible 'Write' can be called with these arguments:
'Public Overridable Sub Write(value As Decimal)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As ULong)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As UInteger)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Object)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Long)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Integer)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Single)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Double)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(buffer() As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Boolean)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(s As String)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.

__w.Write(Request.ApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Program Files\ASP.NET Starter Kits\ASP.NET Portal (VBVS)\PortalVBVS\DesktopPortalBanner.ascx(41) : error BC30518: Overload resolution failed because no accessible 'Write' can be called with these arguments:
'Public Overridable Sub Write(value As Decimal)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As ULong)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overridable Sub Write(value As UInteger)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Object)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Long)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Integer)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Single)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Double)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(buffer() As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Char)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(value As Boolean)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.
'Public Overrides Sub Write(s As String)': Value of type 'System.Web.HttpRequest' cannot be converted to 'Integer'.

__w.Write(Request.ApplicationPath(Request))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~






--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42
iryna
Asp.Net User
Re: HELP! Please Server Error in /PortalVBVS Application11/4/2004 10:42:56 AM

0/0

I would like to download the ASP Portal, but i do not know where from, what link.
Thanks.
Irina Stanca

e-mail: [email protected]

ALLin.NET
Asp.Net User
Re: HELP! Please Server Error in /PortalVBVS Application11/8/2004 7:57:47 PM

0/0

http://www.asp.net/StarterKits/DownloadPortal.aspx?tabindex=0&tabid=1

Here but not sure if its for the NON-ASP developers or beginners ...I have been working with .NET for 4-6 months now and still cant get this Starter kit to work!
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Server Error in '/PortalVBVS' Application. - ASP.NET Forums Any ideas? TIA/Bjorn. Server Error in '/PortalVBVS' Application. ... Please review the stack trace for more information about the error and ...
Sever Error In PortalVBVS - ASP.NET Forums Server Error in '/PortalVBVS' Application. ... Please review the stack trace for more information about the error and where it originated in ...
p2p.wrox.com: Archives - asp_dotnet_intranet archive Hi Hope someone can help. I installed everything exactly as explained in chapter ... i receive following error: " Server Error in '/PortalVBVS' Application. ...
asp.net - ASP Free Then I am trying to execute the aspx file and I am getting this error:
Error:
Server Error in '/portalvbvs' application
file ...
ExamGuru IT/.Net Guru : ASPFriends.com 'aspngibuyspy' list Server Error in '/dotnetportal' Application. The View State is invalid for thi. .... Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews ...
A connection with the server could not be established. : server ... I have installed the PortalVBVS Starter Kit Application. ... The web server reported the following error when attempting to create or open the web project ...
microsoft.public.dotnet.framework.webservices: Re: The underlying ... (microsoft.public.windows.server.sbs); Re: ISA Server Problems, please help ... Based on the rules you have listed, SecureNAT clients should only be allowed ...
FAQ Module from aspsmith.com - ng.asp-net-forum.portal_starter_kit ... This is the error i receive :-( Server Error in '/Portal' Application. ... please help with creating a dynamic report with reportviewer ...
TheMSsForum.com >> Dotnet >> microsoft file transfer manager - The ... Please can anyone help? Thanx Tag: microsoft file transfer manager Tag: 108031 .... RedirectStandardOutput fails on W2k Server application, ...
Automatic Prompt window for User Login (Source Code NEEDED pls ... But when I copied and pasted that link http:/www.abanation.com/PortalVBVS/ photoalbum.aspx, I get RUN TIME ERROR message. ...




Search This Site:










rewriterrule starter question

tfs build project - defining compile time constants

viewstate

green vs yellow highlighting.

date display

how to pass networkcredential via integrated authentication

error help!!

3.1.1 to 3.2 upgrade question please

how to link a pageview in a multipage controls to a pre-designed page or to a url?

security on webapp with multiple projects on different folders

<% .. %> v.s. <script> ... </script>

how to get "register" to work?

redirection of subdomain using dnn

login to gmail from asp.net application

membership working locally, now how to get it working remotely

method inheritance (???)

cdo 1.2 to exchange 5.5 in asp.net

urgent help needed

move webpart problem

can not give blank name to dnn menu

dropdownlistbox lookup table troubles.

module header suggestion

publish exception caught by web.config file

how to get a custom profile provider (or any profile provider) to run in forms app.

the xml page cannot be displayed

check if cookie exists ?

tabs in 2.0

good clean 3.2.1 install, but can't load the solution file in vs'03...why?

reference codebehind variable in client script

add web part link

 
All Times Are GMT