Trouble with SamplePortal.Global

  •  04-21-2008, 5:11 AM

    Trouble with SamplePortal.Global

    Hi,
     
    We have created our chat application and are now loading it to the web server. The chat application lives in a sub-folder called web. Within IIS the web site is set to be an application. But when we try to run a page containg a cutechat component we get the error:
     
     

    Server Error in '/ProjectX' 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 'SamplePortal.Global'.

    Source Error:

    Line 1:  <%@ Application Inherits="SamplePortal.Global" Language="C#" %>
                

    Source File: /ProjectX/global.asax    Line: 1

     

    The problem appears to be with SamplePortal.Global which I think is contained in SamplePortal4.dll. This hais definitely been uploaded to the web server and is in the web folder we created to hold CuteChat.

    We would be grateful for your support.

    Thanks in advance

    Gerard



    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
View Complete Thread