Hallo,
Ich will ein Programm öffnen, welches ein Trainingsprogramm ist.
Ich erhalte jedoch diese Fehlermeldung nach dem Nachsehen im Protokoll kann
und damit leider nichts anfangen:
Die in der Assembly "UberReader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" definierte Instanz von "MultiWordView2" kann nicht erstellt werden. Ein Aufrufziel hat einen Ausnahmefehler verursacht. Fehler in Objekt "System.Windows.Controls.DockPanel" in Markupdatei "UberReader;component/controls_word/worddiscoverview.xaml".
bei System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
bei System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
bei System.Windows.Markup.BamlRecordReader.ThrowExceptionWithLine(String message, Exception innerException)
bei System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
bei System.Windows.Markup.BamlRecordReader.GetElementAndFlags(BamlElementStartRecord bamlElementStartRecord, Object& element, ReaderFlags& flags, Type& delayCreatedType, Int16& delayCreatedTypeId)
bei System.Windows.Markup.BamlRecordReader.BaseReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
bei System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
bei System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
bei System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
bei System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment()
bei System.Windows.Markup.TreeBuilder.Parse()
bei System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
bei System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
bei System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
bei System.Windows.Application.DoStartup()
bei System.Windows.Application.<.ctor>b__0(Object unused)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
**************************
Ein Aufrufziel hat einen Ausnahmefehler verursacht.
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
bei System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
**************************
File version mismatch detected between ADO.NET Provider and native binaries of SQL Server Compact which could result in an incorrect functionality. This could be due to the presence of multiple instances of SQL Server Compact of different versions. Please install SQL Server Compact binaries of matching version [ADO.NET Provider File Version = 3.5.5692.*, Native Binary File Version = 3.5.8080.*]
bei System.Data.SqlServerCe.NativeMethods.CheckVersionMismatch(String modulePath)
bei System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
bei System.Data.SqlServerCe.SqlCeConnection..ctor()
bei System.Data.SqlServerCe.SqlCeProviderFactory.CreateConnection()
bei System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Initialize(IDataServices dataServices, Object connection)
bei System.Data.Linq.DataContext.Init(Object connection, MappingSource mapping)
bei System.Data.Linq.DataContext..ctor(String fileOrServerOrConnection, MappingSource mapping)
bei UberReaderData.UberApplication..ctor()
bei UberReaderData.UberApplication.GetInstance()
bei UberReader.Controls_Word.MultiWordView2.initTabs()
bei UberReader.Controls_Word.MultiWordView2..ctor()
lg
Ich will ein Programm öffnen, welches ein Trainingsprogramm ist.
Ich erhalte jedoch diese Fehlermeldung nach dem Nachsehen im Protokoll kann
und damit leider nichts anfangen:
Die in der Assembly "UberReader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" definierte Instanz von "MultiWordView2" kann nicht erstellt werden. Ein Aufrufziel hat einen Ausnahmefehler verursacht. Fehler in Objekt "System.Windows.Controls.DockPanel" in Markupdatei "UberReader;component/controls_word/worddiscoverview.xaml".
bei System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
bei System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
bei System.Windows.Markup.BamlRecordReader.ThrowExceptionWithLine(String message, Exception innerException)
bei System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
bei System.Windows.Markup.BamlRecordReader.GetElementAndFlags(BamlElementStartRecord bamlElementStartRecord, Object& element, ReaderFlags& flags, Type& delayCreatedType, Int16& delayCreatedTypeId)
bei System.Windows.Markup.BamlRecordReader.BaseReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
bei System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
bei System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
bei System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
bei System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment()
bei System.Windows.Markup.TreeBuilder.Parse()
bei System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
bei System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
bei System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
bei System.Windows.Application.DoStartup()
bei System.Windows.Application.<.ctor>b__0(Object unused)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
**************************
Ein Aufrufziel hat einen Ausnahmefehler verursacht.
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
bei System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
**************************
File version mismatch detected between ADO.NET Provider and native binaries of SQL Server Compact which could result in an incorrect functionality. This could be due to the presence of multiple instances of SQL Server Compact of different versions. Please install SQL Server Compact binaries of matching version [ADO.NET Provider File Version = 3.5.5692.*, Native Binary File Version = 3.5.8080.*]
bei System.Data.SqlServerCe.NativeMethods.CheckVersionMismatch(String modulePath)
bei System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
bei System.Data.SqlServerCe.SqlCeConnection..ctor()
bei System.Data.SqlServerCe.SqlCeProviderFactory.CreateConnection()
bei System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Initialize(IDataServices dataServices, Object connection)
bei System.Data.Linq.DataContext.Init(Object connection, MappingSource mapping)
bei System.Data.Linq.DataContext..ctor(String fileOrServerOrConnection, MappingSource mapping)
bei UberReaderData.UberApplication..ctor()
bei UberReaderData.UberApplication.GetInstance()
bei UberReader.Controls_Word.MultiWordView2.initTabs()
bei UberReader.Controls_Word.MultiWordView2..ctor()
lg