码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2021-04-19 15:26:49      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:软件   Edito   led   type   for   ble   loading   file   文件的   

这个问题出现在在使用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问题解决方法

标签:软件   Edito   led   type   for   ble   loading   file   文件的   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!