Getting an error code when adding PdfViewerControl

Hello,

When adding the PdfViewerControl, I get the following run-time error:
'RotateA' name cannot be found in the name scope of 'System.Windows.Shapes.Path'.

I am following the Getting Started Guide and I cannot figure out what is wrong. I double checked and I have included all of the required dependencies.

Thanks in advance



3 Replies

PE Priyanga Elangovan Syncfusion Team June 7, 2018 11:59 AM UTC

Hi David,

Thank you for contacting Syncfusion support.

We are unable to reproduce the reported issue “
'RotateA' name cannot be found in the name scope of 'System.Windows.Shapes.Path'” while following the WPF getting started guidelines. We have prepared the sample by using the guidelines provided in the WPF getting started documentation for your reference. Please find the sample from below link. 
http://www.syncfusion.com/downloads/support/directtrac/137985/ze/SampleWPF-1984455481

Please find the getting started documentation link from below.
https://help.syncfusion.com/wpf/pdfviewer/getting-started

Kindly provide the following details to reproduce the issue at our end.
 
  • Replication procedure to reproduce the issue.
  • Simple sample along with the input document.
  • Operation System: 
  • .Net Framework: 
  • Syncfusion Essential Studio Version: 
  • RAM: 
  • System Culture Information: 
 
Regards,
Priyanga.E
 



VT vinod tarsariya May 24, 2020 05:10 PM UTC

I am also found this issue. I am not able to download the above link code. How to download it?

I debug my application and found that due to theme applying line in the code I am getting that error.

private void OnLoaded(object sender, RoutedEventArgs e)
        {
            CurrentVisualStyle = "Metro";
        }


US Uthandaraja Selva Sundara Kani Syncfusion Team May 25, 2020 11:26 AM UTC

Hi Vinod, 
 
Thanks for contacting Syncfusion support. 
 
Please find the details below, 
 
Query 
Details 
 
I am also found this issue. I am not able to download the above link code. How to download it? 
 
 
We are able to reproduce the issue “Could not download the sample we provided in our last update” in our side. However, we have created the same sample by using the guidelines provided in the WPF getting started documentation for your reference. Please find the sample from below link, 
 
 
 
Please try the above sample and if you still facing the same issue, kindly provide the below details to reproduce the issue at our end, 
 
1.       Replication procedure to reproduce the issue 
2.       Simple sample along with the input document 
3.       Operation System 
4.       .Net Framework 
5.       Syncfusion product version 
6.       RAM 
7.       System Culture Information 
 
 
I debug my application and found that due to theme applying line in the code I am getting that error. 
 
private void OnLoaded(object sender, RoutedEventArgs e) 
        { 
            CurrentVisualStyle = "Metro"; 
        } 
 
 
Please provide more details about in which Syncfusion control you are facing the error with the below details, it will be helpful for us to analyze more on this and assist you a better solution, 
 
1.       Syncfusion product version. 
2.       Syncfusion control used. 
3.       Simple sample to reproduce the issue. 
4.       .Net Framework 
5.       Operating System 
6.       Visual Studio. 
 
 
Regards, 
Uthandaraja S 


Loader.
Up arrow icon