Search

You searched for the word(s):
< 1 second(s)
  • Re: Permissions Error accessing CuteEditor.lic

    I don't think so. As I mentioned, the .lic file is in the bin directory, which also contains the code-behind dlls. Also, the problem is intermittant - it is not specific to a user, and occasionally appears/dissapears within the same session. Any other thoughts?
    Posted to Cute Editor for .NET (Forum) by fygibson on January 5, 2005
  • Permissions Error accessing CuteEditor.lic

    We are experiencing an intermittant error accessing the .lic file. The UnauthorizedAccessException is thrown&#160;with the following message: Access to the path ''c:\WebPublish\bin\CuteEditor.lic'' is denied.This exception is thrown by a System.IO.FileStream constructor called in the ...
    Posted to Cute Editor for .NET (Forum) by fygibson on January 5, 2005
  • Re: Cleaning smart tags when pasting from MS-Word

    Will do. I should have mentioned that I fixed the problem by altering the removeword function in the following manner: function removeword(h) { h = h.replace(/&lt;\?xml[^&gt;]*&gt;/ig, ''''); h = h.replace(/&lt;\/?[a-z]+:[^&gt;]*&gt;/ig, ''''); h = h.replace(new RegExp(''(&lt;[^&gt;]+) class=[^ |^&gt;]*([^&gt;]*&gt;)'', ''ig''), ''$1 ...
    Posted to Cute Editor for .NET (Forum) by fygibson on December 15, 2004
  • Cleaning smart tags when pasting from MS-Word

    We have experienced some occasional difficulties when pasting in Word documents where the resulting XHTML does not validate. We have concluded that the source of these difficulties are the ''smart tags'' that Word embeds in the document. (These are of the form: &lt;?xml:namespace prefix=st1 &gt;&lt;st1:City w:st&gt; ... ) Now, the onpaste ...
    Posted to Cute Editor for .NET (Forum) by fygibson on December 15, 2004