fortran打开文件“” /dde错误

因为装了Intel Visual Fortran 之后又装了PGI的软件,结果打开fortran文件时候出现"" /dde错误

解决方法:打开注册表管理器,定位到如下键:Computer\HKEY_CLASSES_ROOT\VisualStudio.FortranFile.15.0\shell\Open\command 

发现Defaul键为 “” /dde ,改为 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" /dde 即可。

附注:根据使用的visual studio进行相应修改。主要是这个键,其它文件类型关联错误同理。此类问题出现多次,为避免再次踩坑,特此记录。

猜你喜欢

转载自www.cnblogs.com/jiangleads/p/10204327.html