我们正在为我们的用户建立一个交互式搜索,我尝试了这个微软KES link,它看起来很好。
当我尝试托管服务时
kes.exe host_service d:\kes\grammarout.grammar d:\kes\indexout.index我遇到了下面的问题,
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Net.UnsafeNclNativeMethods.SetFileCompletionNotificationModes(CriticalHandle handle, FileCompletionNotificationModes modes)
at System.Net.HttpListener.CreateRequestQueueHandle()
at System.Net.HttpListener.Start()
at Kes.WebServer.Start()
at Kes.KesWebServiceCmd.ExecuteInt()
at Kes.KesWebServiceCmd.Execute()
at Kes.Program.Main(String[] args)我尝试以管理员身份运行命令提示符,但同样的问题再次出现。
https://stackoverflow.com/questions/38278842
复制相似问题