Re: FileStorage in SQL DB problem

  •  01-18-2009, 12:03 PM

    Re: FileStorage in SQL DB problem

    Tx Terry,

    Sorry, forgot to mention:
    I've been able to see that something is missing in Request only after I added
    following key in appSettings:
    <add key="CuteEditorFileStorageType" value="CuteEditorSqlFileStorageProvider, xxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
    Without this, as I said in my first email, CE is using filesystem storageprovider, not my CuteEditorSqlFileStorageProvider....

    My feeling is that this problem related somehow to the place, where I host CE: in template in FormView.
    To repro, try to put CE in FormView's template, save the record (first time it works) and try to save again...
    It looks like Editor.Setting does not persist or something...

    /Boris

View Complete Thread