Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

LoggerNetSDK ServerControl.Start() fails


ERobishaw Sep 22, 2008 05:53 PM

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


ERobishaw Sep 22, 2008 06:29 PM

Update:
Even after clearing out the serverworkDir, appWorkDir and logFileDir, I'm still getting this error.

I'm really stuck.

Eric


ERobishaw Sep 22, 2008 07:19 PM

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


Sep 24, 2008 02:57 PM

Eric,
Have you completely resolved your problem, or do I need to find someone to look at it?


ERobishaw Sep 24, 2008 10:25 PM

Yes, this is resolved.

Thanks.

Log in or register to post/reply in the forum.