Hello,
This is how i got it to work.
I downloaded the latest bits from here http://forge.novell.com/modules/xfmod/project/?rainbow
http://forge.novell.com/modules/xfcontent/private.php/rainbow/Rainbow%20Portal.NET%202.0%20Alpha%203.0/Rainbow%20Portal.NET%202.0%20Alpha%203.0%20Developer%20Preview%20Versions/Rainbow.Portal.2.0.Alpha.3.1.rar
went thru the install instructions as usuall, created db etc.
for the freetextbox i went to the freetextbox site and got the latest bits and took the dll from the \Framework-2.0 folder and copied it to my rainbow website's \bin folder
then i commented these lines out in the web.config (line 373)
<
httpHandlers>
<!--<add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>-->
<add path="UploadDialog.aspx" verb="*" type="StaticDust.Web.UploadHandler, StaticDust.Web.UI.Controls.UploadDialog" validate="false"/>
</httpHandlers>
I was still getting the FreeTextBox has not been correctly installed. To install FreeTextBox either:
error so i went to this section in the websonfig which is commented out (dont know why)
<
blowery.web>
<!-- Uncomment the below lines to use http compression-->
<!--
<httpCompress preferredAlgorithm="deflate" compressionLevel="normal">
<excludedMimeTypes>
<add type="image/jpeg"/>
<add type="image/gif"/>
</excludedMimeTypes>
<excludedPaths>
<add path="WebResource.axd" />
<add path="FtbWebResource.axd" />
<add path="NoCompress.aspx"/>
</excludedPaths>
</httpCompress>
-->
</blowery.web>
I uncommented the <httpCompress> ... </httpCompress> section and ran the site
it works like a charm. Didnt have to do fixes like many other sites suggested, like disassembling the freetextbox.dll an all that bs. :)
ping me if you want an more details pls.
Thanks once again for all the wonderful work.
Rainbow Portal is great.
Cheers
KM