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

Error when compiling a simple project

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jorge Alberto
Top achievements
Rank 1
Jorge Alberto asked on 03 Aug 2010, 08:51 PM
Hello 

I have downloaded RadControls_for_WPF_35_2010_2_0714_TRIAL and when I try to run a simple project including a RadGridView I got the following error:

Cannot resolve dependency to assembly cause it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. Line 66 Position 10.' C:\Users\JORGE\Documents\Visual Studio 2008\Projects\Colonial3\Proveedores\Proveedores\UCDatosProveedor.xaml 66 10 Colonial3

The error points where the RadGridView is declared 

<telerik:RadGridView x:Name="ProveedoresGridView" Margin="0"
IsReadOnly="False" CanUserFreezeColumns="False" CanUserInsertRows="True"
SelectionMode="Single" AutoGenerateColumns="False" IsFilteringAllowed="False" ShowGroupPanel="False" VerticalAlignment="Top" MaxHeight="768">

I hope you can help me

Best regards
Jorge Alberto

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Aug 2010, 06:37 AM
Hello,

 We do not have such file (UCDatosProveedor.xaml) in our sample projects.

Sincerely yours,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jorge Alberto
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or