Re: Could not load type 'ABC.Global'. Error



I made the project a Web Project, Rebuilt, Restarted the IIS but still comes
up with the same error

Works fine from the ide

Can I just create the APP_CODE folder?

Thank you,
Samuel


"Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:DDE37FF6-632C-4708-87D9-CD3424654C90@xxxxxxxxxxxxxxxx
Try putting it in the APP_CODE folder. Or, you can use the Web Application
Project model and you will not have this issue.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




"Samuel Shulman" wrote:

I get the following error:

The website is compiled and published!!


Server Error in '/ABCMainTest' Application.
--------------------------------------------------------------------------------

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 'ABC.Global'.

Source Error:

Line 1: <%@ Application Inherits="ABC.Global" Language="VB" %>
Line 2:
Line 3: <script language="VB" runat="server">

Source File: C:\ABC\Test Website\global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
Version:1.1.4322.573





.



Relevant Pages

  • Re: Parser error
    ... > I keep getting the parser error, and I have no idea why. ... > 4)recreating the virtual dir in IIS ... > details and modify your source file appropriately. ... > Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • parser error
    ... I keep getting the parser error, and I have no idea why. ... 4)recreating the virtual dir in IIS ... details and modify your source file appropriately. ...
    (microsoft.public.dotnet.general)
  • Parser error
    ... I keep getting the parser error, and I have no idea why. ... 4)recreating the virtual dir in IIS ... details and modify your source file appropriately. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Could not load type ABC.Global. Error
    ... Tried the APP_CODE folder and now it complains about the Index.aspx ... Works fine from the ide ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Parser error
    ... I get the message cannot load type XXXX.Global... ... details and modify your source file appropriately. ... Parser Error Message: ... Line 3: <HTML> ...
    (microsoft.public.dotnet.framework.aspnet)

Loading