Error calling CH_MainForm.Aspx

  •  08-23-2006, 5:00 PM

    Error calling CH_MainForm.Aspx

    Hello
     
    I'm running the evaluation for the integration package (3.1). And I'm getting this error when calling a link such as:
     
    "~/CuteSoft_Client/CuteChat/CH_MainForm.Aspx?Location=Lobby&LocationId=1"
     
    The error is:
     

    Object reference not set to an instance of an object.

    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.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    Line 36: 		</script>
                Line 37: 		<link rel="stylesheet" href="style.css">
                Line 38: 		<link rel="stylesheet" href="Skins/<%=CuteSoft.Chat.ChatWebUtility.SkinName%>/style.css" id="skincsslink">
                Line 39: 	</HEAD>
                Line 40: 	<body scroll="no" style="overflow:hidden">

    Source File: C:\Inetpub\wwwroot\WAppDream\CuteSoft_Client\CuteChat\CH_MainForm.Aspx    Line: 38
     
     
    I think it has something to do with the configuration of the application (mine) itself because on an easy ASP.NET project with a simple page the links works fine. But I can´t figure the reason...
     
    Someone can help me?
    Thanks.
     
     

    Rolando.-
View Complete Thread