首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >KES构建索引System.AccessViolationException

KES构建索引System.AccessViolationException
EN

Stack Overflow用户
提问于 2016-07-09 13:52:59
回答 0查看 102关注 0票数 0

我们正在为我们的用户建立一个交互式搜索,我尝试了这个微软KES link,它看起来很好。

当我尝试托管服务时

代码语言:javascript
复制
kes.exe host_service d:\kes\grammarout.grammar d:\kes\indexout.index

我遇到了下面的问题,

代码语言:javascript
复制
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)

我尝试以管理员身份运行命令提示符,但同样的问题再次出现。

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38278842

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档