Ik heb een vraagje over een error die ik krijg bij het uploaden van foto's, ik krijg de volgende melding:
Server Error in '/' Application.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +9366120
NHibernate.Collection.PersistentIdentifierBag.get_Item(Int32 index) +28
Iesi.Collections.Generic.ListWrapper`1.get_Item(Int32 index) +46
EventOn.DuchenneHeroes.NL._2012.MyProfile.RadUpload1_FileExists(Object sender, UploadedFileEventArgs e) +325
Telerik.Web.UI.RadUpload.OnFileExists(UploadedFileEventArgs e) +22
Telerik.Web.UI.RadUpload.ProcessValidFiles() +277
Telerik.Web.UI.RadUpload.OnLoad(EventArgs e) +28
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
Ik heb op internet gezocht, maar daar vind ik alleen info over het maken van websites... Ik wil dus alleen maar een foto uploaden, iemand een oplossing?
Server Error in '/' Application.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +9366120
NHibernate.Collection.PersistentIdentifierBag.get_Item(Int32 index) +28
Iesi.Collections.Generic.ListWrapper`1.get_Item(Int32 index) +46
EventOn.DuchenneHeroes.NL._2012.MyProfile.RadUpload1_FileExists(Object sender, UploadedFileEventArgs e) +325
Telerik.Web.UI.RadUpload.OnFileExists(UploadedFileEventArgs e) +22
Telerik.Web.UI.RadUpload.ProcessValidFiles() +277
Telerik.Web.UI.RadUpload.OnLoad(EventArgs e) +28
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
Ik heb op internet gezocht, maar daar vind ik alleen info over het maken van websites... Ik wil dus alleen maar een foto uploaden, iemand een oplossing?