本文介绍了奇怪的ASP.Net错误:.net 4.6.1,VS2015-不支持插值字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

奇怪的ASP.Net错误(WebForms): .net 4.6.1,VS2015

Strange ASP.Net Error (WebForms): .net 4.6.1, VS2015

不知道我为什么要这么做.为什么要在VS2015下报告VB 12.0?

No clue why i'm getting this. Why is it reporting VB 12.0 under VS2015?

  <system.web>
    <compilation debug="true" strict="true" explicit="true" targetFramework="4.6.1"/>
    <httpRuntime targetFramework="4.6.1"/>
  </system.web>

推荐答案

请在以下网址查看最后一个答案 http://forums.asp.net/t/2061764.aspx?VS2015 + claims + it + does + not + support + interpolated + strings

Please look at the last answer athttp://forums.asp.net/t/2061764.aspx?VS2015+claims+it+does+not+support+interpolated+strings

希望它能为您提供帮助.

I hope it can help you.

这篇关于奇怪的ASP.Net错误:.net 4.6.1,VS2015-不支持插值字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 14:58