This is a migrated thread and some comments may be shown as answers.

ReportViewer in WPF App

3 Answers 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
christianamado
Top achievements
Rank 1
christianamado asked on 19 Mar 2014, 01:38 PM
Hi there, I have a situation with ReportViewer with Implicit Styles (Windows8Touch). When I run my project an error is shown:

An unhandled exception of type 'System.InvalidOperationException' occurred in PresentationFramework.dll. Additional information: 'root' name cannot be found in the name scope of 'System.Windows.Controls.Grid'.

So, viewing the details of the error I found this situation in the InnerException:
Cannot load 'DocumentFormat.OpenXml'...

I added the library in my project and the following setting in App.config:
<dependentAssembly>
    <assemblyIdentity name="DocumentFormat.OpenXml" culture="neutral" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.5631.0"/>
</dependentAssembly>
But the first error is shown without InnerException. With any other Implicit Style (Office2013, Windows 7, etc) works perfectly.

Is there a problem with Windows8Touch XAML definition in Implicit Styles?

3 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 24 Mar 2014, 01:40 PM
Hello Christian,

Unfortunately, we were unable to reproduce the described issue locally. In order to help you further we would need a sample project exhibiting the issue, so we can debug it locally and advise accordingly.
In case there is some sensitive information you can open a separate support ticket and zip and attach such sample there.

Regards,
Nasko
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Boots
Top achievements
Rank 1
answered on 29 Apr 2014, 01:47 PM
Hello,

I'm also using the Windows8Touch implicit Style in and receiving the message 'root' name cannot be found in the name scope of 'System.Windows.Controls.Grid'.

Did you ever find a solution to this?

Thanks Much,
~Boots
0
Nasko
Telerik team
answered on 01 May 2014, 02:20 PM
Hello,

There seems to be an issue with the Windows8 and Office2013 themes in version 8.0.14.225 of Telerik Reporting. What we can suggest at the moment is to upgrade to the latest internal build of Telerik Reporting (8.0.14.311).

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
christianamado
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Boots
Top achievements
Rank 1
Share this question
or