Re: Failed to load impl code!

  •  06-25-2007, 3:06 PM

    Re: Failed to load impl code!

    jhayworth:
    Hey Adam,

    I was able to figure out what was going on.  CuteEditor 6.0 doesn't like the way that my application is using session state. When I add the following line to my web.config:

    <sessionState mode="SQLServer" sqlConnectionString="Password=#S3rv1ceAcc0unt!#@HAI;User ID=SACWeb;Data Source=haysof_dev_jmh\SQL2000" cookieless="true" timeout="120" />

    I get the error "Failed to load impl code!" when I run any page that has the CuteEditor control on it.  When I remove that line from my web.config, the error never comes up and everything runs peachy (as far as CuteEditor is concerned).

    Just thought I would pass this along. I'm now going to have to figure out what I'm going to do about how I handle persisting session information.

    Joshua

     
    Try change
     
    <sessionState mode="SQLServer" sqlConnectionString="Password=#S3rv1ceAcc0unt!#@HAI;User ID=SACWeb;Data Source=haysof_dev_jmh\SQL2000" cookieless="true" timeout="120" />
     
    to:
     
    <sessionState mode="SQLServer" sqlConnectionString="Password=#S3rv1ceAcc0unt!#@HAI;User ID=SACWeb;Data Source=haysof_dev_jmh\SQL2000" cookieless="false" timeout="120" />
     

    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

View Complete Thread