Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Install NeatUpload?
    primarykey
    data
    text
    <p>Salvete! Whilst searching for a quality, free asp.net/ajax upload control, I found NeatUpload. I cannot find an online demo for it, but the download package does come with a demo. I need some help installing it on my server (Windows Server 2008).</p> <p>I followed the directions at <a href="http://mumblestiltskin.blogspot.com/2009/10/using-neatupload-simple-setup.html" rel="nofollow">http://mumblestiltskin.blogspot.com/2009/10/using-neatupload-simple-setup.html</a> (they are basically the same as the directions in the manual.htm that comes with the NeatUpload binary package).</p> <p>So far, I have</p> <ul> <li>Successfully installed Brettle.Web.NeatUpload.dll to the GAC using gacutil. </li> <li>Added the reference in my web.config (with version and guid)</li> <li>copied the demo file and its code-behind to my web application (which is registered in iis7)</li> </ul> <p>Now, when I browse to the page, I get an asp.net server error on </p> <pre><code>Line 35: protected MultiFile multiFile; Line 36: protected MultiFile multiFile2; Line 37: protected InputFile inputFile; </code></pre> <p>and</p> <pre><code>error CS0246: The type or namespace name 'MultiFile' could not be found (are you missing a using directive or an assembly reference?) error CS0246: The type or namespace name 'MultiFile' could not be found (are you missing a using directive or an assembly reference?) error CS0246: The type or namespace name 'InputFile' could not be found (are you missing a using directive or an assembly reference?) error CS0246: The type or namespace name 'InputFile' could not be found (are you missing a using directive or an assembly reference?) error CS0246: The type or namespace name 'ProgressBar' could not be found (are you missing a using directive or an assembly reference?) error CS0246: The type or namespace name 'ProgressBar' could not be found (are you missing a using directive or an assembly reference?) </code></pre> <p>What do I do now? Do I need to copy another dll somewhere, or certain files? I can't figure it out from the documentation.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload