Click here to Skip to main content
15,887,421 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Online active users counter in ASP.NET[^]

i have try this link for counting number of online users but when adding the OnlineActiveUsers.dll ference to my project in second step add httpModules in web.config . when running web application it shows following exception

XML
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load type 'OnlineActiveUsers.OnlineUsersModule'. (D:\ASP.NET\onlineuser\web.config line 85)

Source Error:


Line 83:
Line 84:       <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 85:        <add name="OnlineActiveUsers" type="OnlineActiveUsers.OnlineUsersModule"/>
Line 86:
Line 87:        </httpModules>


Source File: D:\ASP.NET\onlineuser\web.config    Line: 85


how to used the online user count using onlineActiveUsers.dll in project ?

Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900