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

[Solved] Adding DLLs directly

1 Answer 155 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christopher
Top achievements
Rank 1
Christopher asked on 20 Jul 2012, 10:11 PM
Hi,

I'm trying to port a Windows Phone 7 app to Windows 8. When I created the phone app, I added the Telerik binaries to a Solution Folder and then added references to the project. When I tried doing the same thing in the Windows 8 version, I get a bunch of strange issues.

As soon as I add a RadCartesianChart to my XAML code, an error appears in VS that says, "Insufficient memory to continue the execution of the program." When I run it, a TemplateNotAppliedException occurs. This same exception gets thrown if I try adding the binaries directly to the solution attached to this post.

Any ideas? Thank you!

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 23 Jul 2012, 09:41 AM
Hi, Christopher

Thank you very much for your interest in RadControls for Metro.

Assets (such as Generic.xaml) resolution in WinRT is changed compared to previous XAML. That is why a specific folder structure should be used to directly copy binaries. You can copy the assemblies, keeping the way they are organized in our Binaries folder:

C:\Program Files (x86)\Telerik\RadControls for Metro XAML Q1 2012 BETA\Binaries\

Additionally, we have an extension package installed (RadControls for Metro) that you can reference directly to avoid confusion. You can find the reference in the "Add Reference" dialog, by selecting the "Windows->Extensions" item on the left.

I hope this helps. Do not hesitate to write us back should you have any questions/problems with our tools.

All the best,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart for XAML
Asked by
Christopher
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or