Problem with save query in search form
Status: Pre-Alpha
Brought to you by:
jackspoon
Problem occured only in published web. On save query in search form this error show:
The given key has not present in the dictionary.
And after this (may 30 s) this error show:
The HTTP request to http://jackspoonsite2.aspone.cz/services/DomainService.svc has exceeded the allotted timeout. The time allotted to this operation may have been a portion of a long timeout.
First problem was solved. Search is begin after save query finished, but WCF domain servic not return from this operation. Only after timeout (second problem). So search begin is begin after operation timeout. Query is saved succesfully. I don't know why operation not return. In query control of profile this operation work good.
Second problem has not solved yet...
Also this error occured: The server did not provide a meaningful reply; this may be caused by a contract mismatch, a premature session shutdown or an internal server error
and in query control in profile, query was added 7x.
Query is saved, but seven times.) Must repair.