Entity Framework Integration

Created at 16 Jul 2014, 19:06
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
jhtrader's avatar

jhtrader

Joined 15.10.2013 Blocked

Entity Framework Integration
16 Jul 2014, 19:06


My Project has run into a small problem when trying to run Entity Framework on calgo Robots.

The robot failed to run because from in testing we found that .algo file is not using any .config file, and the Entity Framework relies on the config file to run. Is it possible to run Entity Framework on algo?

If anyone has experience using entity framework with cAlgo please help.


Replies

jhtrader
16 Jul 2014, 19:34

RE:

jhtrader said:

My Project has run into a small problem when trying to run Entity Framework on calgo Robots.

The robot failed to run because from in testing we found that .algo file is not using any .config file, and the Entity Framework relies on the config file to run. Is it possible to run Entity Framework on algo?

If anyone has experience using entity framework with cAlgo please help.

PROBLEM SOLVED: AccessRights = AccessRights.FullAccess