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

Grid Failing with Mono (GridEditMode.PopUp )

1 Answer 28 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shane
Top achievements
Rank 1
Shane asked on 17 May 2015, 10:13 PM

I have asked this question on Stackoverflow and got no answer. So hopefully I can get a bit more help in this forum.

 When I add the following line to my Grid declaration:

 .Editable(editable => editable.Mode(GridEditMode.PopUp))

I get the following error: 

System.IO.FileNotFoundException
Could not load file or assembly 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

This error goes away when I do not try and edit via PopUp.

Mono does not support `System.Data.Entity`, and because of this there is no where in my solution where I register that.

There is also no reference to that library in my `web.conf` file.

Can someone please help me resolve this problem?

1 Answer, 1 is accepted

Sort by
0
Shane
Top achievements
Rank 1
answered on 17 May 2015, 10:16 PM

Duplicate of http://www.telerik.com/forums/grid-failing-with-mono-(grideditmode-popup-) 

 An error popped up when I posted this the original one, thought it did not post.

Tags
Grid
Asked by
Shane
Top achievements
Rank 1
Answers by
Shane
Top achievements
Rank 1
Share this question
or