Link to home
Start Free TrialLog in
Avatar of Robert Silver
Robert SilverFlag for United States of America

asked on

Problem finding entry in the web.config file e.g

Note below from the web.config file which clearly does not work any better than it did when I include all the version  strong name stuff. I am trying to get their sample code working . Anyone have a clue how to get this sample working presumably without installing cr10_net_server_install.zip???

Also what must be showing below???
<compilation debug="true">
                  <assemblies>
                        <add assembly="CrystalDecisions.WebCrystalDecisions.Web"/>
                        <add assembly="CrystalDecisions.ReportSource"/>
                        <add assembly="CrystalDecisions.Enterprise.Framework"/>
                        <add assembly="CrystalDecisions.Enterprise.Desktop.Report"/>
                        <add assembly="CrystalDecisions.ReportAppServer.Controllers"/>
                        <add assembly="CrystalDecisions.CrystalReports.Engine"/>
                        <add assembly="CrystalDecisions.Enterprise.InfoStore"/>
                        <add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource"/>
                        <add assembly="CrystalDecisions.ReportAppServer.CommonObjectModel"/>
                        <add assembly="CrystalDecisions.ReportAppServer.DataDefModel"/>
                        <add assembly="CrystalDecisions.ReportAppServer.ObjectFactory"/>
                        <add assembly="CrystalDecisions.ReportAppServer.ReportDefModel"/>
                        <add assembly="CrystalDecisions.CrystalReports.TemplateEngine"/></assemblies></compilation>
Avatar of Mike McCracken
Mike McCracken

What version of Crystal do you have?

Is Crystal installed on this machine?

mlmcc
To start with, it appears that you still have references to the tutorial on your machine...

>>> The system cannot find the file specified.      C:\x\CrystalReportViewer_Object_Model_Tutorials\CRVObj

What are you trying to do here?  I'm guessing that you're trying to deploy a .net app that uses Crystal to a web server, is that correct?  

We can't answer what should be showing in the assemblies area of your config file - it entirely depends on what components are being used in your application, what version you have, etc.

Avatar of Robert Silver

ASKER

Basically I am just trying to simply launch an .RPT report file using a web based viewer such that
the serve rname, database name, user name and password can be applied dynamically before launching the RPT report file regardless of what the RPT file was developed with to begin with.

You are correct the objective is to deploy a net app that uses Crystal to a web server - YES!

Again I have Crystal Reports version: 10.0.0.533
Executable:  "C:\Program Files\Crystal Decisions\Crystal Reports 10\crw32.exe"
ASKER CERTIFIED SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has become irrelevant and unfortunately the sample code out there is really bad. I provide much more usable samples in my other question
Since Frotoman appears to be the most helpful I will award him the points.

The question is no longer relevant.  I will  If anyone knows how to make the currently semi-working code in the question is it possible... to   set database connections for a report.RPT file please help
The code is basically working. Its just crystal's ReportDocument which fails to properly set its database connection and I am really at a loss to understand why. For others struggling with this my sample will provide a great working start. Use an ASP Web application in Dev Studio 2005 and it should be straight forward except for the fact that the real reason for this question and effort is to get Crystal reports to connect to any given Server, User, Password and Database  - Why is this so darn hard????