wpf - xaml desing issue with ZeroProximity.Accordian for window store app -


i have following mainpage.xaml:

<page x:class="componentguidtestuw8.mainpage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:componentguidtestuw8" xmlns:controls="using:zeroproximity.controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:ignorable="d">  <grid background="{themeresource applicationpagebackgroundthemebrush}">     <controls:accordion>         <controls:accordionitem header="heading 1">             <controls:accordionitem.content>                 <textblock text="texting"/>             </controls:accordionitem.content>         </controls:accordionitem>     </controls:accordion> </grid> 

the page display accordion control when run app getting following error when try design xaml file in vs 2015:

"comexception: error hresult e_fail has been returned call com component."

desing tab

how fix that?

looks issue control: have try contact author ?


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -