﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Thu, 20 Jan 2011 21:15:43 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my analysis, you are using the same WebTextEditor snippet in the IntegrationWithWebFileUploader.aspx sample. Does the sample runs without any issue on the workstation?&lt;/p&gt;&lt;p&gt;I also notice that you are using a third party smart panel control, do you mind testing the sample without the smart panel to determine this is not a compatibility issue?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Thu, 20 Jan 2011 04:59:33 GMT</pubDate><dc:creator>supporti-track.pmi@pmintl.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm experiencing the same issue on my development workstation (Windows XP, IIS 5.1).&lt;/p&gt;
&lt;p&gt;I attached an extract of my web.config and the user control I'm using. I also did the references to all required assemblies:&lt;/p&gt;
&lt;p&gt;- ISNet.dll&lt;br /&gt;- ISNet.WebUI.dll&lt;br /&gt;- ISNet.WebUI.Resources.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.Resources.dll&lt;/p&gt;
&lt;p&gt;Do you have any idea why it is not working?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Nicolas&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Tue, 13 Jul 2010 22:08:57 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;From my analysis of your attached project, the solution is the same with my previous post. In order to sucessfully run the WebFileUploader you will need to add WebFileUploader entry in &amp;lt;httpHandlers&amp;gt;, &amp;lt;httpModules&amp;gt;, &amp;lt;handlers&amp;gt;, and &amp;lt;modules&amp;gt;. This has been detailed in the article titled &lt;em&gt;"How-to: Configure WebFileUploader for IIS 7 application"&lt;/em&gt; on the WebTextEditor documentation.&lt;/p&gt;&lt;p&gt;In your attached project you are missing WebFileUploader entry in &amp;lt;httpHandlers&amp;gt; and &amp;lt;httpModules&amp;gt;&lt;/p&gt;
&lt;p&gt;  &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Tue, 13 Jul 2010 11:49:53 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;I'm still having the same issue when I put the two missing entry's in this reference:&lt;/p&gt;
&lt;p&gt;The missing entry is WebFileUploader handler in &amp;lt;handlers&amp;gt; and &amp;lt;modules&amp;gt; section under &amp;lt;system.webServer&amp;gt;. Below is an excerpt from the documentation:&lt;/p&gt;
&lt;p&gt;Note:  I was able to run your examples.  It's one of the reasons, why I followed the previous format versus this one.&lt;br /&gt;&lt;/p&gt;&lt;blockquote style="border-left: rgb(204,204,204) 1px solid; margin: 0px 0px 0px 5px; padding-left: 10px"&gt;&lt;p&gt;&lt;em&gt;The following configuration applies for ASP.NET application that target IIS 7.&lt;br /&gt;- Add WebFileUploader hander to &amp;lt;handlers&amp;gt; section under &amp;lt;system.webServer&amp;gt;:&lt;br /&gt;  &amp;lt;add name = "WebFileUploaderHttpHandler" verb="GET" path="WebFileUploaderHttpHandler.axd" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode" /&amp;gt; &lt;br /&gt;- Add WebFileUploader module to &amp;lt;modules&amp;gt; section under &amp;lt;system.webServer&amp;gt;:&lt;br /&gt;  &amp;lt;add name = "WebFileUploaderHttpModule" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;em&gt;&lt;/em&gt;&lt;/blockquote&gt;&lt;blockquote style="border-left: rgb(204,204,204) 1px solid; margin: 0px 0px 0px 5px; padding-left: 10px"&gt;&lt;em&gt;&lt;/em&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Mon, 12 Jul 2010 23:43:40 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my analysis of the new web.config, you move the &amp;lt;httpHandlers&amp;gt; and &amp;lt;httpModules&amp;gt; entry to the &amp;lt;handlers&amp;gt; and &amp;lt;modules&amp;gt; under &amp;lt;system.webServer&amp;gt;.&lt;/p&gt;&lt;p&gt;In order to run the file uploader successfully in IIS 7 you will need all the entry in &amp;lt;httpHandlers&amp;gt;, &amp;lt;httpModules&amp;gt;, &amp;lt;handlers&amp;gt;, and &amp;lt;modules&amp;gt;. This has been detailed in the article titled &lt;em&gt;"How-to: Configure WebFileUploader for IIS 7 application"&lt;/em&gt; on the WebTextEditor documentation&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Mon, 12 Jul 2010 10:05:28 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;p&gt;i'm include this .dll's&lt;/p&gt;
&lt;p&gt;- ISNet.dll&lt;br /&gt;- ISNet.WebUI.dll&lt;br /&gt;- ISNet.WebUI.Resources.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.Resources.dll&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;and i'm using windows web server 2008, &lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" tc="he modicado el web config y me sigue saliendo el mismo error" uc="I have the web config and modifying sensitive me the same error keeps coming" closure_uid_vx40sg="22"&gt;&lt;span style="font-size: 23px"&gt;I have the web config and modifying sensitive me the same error keeps coming, please give me a example.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Sun, 11 Jul 2010 22:36:20 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Analysing your attached web.config, it seems you are using IIS7 and as I mentioned previously if you are using IIS7 you are still missing some entry that has been detailed in the article "IIS 6 and IIS 7 Integrated mode support" on the WebTextEditor documentation. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The missing entry is WebFileUploader handler in &amp;lt;handlers&amp;gt; and &amp;lt;modules&amp;gt; section under &amp;lt;system.webServer&amp;gt;. Below is an excerpt from the documentation:&lt;br /&gt;&lt;/p&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;&lt;p&gt;&lt;em&gt;The following configuration applies for ASP.NET application that target IIS 7.&lt;br /&gt;- Add WebFileUploader hander to &amp;lt;handlers&amp;gt; section under &amp;lt;system.webServer&amp;gt;:&lt;br /&gt;  &amp;lt;add name = "WebFileUploaderHttpHandler" verb="GET" path="WebFileUploaderHttpHandler.axd" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode" /&amp;gt; &lt;br /&gt;- Add WebFileUploader module to &amp;lt;modules&amp;gt; section under &amp;lt;system.webServer&amp;gt;:&lt;br /&gt;  &amp;lt;add name = "WebFileUploaderHttpModule" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor"&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Fri, 09 Jul 2010 15:32:54 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" tc="aqui te envio un ejemplo y el web config; por que me sigue saliendo el mismo error" uc="I send you an example here and the web config, for me the same error keeps coming" closure_uid_hyii26="22"&gt;&lt;span style="font-size: 23px"&gt;I send you an example here and the web config, for me the same error keeps coming&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Fri, 09 Jul 2010 14:06:47 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;I'm having the same problem.  I have included my sample solution.&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Fri, 02 Jul 2010 00:40:21 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;The issue usually occurs if you are missing the required assembly or missing some entry in the web.config.&lt;/p&gt;&lt;p&gt;The required entry in the web.config is already listed in the article "IIS 6 and IIS 7 Integrated mode support" on the WebTextEditor documentation. If you are using IIS7 you are still missing some entry in the system.webServer node.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The required assembly for WebFileUploader is:&lt;/p&gt;
&lt;p&gt;- ISNet.dll&lt;br /&gt;- ISNet.WebUI.dll&lt;br /&gt;- ISNet.WebUI.Resources.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.dll&lt;br /&gt;- ISNet.WebUI.WebTextEditor.Resources.dll&lt;/p&gt;
&lt;p&gt;If none of the suggestion solve the issue please send us the simple page and the web.config you are using.  &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to initialize file uploader!</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Unable-to-initialize-file-uploader/</link><pubDate>Thu, 01 Jul 2010 14:57:41 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" uc="that shows me this message?" tc="por que me muestra este mensaje?" closure_uid_dbilgt="22"&gt;&lt;span style="font-size: 23px"&gt;that shows me this message?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;, i'm do in the web.config&lt;/p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;httpHandlers&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&amp;gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;add&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;verb&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;GET&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;path&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;WebFileUploaderHttpHandler.axd&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;validate&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; /&amp;gt;&lt;/span&gt;&lt;/span&gt; 

&lt;p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;httpModules&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&amp;gt; 

&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;add&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;name&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #000000; font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;WebFileUploaderHttpModule&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #000000; font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #000000; font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #000000; font-size: 13px"&gt;"&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;/&amp;gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>