This question is locked. New answers and comments are not allowed.
Hi!
I need explanation on how to export ui to pdf file in silverlight.
In example from the internt that I have tried I had a exception in the line of RadDocument document = new RadDocument();
and the error that was showen is : "Could not load file or assembly..".
Best Regards,
Tamara.
I need explanation on how to export ui to pdf file in silverlight.
In example from the internt that I have tried I had a exception in the line of RadDocument document = new RadDocument();
and the error that was showen is : "Could not load file or assembly..".
Best Regards,
Tamara.
5 Answers, 1 is accepted
0
Hello Tamara,
Didie
the Telerik team
Have you referenced all the assemblies you need in order to use the RadDocument? What is the full message of the error?
Greetings,Didie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Tamara
Top achievements
Rank 1
answered on 11 Sep 2012, 11:42 AM
I'm not sure, I used for it the telerik.windows.documents.model, which other usings should i refer?
and the full error is:
"Could not load file or assembly 'system.windows.Data, version=2.0.5.0, culture=neutral, PublicKeyToken=31bf3856ad364e35'
or one of its dependencies"
and the full error is:
"Could not load file or assembly 'system.windows.Data, version=2.0.5.0, culture=neutral, PublicKeyToken=31bf3856ad364e35'
or one of its dependencies"
0
Hi,
Didie
the Telerik team
It seems that you are missing a reference to the 'System.windows.Data'.
All the best,Didie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Tamara
Top achievements
Rank 1
answered on 11 Sep 2012, 11:58 AM
Hi,
I added this reference and it still has this exception with the same error.
Can it be other assembly ref. that brings the same error?
Best Regards,
Tamara.
I added this reference and it still has this exception with the same error.
Can it be other assembly ref. that brings the same error?
Best Regards,
Tamara.
0
Tamara
Top achievements
Rank 1
answered on 11 Sep 2012, 12:44 PM
I finally Cleared the reference and added it again and the problem solved.
thank you for the help,
Tamara.
thank you for the help,
Tamara.