Hi DevForce-Team,
I'm struggling with a problem while saving (to) many entities.
The error I receive is: The remote server returned an error: NotFound!
I can reproduce the error very simple when creating a large amount of entities (e.g. 5000),
add them to the entity manager and then call SaveChangesAsnyc.
When I reduce the number of created (or updated = same issue) entities there
is no error and everything works fine like I'm used to it.
The whole application is working fine with dozens of entity manipulations.
It doesn't matter what kind of entity is created or updated and saved.
I made several tests with different situations.
The only thing I have to do is exceed the number of affected entities the manager has to save.
So what can I do?
Do I have to switch to the special configs?
Today I work without extra configs like you recommend using the DevForce-VS-2010 templates!
Thank you in advance.
Best Regards
Andrew