p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > .NET > Other .NET > Crystal Reports
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old January 13th, 2005, 03:17 AM
Registered User
Points: 6, Level: 1
Points: 6, Level: 1 Points: 6, Level: 1 Points: 6, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jan 2005
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default crystal report in web app gives problem

Hi there.

in mu solution i have 2 webprojects.
in bothe i use crystal reports, but one gives errors and the other not:

Code:
Dim t As New CR_Koos
gives in my debugger
Code:
    CRView1.ReportSource    Nothing    Object
-    t    {Schotland.CR_Koos}    Schotland.CR_Koos
    Container    Nothing    System.ComponentModel.IContainer
+    Database    {CrystalDecisions.CrystalReports.Engine.Database}    CrystalDecisions.CrystalReports.Engine.Database
+    DataDefinition    {CrystalDecisions.CrystalReports.Engine.DataDefinition}    CrystalDecisions.CrystalReports.Engine.DataDefinition
    DesignMode    False    Boolean
+    Events    {System.ComponentModel.EventHandlerList}    System.ComponentModel.EventHandlerList
+    ExportOptions    {CrystalDecisions.Shared.ExportOptions}    CrystalDecisions.Shared.ExportOptions
    FilePath    "C:\WINDOWS\TEMP\temp_3c71b2c7-955a-4770-80f6-78effb1177b2.rpt"    String
+    FormatEngine    {CrystalDecisions.CrystalReports.Engine.FormatEngine}    CrystalDecisions.CrystalReports.Engine.FormatEngine
    gcHandle    138222084    Integer
    HasSavedData    False    Boolean
    IsLoaded    True    Boolean
    IsSubreport    False    Boolean
    m_eventLogLevel    NoLogging    CrystalDecisions.Shared.EventLogLevel
    m_pResourceManager    Nothing    System.Resources.ResourceManager
    m_psTempFilename    "C:\WINDOWS\TEMP\temp_3c71b2c7-955a-4770-80f6-78effb1177b2.rpt"    String
    Name    ""    String
    O    3    Integer
    P    3    Integer
+    PrintOptions    {CrystalDecisions.CrystalReports.Engine.PrintOptions}    CrystalDecisions.CrystalReports.Engine.PrintOptions
    Q    2    Integer
    R    2    Integer
    RecordSelectionFormula    ""    String
+    ReportDefinition    {CrystalDecisions.CrystalReports.Engine.ReportDefinition}    CrystalDecisions.CrystalReports.Engine.ReportDefinition
+    ReportOptions    {CrystalDecisions.CrystalReports.Engine.ReportOptions}    CrystalDecisions.CrystalReports.Engine.ReportOptions
    ResourceName    "CR_Koos.rpt"    String
+    Section1    {CrystalDecisions.CrystalReports.Engine.Section}    CrystalDecisions.CrystalReports.Engine.Section
+    Section2    {CrystalDecisions.CrystalReports.Engine.Section}    CrystalDecisions.CrystalReports.Engine.Section
+    Section3    {CrystalDecisions.CrystalReports.Engine.Section}    CrystalDecisions.CrystalReports.Engine.Section
+    Section4    {CrystalDecisions.CrystalReports.Engine.Section}    CrystalDecisions.CrystalReports.Engine.Section
+    Section5    {CrystalDecisions.CrystalReports.Engine.Section}    CrystalDecisions.CrystalReports.Engine.Section
    Site    Nothing    System.ComponentModel.ISite
+    SummaryInfo    {CrystalDecisions.CrystalReports.Engine.SummaryInfo}    CrystalDecisions.CrystalReports.Engine.SummaryInfo
    TempFilename    "C:\WINDOWS\TEMP\temp_3c71b2c7-955a-4770-80f6-78effb1177b2.rpt"    String
and

Code:
Dim t As New CR_1
gives

Code:
    CRptViewer1.ReportSource    Nothing    Object
-    t    {CR_1}    CR_1
    Container    Nothing    System.ComponentModel.IContainer
    Database    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Database
    DataDefinition    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.DataDefinition
    DesignMode    False    Boolean
+    Events    {System.ComponentModel.EventHandlerList}    System.ComponentModel.EventHandlerList
    ExportOptions    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.Shared.ExportOptions
    FilePath    ""    String
    FormatEngine    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.FormatEngine
    gcHandle    0    Integer
    HasSavedData    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    Boolean
    IsLoaded    False    Boolean
    IsSubreport    False    Boolean
    m_eventLogLevel    NoLogging    CrystalDecisions.Shared.EventLogLevel
+    m_pResourceManager    {System.Resources.ResourceManager}    System.Resources.ResourceManager
    m_psTempFilename    "C:\WINDOWS\TEMP\temp_f4672fc8-77c8-4471-a095-7377d304a2cd.rpt"    String
    Name    Nothing    String
    O    3    Integer
    P    3    Integer
    PrintOptions    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.PrintOptions
    Q    2    Integer
    R    2    Integer
    RecordSelectionFormula    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    String
    ReportDefinition    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.ReportDefinition
    ReportOptions    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.ReportOptions
    ResourceName    "CR_1.rpt"    String
    Section1    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Section
    Section2    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Section
    Section3    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Section
    Section4    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Section
    Section5    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.Section
    Site    Nothing    System.ComponentModel.ISite
    SummaryInfo    <error: an exception of type: {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException} occurred>    CrystalDecisions.CrystalReports.Engine.SummaryInfo
    TempFilename    "C:\WINDOWS\TEMP\temp_c6f15303-f530-487d-bc5a-a088b9d70a0c.rpt"    String
the only difference i can think of is that the latter doesn't
have a global namespace and is using a virtual-directory in iis instead of a normal directory.

doesn't anybody know a solution for this hopefully simple problem???


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with crystal report web service id2359 BOOK: Professional Crystal Reports for VS.NET 2 January 15th, 2006 09:19 PM
Crystal Report Viewer + Export == App freeze? Msmsn Crystal Reports 0 November 17th, 2005 01:47 PM
Render Report to web from a Windows App ms_code_bsuter BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 2 July 25th, 2005 07:30 PM
problem with crystal report web service id2359 BOOK: Professional Crystal Reports for VS.NET 0 October 28th, 2004 07:56 AM
Problem running web App rwalker ASP.NET 1.0 and 1.1 Basics 1 February 27th, 2004 01:29 PM



All times are GMT -4. The time now is 08:55 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc