Having installed NeatUpload (http://neatupload.codeplex.com/), and put the demo onto my server (Windows Server 2008 and IIS7), when I select an object in the combobox for the "Progress Bar Location", and change it to "Inline", I get an unhandled exception, Object reference not set to an instance of an object.
. I can change it to "none" and "popup" without issue.
Here is my installation guide: How to Install NeatUpload?
Here is the stack trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Brettle.Web.NeatUpload.UploadModule.get_PostBackID() +18
Brettle.Web.NeatUpload.ProgressBar.get_LastPostBackIDQueryStringPortion() +9
Brettle.Web.NeatUpload.ProgressBar.OnPreRender(EventArgs e) +687
System.Web.UI.Control.PreRenderRecursiveInternal() +107
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393
What is missing? I am able to view the "NeatUpload Console" okay, and can choose files for upload okay, and can change the "Submit button type" without issue. Also, I never do get any progressbar. The only thing I can think of is that my web-application runs in .net 2, and not .net 4 - if that be the problem, how do I fix it for the control without changing it for the web application (sharepoint 2010)? Could I have some file out of place?