首页 > 移动平台 > 详细

c# Visual Studio|There is no editor available for ***,make sure the application for the file type(.vb) is installed问题解决方法

时间:2021-04-17 10:25:13      阅读:30      评论:0      收藏:0      [点我收藏+]

这个问题出现在在使用VS编码当中,电脑意外关机,导致的文件的缺失或者损坏。

 

使用反编译软件(如:ILSpy)对编译后的 .EXE文件进行反编译,在翻遍的结果中将相关代码拷贝至目标路径下,替换所需文件。

技术分享图片

 

 按照目标文件的格式,选择性粘贴(例如winform 中*.cs 和 *.Design.cs文件,存储各自所需的文件)

PS:注释不参与编译,所以反编译的结果中没有注释,只有纯代码。

c# Visual Studio|There is no editor available for ***,make sure the application for the file type(.vb) is installed问题解决方法

原文:https://www.cnblogs.com/clgis/p/14669435.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!