You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Meta.Vlc via Nuget packages (v17.6.20). The project compiles and runs fine when building for x86 platform. It also compiles fine for x64 but when I try to run the app, I get this on InitializationComponent():
System.Windows.Markup.XamlParseException occurred
HResult=0x80131501
Message='Set connectionId threw an exception.' Line number '8' and line position '5'.
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
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 WpfApp1.MyVlcPlayer.InitializeComponent() in E:\projects\dotNet\WpfApp1\WpfApp1\VlcPlayer.xaml:line 1
Inner Exception 1:
BadImageFormatException: Could not load file or assembly 'Meta.Vlc.Wpf, Version=16.5.1.0, Culture=neutral, PublicKeyToken=721a8c5379fa4056' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I installed Meta.Vlc via Nuget packages (v17.6.20). The project compiles and runs fine when building for x86 platform. It also compiles fine for x64 but when I try to run the app, I get this on InitializationComponent():
This is what XAML code looks like:
Any ideas? Thank you in advance.
The text was updated successfully, but these errors were encountered: