Welcome Guest Search | Active Topics | Sign In | Register

Initialization of 'EO.Wpf.TabControl' threw an exception Options
Nitesh
Posted: Tuesday, August 4, 2015 8:20:58 AM
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.
eo_support
Posted: Wednesday, August 5, 2015 6:06:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.