When the first connection is made after the app starts in debug mode, there is an ASSERT message about using CLOSE instead of the FileManager.Close for the log file. The ASSERT is in the FileCallBackInterface.FunctionCalled method in ABFile.clw (line 480). Presumably from the NetWebServer.AddLog method.
It is a pretty minor issue, but it can pop up dozens of times a day and has for quite a while (since NT 6 ?).
Is there any way of avoiding this debug error short of removing the NetTalk Logging Controls or commenting out the ASSERT statement in ABFILE.clw?
Thanks.