JannSchulte / weShow

0 stars 0 forks source link

Exception beim Starten mit leeren Ordnern: #50

Closed JannSchulte closed 11 years ago

JannSchulte commented 11 years ago

0 - 20.02.2013 07:10:46 - WSGLOBAL.Read 0 - 20.02.2013 07:10:46 - Fehler 1089:
weShow: System.Windows.Markup.XamlParseException: 'The invocation of the constructor on type 'weShow.MainWindow' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'. ---> System.ArgumentOutOfRangeException: Index must be within the bounds of the List. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.Insert(Int32 index, T item) at weShow.Foil.Create(String layout) in c:\Dropbox\weShow-Software\weShow81-1\weShow\weShow\Foil.cs:line 616 at weShow.WShow.AddChapter(String name) in c:\Dropbox\weShow-Software\weShow81-1\weShow\weShow\WShow.cs:line 584 at weShow.MainWindow.checkBasicTemplate() in c:\Dropbox\weShow-Software\weShow81-1\weShow\weShow\MainWindow.xaml.cs:line 267 at weShow.MainWindow..ctor() in c:\Dropbox\weShow-Software\weShow81-1\weShow\weShow\MainWindow.xaml.cs:line 128 --- End of inner exception stack trace --- at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc) at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties) at System.Windows.Application.DoStartup() at System.Windows.Application.<.ctor>b__1(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)