2

I want to use an ORM to retrieve some data from The SQLServer such as user permissions. I am using ArcObjects SDK 10.4 .

Although I have added the EntityFramework 6.0 and my tables to a model , but in runtime it says there is not any ConnectionString Name for my Context.

Is is possible to use EF in ArcObjects?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jul 7, 2018 at 6:35
2
  • 2
    as long as your data isn't versioned--it should be doable. It sounds like EF can't find the connection string--you should probably read through this Q&A: gis.stackexchange.com/questions/9001/… . Commented Jul 7, 2018 at 10:16
  • I finally was forced to use The DataSet(.ext) insted of EF..It works for me. Commented Jul 8, 2018 at 10:07

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.