Link to home
Start Free TrialLog in
Avatar of cybertekcomputers
cybertekcomputers

asked on

Parser Error Message: Could not load type 'randomSites.banner'

Parser Error
 
Question: Can somebody tell me what this means...
--------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'randomSites.banner'.

Source Error:


Line 1:
Line 2:   <%@ Page Codebehind="banner.aspx.vb"  Language="vb"  AutoEventWireup="false" Inherits="randomSites.banners" %>
Line 3:   <script>
Line 4:   var tdate = new Date();
 

Source File: c:\inetpub\wwwroot\randomsites\banner.aspx    Line: 2

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
ASKER CERTIFIED SOLUTION
Avatar of Elvio Lujan
Elvio Lujan
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cybertekcomputers
cybertekcomputers

ASKER

Correction to my initial post, there isn't an S after inherits="randomSites.banner", the line is this

Line 2:   <%@ Page Codebehind="banner.aspx.vb"  Language="vb"  AutoEventWireup="false" Inherits="randomSites.banner" %>
Did you change the default namespace for the project?  Is it supposed to be 'randomSites'?

Bob
The extra S was at the end of Line 2 where it said banners instead of banners, that was a typo by me, here are the correct lines:

Parser Error Message: Could not load type 'randomSites.banner'.

Source Error:


Line 1:
Line 2:   <%@ Page Codebehind="banner.aspx.vb"  Language="vb"  AutoEventWireup="false" Inherits="randomSites.banner" %>
Line 3:   <script>
Line 4:   var tdate = new Date();
 

Source File: c:\inetpub\wwwroot\randomsites\banner.aspx    Line: 2
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am not sure what you are asking, this is an error on a machine running XP, what do you mean the namespace?
I mean the project’s default namespace, which is defined on the Application tab of the Project properties, accessed by right-clicking on the Project node in the Solution Explorer.

Bob
This error related to vb could be spyware causing an error while trying to load a web page from a downloaded application
Any resolution to this problem would be greatly appriciated.
Did you look at what I asked you for?

Bob
turned out that the downloaded program added spyware, both people brought me to my conclusion and ultimate fix.