Link to home
Start Free TrialLog in
Avatar of Andrew Crofts
Andrew CroftsFlag for Ukraine

asked on

Crystal Reports viewers virtual directory

I am developing a ASP.net web app that runs crystal reports and shows them in a cr web viewer.

This working ok so far in the development environment.

I am trying to deploy this to a test machine but when the Web viewer should be displayed I get  System.NullReferenceException: Object reference not set to an instance of an object. full error below.

Googling this it seems that the cause is probably the lack of a crystal reports viewers virtual directory.
Most of the solutions are for earlier versions and I have tried them but it hasn't solved my probelm.

Can anyone help?

Crystal XI R2
ASP.net developed using Visual Studio 2008

TIA

Source Error: 
 
 
Line 22:       width: 487px; height: 118px;" Visible="False"></asp:Label>
Line 23: 
Line 24:       <cr:crystalreportviewer ID="CRV1" runat="server" AutoDataBind="true" BorderStyle="Solid" BorderWidth="1px " 
Line 25:         EnableDrillDown="False" Style="position: absolute;
Line 26:         top: 281px; left: 112px; "/>
 
 
Source File: c:\DMIWeb_proto\InvRep.aspx    Line: 24 
 
Stack Trace: 
 
 
[NullReferenceException: Object reference not set to an instance of an object.]
   CrystalDecisions.Web.CrystalReportViewer.set_EnableDrillDown(Boolean value) +25
   ASP.invrep_aspx.__BuildControlCRV1() in c:\DMIWeb_proto\InvRep.aspx:24
   ASP.invrep_aspx.__BuildControlPanel1() in c:\DMIWeb_proto\InvRep.aspx:19
   ASP.invrep_aspx.__BuildControlContent3(Control __ctrl) in c:\DMIWeb_proto\InvRep.aspx:17
   System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
   ASP.site1_master.__BuildControlContentPlaceHolder2() in c:\DMIWeb_proto\Site1.Master:72
   ASP.site1_master.__BuildControlform1() in c:\DMIWeb_proto\Site1.Master:14
   ASP.site1_master.__BuildControlTree(site1_master __ctrl) in c:\DMIWeb_proto\Site1.Master:1
   ASP.site1_master.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dmiweb\bb21d111\9a837ecf\App_Web_k--dh2rp.0.cs:0
   System.Web.UI.UserControl.InitializeAsUserControlInternal() +35
   System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8668175
   System.Web.UI.Page.get_Master() +51
   System.Web.UI.Page.ApplyMasterPage() +15
   System.Web.UI.Page.PerformPreInit() +45
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282

Open in new window

SOLUTION
Avatar of Mike McCracken
Mike McCracken

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
Avatar of Andrew Crofts

ASKER

SP4

Interesting

As I say it works under the deveolpment environment.

So the dlls that provide the web cr viewer are not compatible with vs 2008? or .Net 3.5, I suppose.

Can I not produce an asp.net 2.0 web app from vs 2008 that will be compatible with CR XI R2?

This is confusing because the dev environment seem to be ok.
Still not sure what I should have for an ASP.NET v2.0 app and CRXI R2 viewers
Avatar of Mike McCracken
Mike McCracken

I don't know.  I only know what I can read about.  I know some of what I have read, CR XI seems to be an orphaned product.  They are keeping it around for compatibility with the COM world.

The version of Crystal that comes with VS2008 is still based on CR10.  They have had plenty of time to update it to CR XI if they wanted to.

mlmcc
ASKER CERTIFIED SOLUTION
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