I just downloaded the chat.
It works
fine on localhost/chat and inside my network 192.168.0.3/chat but when I connect outside with my Internet-IP/chat,
I got a error??
What should
I do?
Server Error in '/'
Application.
The license for
CuteChat is not valid or evaluation copy has expired
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.Exception: The license for CuteChat
is not valid or evaluation copy has expired
Source Error:
Line 25: Line 26: roomid=int.Parse(Request.QueryString["RoomId"]); Line 27: rm=ChatFactory.GetRoomManager(roomid); Line 28: room=rm.GetRoom(roomid); Line 29: |
Source File: E:\CuteChat\CuteChatSample\CuteChat\ChatRoom.Aspx Line: 27
Stack Trace:
[Exception: The license for CuteChat is not valid or evaluation copy has expired] CuteChat.Licensing.CuteChatLicenseProvider.GetLicenseInternal() CuteChat.Licensing.CuteChatLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) [LicenseException: Invalid License] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877 CuteChat.RoomManager..ctor(Int32 roomid) CuteChat.ChatFactory.GetRoomManager(Int32 roomid) ASP.ChatRoom_Aspx.OnInit(EventArgs args) in E:\CuteChat\CuteChatSample\CuteChat\ChatRoom.Aspx:27 System.Web.UI.Control.InitRecursive(Control namingContainer) +241 System.Web.UI.Page.ProcessRequestMain() +197 |
Version Information: Microsoft .NET
Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300