I cannot get the LoggerNetSDK Server control to start,
fails with:
"A syntax error occurred trying to evaluate a query string (Exception from HRESULT: 0x80040203)"
How do I get past this, short of deleting the data directory and starting over?
Eric
Update:
Even after clearing out the serverworkDir, appWorkDir and logFileDir, I'm still getting this error.
I'm really stuck.
Eric
Got it...
for some reason coralib3.dll was no longer in my app directory, and the error you get is the above mentioned error when this is the case.
So, note to self:
This error:"A syntax error occurred trying to evaluate a query string (Exception from HRESULT: 0x80040203)"
is caused by:
coralib3.dll not found in the exe directory.
(More generally, this error is a COM programming error, and could be given for any com interop with a missing destination dll.)
Hope that helps someone else along the way.
Eric
Eric,
Have you completely resolved your problem, or do I need to find someone to look at it?
Yes, this is resolved.
Thanks.