Installing Crystal Reports XI release 2 for BOTH ASP.NET 1.1 and ASP.NET 2.0 on same server

Hi -

We currently have a case where we are supporting multiple versions of our product on the same web server (a windows 2003 server). However, we have 2 versions of our application on the same server, but one is in ASP.nET 1.1 and the other is in ASP.nET 2.0. Our applications are fine and can co-exist ok on the server. They both use Crystal REports XI, Relesae 2, which supports both 1.1 and 2.0.

Our developer machines run just fine wtih both products and crystal reports, but the problem we are having is deployment. When we install the runtime redistrubutale for ASP.nET 2.0 on the machine a file(CrystalReports11_5_NET_2005.msi) then our ASP.NET 2.0 application works fine. However, when we install the crystal runtime redistributable fro ASP.nET 1.1 a file (CrystalReports11_5_NET.msi) windows 2003 server will not let us install it, it gives us an error saying that "This software package can only be installed on systems that has .NET 1.0 or 1.1". Which of course this server has, because our application in 1.1 runs jsut fine.

2 questions.

1. Can Crystal Reports XI Relesae 2 co-exist on a windows 2003 server for BOTH the asp.net 1.1 and asp.net 2.0 version

2. Has anyone encountered this and resolved this

Thanks




Answer this question

Installing Crystal Reports XI release 2 for BOTH ASP.NET 1.1 and ASP.NET 2.0 on same server

  • mgholam

    I have been looking for days to see why installing .Net 2.0 broke my Crystal 9.0 reports. Error about invalid virtual path. I have both 1.1 & 2.0 running on the same machine. Has anyone encountered this particular issue. When I switch IIS back to 1.1, the reports work again. Switch to 2.0 - they break.
  • detzX

    Can't do the uninstall stuff because I got SQL Server 2005 and other .NET 2.0 apps running on the server. I got it to work by copying the .NET 1.1 versions of the Crystal DLL files (e.g. CrystalDecisions.CrystalReports.Engine.dll) from my PC to the server in the corresponding directory and then adding them to the assembly cache with the 1.1 Configuration tool. Don't forget the xxx.resources.dll files in the "en" directory also. In my case, I just needed to get the 1.1 stuff working. This is really bad and just adds another Crystal Reports horror story to my already very long list (I've been using Crystal for almost 15 years).
  • Salric

    Same problem... I googled - and followed directions in this post... Nothing is working for me. I opened a support case with Business Objects. So far no luck. Waiting for them to figure this one out...

  • robin l

    I got this same error. Did you or anyone else figure this out.

    Michael


  • Santosh Ransubhe

    Haven't run across the exact same issue as you describe, but have run across a few different issues caused by the 2.0 framework. Running anything other than Crystal Reports 10.2 (bundled version that comes with VS 2005) or XIr2 on the 2.0 framework isn't supported, so you will need to run any app using any other version of Crystal reports with the 1.1 framework.
  • spree

    I believe the only way to get this to work is to uninstall the 2.0 framework, install the XIr2 for 1.1 framework msi file, install the 2.0 framework, then install XIr2 for the 2.0 framework.
  • Installing Crystal Reports XI release 2 for BOTH ASP.NET 1.1 and ASP.NET 2.0 on same server