Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

  •  09-26-2006, 9:27 PM

    Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

    Adam,

    I downloaded the cs21 version of chat and installed it and i get this

    Server Error in '/cs' Application.

    Unknown attribute:queryProviderName

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Configuration.ConfigurationException: Unknown attribute:queryProviderName

    Source Error:

    Line 13: public RoomInfo GetRoomInfo(object dataitem)
    Line 14: {
    Line 15: if(lobbies==null)lobbies=ChatApi.GetLobbyArray();
    Line 16:
    Line 17: int forumid=((Forum)dataitem).SectionID;

    any ideas?

View Complete Thread