cancel
Showing results for 
Search instead for 
Did you mean: 

RAS not working when Deploying CRRuntime_64bit_13_0_5 to Windows Server 2008 / IIS7

Former Member
0 Kudos

I’ve completed my coding in .Net 4.0 VS2010 and used CR for
VS2010 in my development environment, on my Windows 2008 Server with IIS 7.0
I’ve installed  the CRRuntime_64bit_13_0_5 to complement the code I’ve
written in VS using CR for VS2010, however!

As soon as I try to create a pdf (Based on a crystal report) or
create/ view a Report Document Object which would utilise the RAS I get the
attached error?

I’ve only have .Net 4.0 and the CRRuntime_64bit_13_0_5 package
installed on the IIS7 Windows 2008 Server, does the CR Runtime package have the
Report Application Server (RAS) components built in that I need or do I need to
install something else (maybe an enterprise product) on the server for the RAS
to work, as all functionality regarding the creation of the Crystal reports and
PDF’s is ok in the development environment ?

Previously I was getting the functionality in needed from the
CR9 RAS?

Any advice or help you can give me would be most welcome?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Eliott,

I moved your post to the .NET SDK forum.

Yes all components are in the install package. There is an issue with the Viewer not getting installed properly though but I don't think this is that issue.

Run Modules or Procmon and see if it shows the possible missing components.

It would appear to be an IIS issue, try searching on MSDN to see if that message refers to a configuration setting in IIS.

I don't recall anyone posting that error or see the message myself.

It could be that you are not using this type to display messages:

Response.Write("hello world")

Could also be you were using inProc IIS ( Cassini ) on your dev PC and debug mode would handle it.

Don

Answers (0)