问题描述
我希望我正确使用所有英语MS术语,但我正在研究德国的开发环境,这个论坛似乎也没有用德语提供(至少我是在这里引导的)当我尝试在德国MS支持
页面上寻找帮助时,因此我必须翻译。
Hi,I hope I use all English MS terminology correctly, but I'm working on a German development Environment and this forum doesn't seem to be offered in German too (at least I'm directed to here when I try to look for help on the German MS Support page) , therefore I have to translate.
在工作中我正在使用VS 2015。开发Web应用程序工作正常,直到我必须打开 解决方案"客户端工具"。对于该Web应用程序。打开这个项目需要更新VS,然后要求我"修复"VS.
来自系统控制面板的VS安装"应用程序和功能"。再次打开Web应用程序,VS告诉我它无法加载Web项目,因为它"不兼容"。我花了两天时间研究发现
我必须删除ProjectTypeGUID {E3E379DF-F4C6-4180-9B81-6769533ABE47},现在我至少可以再次加载项目,但打开cshtml文件失败了a"操作无法完成。指针无效"信息。如果我使用Open With ..
并选择"源代码(文本)编辑器"或"HTML(Web窗体)编辑器"或工作,所以我想我将能够重新配置VS使用WebForms编辑器的cshtml,但我不知道这是否适合项目,也不会导致其他
问题(例如使用IntelliSense)。
Here at work I'm using VS 2015. Developing a Web application worked fine until I had to open the solution "Client Tools" for that Web application. Opening this Project required an update of VS, which then required me to "repair" the VS Installation from System Control Panel "Apps and Features".Opening the Web application again, VS told me that it could not load the Web Project any more as it was "incompatible". It took me about two days researching to find that I had to remove the ProjectTypeGUID {E3E379DF-F4C6-4180-9B81-6769533ABE47}, now I can at least load the project again, but opening the cshtml files fails with a "The operation could not be completed. Invalid pointer" message. If I use Open With.. and select "Source Code (Text) Editor" or "HTML (Web Forms) Editor" works, so I think I'll be able to reconfigure VS to use the WebForms Editor for cshtml, but I neither know if that is appropiate for the Project nor if that causes other Problems (e.g. with IntelliSense).
对于这个问题,Google将我引导到一些网站,所有网站都说明相同(使用VS开发者控制台中的devenc / resetuserdata,清除用户配置文件中的ComponentModelCache,重新安装更新),但第一个两个没有帮助,似乎我不能
找到VS 2015的更新,因为MS提供的唯一内容是VS
2017 或 TeamExplorer的更新 2015.尝试选择"旧版本"下载强迫我注册,但后来也指示我下载VS 2017社区版。我发现另一篇文章中提到的DotNetCore.1.0.0-VS2015Tools.Preview2.exe下载了
,但是这表示没有满足要求,我必须在再次尝试之前安装Update 3.
For this Problem Google directed me to a few sites all stating the same (use devenc /resetuserdata from a VS developer console, clear the ComponentModelCache in the user Profile, reinstall the updates), but the first two didn't help and it seems that I can't find the updates for VS 2015 as the only things MS offers are Updates for VS 2017 or TeamExplorer 2015. Trying to select an "old Version" download forced me to Register but then also only directed me to the download for VS 2017 Community Version. I found the DotNetCore.1.0.0-VS2015Tools.Preview2.exe download mentioned in another article, but this says that prererquisites are not fulfilled and I have to install Update 3 before trying again.
我在MS档案中发现的其他问题被关闭为"不可再生"的问题。因为askers无法提供MS要求的日志文件或转储(我甚至不知道在哪里找到这样的转储),虽然我认为如果这个问题经常发生,因为
的问题经常发生表明,必须有一种方法可以在MS实验室中重现它。但我认为我离题了。回到主题..
Other issues I found in MS archives were closed as "unreproducable" as the askers weren't able to provide log files or dumps MS asked for (I don't even know where to find such a dump), although I think that if that problem occurs as often as the number of questions suggests, there must be a way to reproduce it within the MS labs. But I think I digress. Back to the topic..
你会提出什么建议?有没有明确的方法让HTML编辑器再次工作?我应该使用WebForms的HTML编辑器还是VS提供的文本编辑器?
What would you propose? Is there a definite way to make the HTML Editor work again? Should I use the HTML Editor for WebForms or the Text Editor offered by VS?
推荐答案
https://social.msdn.microsoft.com/Forums/de-DE / home?forum = vbgeneral%2Cvisualstudiogeneral& filter = alltypes& sort = lastpostdesc
https://social.msdn.microsoft.com/Forums/de-DE/home?forum=vbgeneral%2Cvisualstudiogeneral&filter=alltypes&sort=lastpostdesc
这篇关于Visual Studio 2015 HTML编辑器在更新后无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!