Home > database >  Visual studio using the report viewer run times wrong: Browser not supported
Visual studio using the report viewer run times wrong: Browser not supported

Time:11-08

An error as shown in figure:

Browser not supported

The Report Viewer requires a standards compliant browser. The Users of Internet Explorer 8 and earlier should switch to a modern browser, or if already using a modern browser target standards mode by adding the & lt; Meta HTTP - equiv="X - UA - Compatible" content="IE=edge" & gt; The header tag to the host page.

Have been added:
<meta HTTP - equiv="X - UA - Compatible" content="IE=11 & gt;"
<meta HTTP - equiv="X - UA - Compatible" content="IE=Emulate11" & gt;
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta HTTP - equiv="content-type" Content="text/HTML. Charset=utf-8 "& gt;

All can't, sometimes can display a brief, complains, bosses know how to deal with, please? Thank you thank you

CodePudding user response:

The
refer to the original poster amber_guanzi response:
an error as shown in figure:

Browser not supported

The Report Viewer requires a standards compliant browser. The Users of Internet Explorer 8 and earlier should switch to a modern browser, or if already using a modern browser target standards mode by adding the & lt; Meta HTTP - equiv="X - UA - Compatible" content="IE=edge" & gt; The header tag to the host page.

Have been added:
<meta HTTP - equiv="X - UA - Compatible" content="IE=11 & gt;"
<meta HTTP - equiv="X - UA - Compatible" content="IE=Emulate11" & gt;
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta HTTP - equiv="content-type" Content="text/HTML. Charset=utf-8 "& gt;

All can't, sometimes can display a brief, complains, bosses know how to deal with, please? Thank you thank you


I also encounter this problem, I do not know how to solve
  • Related