Crystal Report v10.5 工具栏在 Firefox 上不可见,但在 IE 和 Chrome 上可见

2

本文介绍了Crystal Report v10.5 工具栏在 Firefox 上不可见,但在 IE 和 Chrome 上可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在使用带有 Visual Studio 2008 的 Crystal Report v10.5 来开发 Crystal Reports.我面临的问题是工具栏在 Firefox 上不可见,但在 IE 和 Chrome 上可见.我在开发机器和生产服务器上都安装了相同的版本,即 Crystal report v10.5.我的开发机器是Windows 7 32bit,生产机器是Windows 2008 64bit.

I am using crystal report v10.5 with visual studio 2008 to develop crystal reports.The problem I am facing is with the toolbar which is not visible on Firefox but it is visible on IE and Chrome. I have installed same version on both development machine and on production server which is Crystal report v10.5. My development machine is Windows 7 32bit and production is Windows 2008 64bit.

我尝试过许多论坛上提到的解决方案,例如

I have tried solutions mentioned on numerous forums such as

  1. 将aspnet_client"文件夹从C:Inetpubwwwroot"复制到C:Inetpubwwwrootyour-website-name".
  2. 在您的网站中创建一个新的虚拟目录并将其指向C:/Inetpub/wwwroot/aspnet_client".
  3. 应用程序池将更改为经典"而不是集成".
  4. 将您的应用程序的应用程序池设置为在 LOCAL SERVICE 权限下运行.

但我仍然无法在 Firefox 上显示工具栏.

But still I am not able to show toolbar on Firefox.

配置:

  • Visual Studio 2008
  • .Net 框架 3.5
  • 运行时 10.5 的水晶报告
  • Windows Server 2008 64 位

谁能指出我正确的方向?

Can anyone point me to the right direction?

编辑 - 我最近从 Windows 2003 升级到 Windows 2008,CR 10.5 的相同版本在没有上述任何解决方案的情况下按预期工作.

Edit- I recently upgraded from Windows 2003 to Windows 2008 and the same version for CR 10.5 was working as expected without any mentioned solutions above.

谢谢

推荐答案

需要在aspx文件的page指令中添加ClientTarget="uplevel".

You need to add ClientTarget="uplevel" to the page directive of the aspx file.

<%@ Page ClientTarget="uplevel" ... %>

这篇关于Crystal Report v10.5 工具栏在 Firefox 上不可见,但在 IE 和 Chrome 上可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

Func&lt;string,string&gt; 有什么区别?和委托?
What is the difference between Funclt;string,stringgt; and delegate?(Funclt;string,stringgt; 有什么区别?和委托?)...
2023-11-11 C#/.NET开发问题
3

ASP.NET MVC 中的 &lt;%: 和 &lt;%= 有什么区别?
What is the difference between lt;%: and lt;%= in ASP.NET MVC?(ASP.NET MVC 中的 lt;%: 和 lt;%= 有什么区别?)...
2023-11-10 C#/.NET开发问题
0

标签系统的 linq 查询 - 搜索多个标签
linq query for tag system - search for multiple tags(标签系统的 linq 查询 - 搜索多个标签)...
2023-11-10 C#/.NET开发问题
0

论坛标签.实施它们的最佳方法是什么?
Forum tags. What is the best way to implement them?(论坛标签.实施它们的最佳方法是什么?)...
2023-11-10 C#/.NET开发问题
1

html 脚本标签未使用类型 javascript &lt;script type=&quot;text
html script tag not using type javascript lt;script type=quot;text/htmlquot;gt;?(html 脚本标签未使用类型 javascript lt;script type=quot;text/htmlgt;gt;?)...
2023-11-10 C#/.NET开发问题
6

ASP.NET 控件到 HTML 标记等效
ASP.NET Control to HTML tag equivalent(ASP.NET 控件到 HTML 标记等效)...
2023-11-10 C#/.NET开发问题
32