Rank: Member Groups: Member
Joined: 8/4/2015 Posts: 10
|
I upgraded the WebBrowser product to the latest build today in my WPF project and the project started throwing the below error -
A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'Initialization of 'EO.Wpf.TabControl' threw an exception.' Line number '319' and line position '19'.
I am getting error for the smallest code as mentioned below
<eo:TabControl x:Name="mainTabs" eo:ThemeManager.SkinName="Chrome" eo:WindowChrome.IsClientElement="True" ShowNewTabButton="True" ShowCloseTabButton="True" HeaderPadding="5,0,80,0" CornerRadius="3" NewItemRequested="mainTabs_NewItemRequested" SelectionChanged="mainTabs_SelectionChanged" PreviewItemClose="mainTabs_PreviewItemClose" TabItemOverflowStrategy="Shrink" Padding="-8,0,-8,0" Margin="0,0,-6,-6" BorderThickness="0"> </eo:TabControl>
Please help.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
The real problem must be somewhere else. Please check the exception's InnerException and see if you can find any additional information there. The most common reason is "can not load EO.Base.dll" since this DLL is new in 2015.
Thanks!
|