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

Adding Telerik assembly breaking assigning the image source

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 10 Feb 2016, 05:58 PM

I have a simple page with one Image. Without any telerik controls. When I`m first loading the page it retrieves database and getting the PAth for the image source from SQLite. It is runnig ok, but if im adding assembly for Telerik listView (even without using it)

 

[assembly: Xamarin.Forms.ExportRenderer(typeof(Telerik.XamarinForms.DataControls.RadListView), typeof(Telerik.XamarinForms.DataControlsRenderer.iOS.ListViewRenderer))]

 

it breaks that simple assigning . Again I`m not even adding any telerik control. Thanks in advance for any help.

1 Answer, 1 is accepted

Sort by
0
Andrey
Top achievements
Rank 1
answered on 11 Feb 2016, 01:09 AM
Solved. There was a problem with IOS simulator changing APP ID every launch. So code just missed the path. Nothing about telerik. It is working just fine !
Tags
General Discussions
Asked by
Andrey
Top achievements
Rank 1
Answers by
Andrey
Top achievements
Rank 1
Share this question
or