首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >找不到服务模块信息文件'*/roslynRemoteHost.servicehub.service.json‘

找不到服务模块信息文件'*/roslynRemoteHost.servicehub.service.json‘
EN

Stack Overflow用户
提问于 2018-08-23 03:26:12
回答 1查看 788关注 0票数 1

打开现有aspnet mvc应用程序或创建新的aspnet mvc应用程序时,Visual studio崩溃。

Visual Studio Enterprise 2017版本15.8.1

操作系统名称Microsoft Windows 10企业版10.0.14.393

在谷歌搜索中唯一有效的条目是这个

https://github.com/dotnet/roslyn/issues/27781

但目前还没有解决方案。

事件日志异常

    Application: devenv.exe
    Framework Version: v4.0.30319
    Description: The application requested process termination through System.Environment.FailFast(string message).
    Message: StreamJsonRpc.RemoteInvocationException: Request locate failed with message: 
    Cannot find service module info file '*/roslynRemoteHost.servicehub.service.json' in 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\common7\ServiceHub\Services', using discovery services failed: VsixServiceDiscovery: One or more errors occurred.
EN

回答 1

Stack Overflow用户

发布于 2018-08-23 04:04:54

尝试调试使用新的visual studio实例崩溃的visual studio实例时,我看到以下错误。

此实现不是Windows平台FIPS验证的加密算法的一部分。

然后我转到HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa并删除了FipsAlgorithmPolicy

我确实将DWORD Enabled = 0放在那个子键下,但它不工作。因此,在删除子键FipsAlgorithmPolicy之后,我可以再次打开或创建web项目。

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

https://stackoverflow.com/questions/51973837

复制
相关文章

相似问题

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