Xamarin Razor WebView Template missing reference

假装没事ソ 提交于 2019-12-14 02:14:57

问题


I recently installed VS2017. I cannot get Intellisense to work in a fresh WebViewApp (Android).

http://www.youtube.com/watch?v=5GABoJjSQOA

How can I solve this issue?


回答1:


I cannot get Intellisense to work in a fresh WebViewApp (Android).

You could double-check if the following steps change the behavior :

  • Close all open tabs in the project.

  • Quit Visual Studio.

  • Reopen the solution in Visual Studio.

  • Right-click the XAML file (in your case is RazorView.cshtml) in the Solution Explorer and then select Open With... > Source Code (Text) Editor as before.



来源:https://stackoverflow.com/questions/46508002/xamarin-razor-webview-template-missing-reference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!