从VS2010迁移到VS2012 HTML渲染后间歇性失去内容 [英] After move from VS2010 to VS2012 HTML rendering is intermittently losing content

查看:158
本文介绍了从VS2010迁移到VS2012 HTML渲染后间歇性失去内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经把我们从VS2010开发环境更新为VS2012但发现了以下问题:在网页的开始有时不会呈现

We have updated our development environment from VS2010 to VS2012 but noticed the following issue: The start of the page is sometimes not rendered.

例如具有类似:

<html>
  <head>
  <title>Title</title>
  <script>
    function myFunc() {...}
  </script>
  </head>
  <body>
    Content
  </body>
</html>

有时会被渲染为:

Might sometimes be rendered as:

yFunc() {...}
  </script>
  </head>
  <body>
    Content
  </body>
</html>

这只能使用VS2012开发服务器发生时,IIS和VS2010开发服务器正常工作。另外,问题似乎随机出现在所有页面上(对于请求的20-30%)。

This only happens when using the VS2012 development server, IIS and VS2010 development server work correctly. Also the issue seem to appear randomly on all pages (for 20-30% of the requests).

请注意:该应用程序使用WebForms和.NET 3.5

NOTE: The application uses WebForms and .NET 3.5

推荐答案

看来问题与此相关的一台计算机。未发生其他计算机上的问题,而是一个重新安装没有帮助。

Seems the problem is related to this one computer. The problem did not occur on other computers, but a re-install did not help.

看来实在没有什么可以做...

Seems there is really nothing that can be done...

这篇关于从VS2010迁移到VS2012 HTML渲染后间歇性失去内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆