Re: After install..... There was no more

  •  10-31-2004, 6:28 PM

    Re: After install..... There was no more

    It is monday november 1 and now we only see an error screen. Is is possible to install a new Trial version with a better expire date without problem???

     
     

    Server Error in '/L2DChat' 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: d:\web\wwwroot\L2DChat\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 d:\web\wwwroot\L2DChat\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.2032; ASP.NET Version:1.1.4322.2032
View Complete Thread