Click here to Skip to main content
15,922,696 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
List<chattlb> messages = Chating.chat.GetNotRecieved(Session["username"].ToString());</chattlb>

can anybody tell me what it's means?
when I use this line code,error through..
The type or namespace name 'Chattlb' could not be found (are you missing a using directive or an assembly reference?)
Posted
Updated 5-Oct-11 1:39am
v2

It means You are not including the reference of Chating.
 
Share this answer
 
Comments
divydivy 5-Oct-11 22:25pm    
thanx for the response....
you have any idea that how can I get chating reference or any solution to solve this problem...please suggest me....thanx
Espen Harlinn 6-Oct-11 4:59am    
5'ed!
divydivy 8-Oct-11 2:31am    
response please............thanx
You took this from this solution: JQuery Chat from php to Asp.net[^]. So please wait until the solution provider will contact you.

Have a look here for some information on how to implement a chat solution yourself:

  1. http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html[^]
  2. http://www.geekpedia.com/tutorial240_Csharp-Chat-Part-2---Building-the-Chat-Server.html[^]


Cheers!

—MRB
 
Share this answer
 
Comments
divydivy 5-Oct-11 22:31pm    
thanx for response..
yes you are right.
I want create a gmail and facebook style web chat system..So I use this but problem here is that use of chating reference. Can you tell me how am I get this and if you have any other solution so please suggest me.......thanks
Espen Harlinn 6-Oct-11 5:00am    
Good one, my 5
divydivy 8-Oct-11 2:30am    
i am waiting for your response....please help me

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