Как установить NeatUpload?

Salvete! В поисках качественного бесплатного элемента управления загрузкой asp.net/ajax я обнаружил NeatUpload. Я не могу найти онлайн-демо для него, но пакет загрузки идет с демо. Мне нужна помощь в установке на моем сервере (Windows Server 2008).

Я следовал инструкциям наhttp://mumblestiltskin.blogspot.com/2009/10/using-neatupload-simple-setup.html (они в основном совпадают с указаниями в manual.htm, который поставляется с двоичным пакетом NeatUpload).

Пока у меня есть

Successfully installed Brettle.Web.NeatUpload.dll to the GAC using gacutil. Added the reference in my web.config (with version and guid) copied the demo file and its code-behind to my web application (which is registered in iis7)

Теперь, когда я перехожу на страницу, я получаю ошибку сервера asp.net на

<code>Line 35: protected MultiFile multiFile;
Line 36: protected MultiFile multiFile2;
Line 37: protected InputFile inputFile;
</code>

а также

<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>

Что мне теперь делать? Нужно ли где-нибудь копировать другую dll или определенные файлы? Я не могу понять это из документации.

Ответы на вопрос(1)

Ваш ответ на вопрос