<?xml version="1.0" encoding="UTF-8"?><item><title>DotNetNuke 3.1 Upgrade</title><description>I've installed DotNetNuke 3.1 on my site, here.&amp;nbsp; &lt;br&gt;&#13;
&lt;br&gt;&#13;
I still a lot of work to do to make everything work, but I just worked&#13;
through one problem and thought the solution might be useful to&#13;
others.&amp;nbsp; &lt;br&gt;&#13;
&lt;br&gt;&#13;
The problem is that after the upgrade, the FreeTextBox control doesn't&#13;
work, so you can't edit anything using the HTML editor.&amp;nbsp; Instead,&#13;
you get this:&lt;br&gt;&#13;
&lt;br&gt;&#13;
&lt;font style="font-style: italic;" size="2"&gt;FreeTextBox has not been correctly installed. To install FreeTextBox either:&lt;br&gt;&#13;
(1) add a reference to FtbWebResource.axd in web.config:&lt;br&gt;&#13;
&amp;lt;system.web&amp;gt;&lt;br&gt;&#13;
&amp;lt;httpHandlers&amp;gt;&lt;br&gt;&#13;
&amp;lt;add verb="GET"&lt;br&gt;&#13;
path="FtbWebResource.axd"&lt;br&gt;&#13;
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" /&amp;gt;&lt;br&gt;&#13;
&amp;lt;/httpHandlers&amp;gt;&lt;br&gt;&#13;
&amp;lt;/system.web&amp;gt;&lt;br&gt;&#13;
&lt;br&gt;&#13;
(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows&lt;br&gt;&#13;
&amp;lt;FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation"&#13;
JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile"&#13;
ToolbarImagesLocation="ExternalFile"&#13;
ButtonImagesLocation="ExternalFile" runat="server" /&amp;gt;&lt;br&gt;&#13;
&lt;/font&gt;&lt;br&gt;&#13;
The problem, in my case, is that the HTML being generated referenced&#13;
the JavaScript files for FTB in /aspnet_client/FreeTextBox and those&#13;
files didn't exist there.&amp;nbsp; The solution is to figure out where&#13;
/aspnet_client maps to, and copy the files from your DotNetNuke's&#13;
Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\ftb3 directory&#13;
into aspnet_client\FreeTextBox.&amp;nbsp; That solved it for me.&lt;br&gt;&#13;
&lt;br&gt;</description><pubDate>Thu, 01 Sep 2005 19:17:09 GMT</pubDate></item>