【发布时间】:2016-05-09 16:43:40
【问题描述】:
奇怪的 ASP.Net 错误(WebForms):.net 4.6.1, VS2015
错误 BC36716 Visual Basic 12.0 不支持内插字符串。
不知道为什么我会得到这个。为什么VS2015下报VB 12.0?
<system.web>
<compilation debug="true" strict="true" explicit="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.6.1"/>
</system.web>
【问题讨论】:
标签: asp.net vb.net webforms visual-studio-2015 .net-4.6