Re: Session gets expired on moving from one page to another

  •  10-15-2009, 2:08 AM

    Re: Session gets expired on moving from one page to another

    Hi Ken,
     
     
    I just downloaded the new version which you mentioned in the link. But now I noticed that the DLL's are of version 5.1.0.0 and the one which I was using earlier was of version 5.0.0.0. And i'm getting an error in the Global.asax.cs. It couldn't find the naespace Of ChatProvider
     
                   if (!CuteChat.ChatSystem.HasStarted)
                    {
                        CuteChat.ChatProvider.Instance = new MyChatProvider();
                        CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
                      
                    } 
     
     Can you please tell me what I need to do for it?
     
View Complete Thread