Application Error

Last post 06-27-2007, 12:08 PM by tb2007. 2 replies.
Sort Posts: Previous Next
  •  06-27-2007, 3:51 AM 31121

    Application Error

       I get the following error when trying to run live support for the first time.
     
     

    Server Error in '/support' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Could not load type 'ExecXmlPackage'.

    Source Error:

    Line 172:	<system.web>
                Line 173:		<httpHandlers>
                Line 174:			<add verb="*" path="execpackage.aspx" type="ExecXmlPackage"/>
                Line 175:			<add verb="*" path="googlemall.aspx" type="GoogleMall"/>
                Line 176:		</httpHandlers>

    Source File: D:\Website\7012\Web\web.config    Line: 174


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
     
     
    Looking at the information above where it says Source File: D:\Website\7012\Web\web.config    Line: 174 that path to the file is the web.config file for my main application The path to the live support web.config is located at D:\support\web.config    . How do I install live support in such an environment?
  •  06-27-2007, 10:12 AM 31133 in reply to 31121

    Re: Application Error

    tb2007,
     

     
    Where does the following code come from?

    <add verb="*" path="execpackage.aspx" type="ExecXmlPackage"/>
    <add verb="*" path="googlemall.aspx" type="GoogleMall"/>

     Are you sure you are use it?
     
    If you are using it, you must have the DLL contains 'ExecXmlPackage' in your project bin folder.
     
    If not, juse remove it.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-27-2007, 12:08 PM 31142 in reply to 31133

    Re: Application Error

    That code comes from the the application in the root of the domain and is required and the main app runs fine. I actually got it to work by putting live support in its own website and calling it from support.domain.com instead of in a virtual directory like domain.com/support. However, I ran it once, added 2 operators did a test but the client app failed on my PC (Running Vista Ultimate) Before it failed I did see the live support icon change to online and I did see the operator enter the chat room and got the notice of pending chat on my client pc.
     
    Being the dns was just setup for support.domain.com it may be that is the issue. I'll wait a day or so for propagation and see how it does then
     
    Have there been any issues with the client application on a Windows Vista machine?
View as RSS news feed in XML