<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Frustrating Error - Please Help in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348988#M2644005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working with Keith, I and others here were able to reproduce the issue as described below.&lt;/P&gt;&lt;P&gt;The application must be using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) VS2010&lt;/P&gt;&lt;P&gt;2) CRVS2010&lt;/P&gt;&lt;P&gt;3) Framework 2.0&lt;/P&gt;&lt;P&gt;4) (this may not be a must - need to test more) Report uses crdb_adoplus.dll; in the report look at Set Datasource Location. Expand the "Properties" node. You will see Database Type: ADO.NET (XML)&lt;/P&gt;&lt;P&gt;5) There are three framework references throwing warnings. The references are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System.Core&lt;/P&gt;&lt;P&gt;System.Xml.Linq&lt;/P&gt;&lt;P&gt;System.Data.DataSetExtensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The warning is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namespace or type specified in the project-level Imports '&amp;lt;name of assembly above&amp;gt;' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. mouse3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Removing the above three references resolved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;I would appreciate feedback from all of those on this thread regarding the above:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) VS2010&lt;/P&gt;&lt;P&gt;2) CRVS2010&lt;/P&gt;&lt;P&gt;3) Framework 2.0&lt;/P&gt;&lt;P&gt;4) Are your reports based off of crdb_adoplus.dll?&lt;/P&gt;&lt;P&gt;5) Do you references to the above system assemblies with the warnings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to resolve the issue by either removing the references, or setting the project to use the full framework 4.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 17:51:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-25T17:51:35Z</dc:date>
    <item>
      <title>Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaq-p/7348942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a windows form app using vb.net, Visual Studio 2008, and CR 2008 (12.0.2000.0). I have a very simple app that loads a report into a viewer control when the form is loaded. About 80% of the time, the report loads with no issue. The other 20% of the time, I receive an exception which Visual Studio doesn't point out where in my code it is, so I'm assuming its the CR viewer that is throwing it. Here is the code I am using, and the associated exception is below. I can't for the life of me figure this out, and the issue has been replicated on a clean system running the CR 2008 SP3 Runtime. Any advice would be GREATLY appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VB Code:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim Report As CrystalDecisions.CrystalReports.Engine.ReportDocument&lt;/P&gt;&lt;P&gt;Report.Load("c:\report.rpt")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crystalreportviewer_main.ReportSource = Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;System.NullReferenceException was unhandled&lt;/P&gt;&lt;P&gt;  Message="Object reference not set to an instance of an object."&lt;/P&gt;&lt;P&gt;  Source="CrystalDecisions.Windows.Forms"&lt;/P&gt;&lt;P&gt;  StackTrace: 3&lt;/P&gt;&lt;P&gt;       at CrystalDecisions.Windows.Forms.PageControl.OnMouseMove(MouseEventArgs e)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Control.WmMouseMove(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.UserControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at CrystalDecisions.Windows.Forms.PageControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp;amp; msg)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)&lt;/P&gt;&lt;P&gt;       at System.Windows.Forms.Application.Run(ApplicationContext context)&lt;/P&gt;&lt;P&gt;       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()&lt;/P&gt;&lt;P&gt;       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()&lt;/P&gt;&lt;P&gt;       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)&lt;/P&gt;&lt;P&gt;       at Rock_Pond_Solutions.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81&lt;/P&gt;&lt;P&gt;       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)&lt;/P&gt;&lt;P&gt;       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)&lt;/P&gt;&lt;P&gt;       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()&lt;/P&gt;&lt;P&gt;       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;/P&gt;&lt;P&gt;       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;P&gt;       at System.Threading.ThreadHelper.ThreadStart()&lt;/P&gt;&lt;P&gt;  InnerException: &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mlager on Oct 20, 2010 12:41 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mlager on Oct 20, 2010 12:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 22:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaq-p/7348942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T22:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348943#M2643960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mention the service pack of CR 2008 you are on?&lt;/P&gt;&lt;P&gt;Run  [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] when your application fails.&lt;/P&gt;&lt;P&gt;[Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] will be a great help to check the environment details of both scenarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try to close and dispose the report objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 00:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348943#M2643960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T00:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348944#M2643961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to run process monitor which I have not ever done... I am using sp3 and just tried installing sp3 fix pack 31 and it hasn't resolved the issue. The strange part of it all is how inconsistent the exception is. I actually get a different exception when I try to close and dispose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 00:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348944#M2643961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T00:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348945#M2643962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please paste few errors or exceptions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 00:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348945#M2643962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T00:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348946#M2643963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its strange, after installing sp3fp31, instead of getting the exception upon load, i get the following exception when i drill down on data within a report (like an on-demand report), again very inconsistently... I just dont get what the variable is making it only throw exceptions 20% of the time. ill hit a sub report, it will work. i close it and hit it again,and it throws the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the end of this message for details on invoking &lt;/P&gt;&lt;P&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="14" type="ul"&gt;&lt;P&gt;Exception Text **************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;   at CrystalDecisions.Windows.Forms.PageControl.OnMouseMove(MouseEventArgs e)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.Control.WmMouseMove(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.UserControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at CrystalDecisions.Windows.Forms.PageControl.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;/P&gt;&lt;P&gt;   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrystalDecisions.Windows.Forms&lt;/P&gt;&lt;P&gt;    Assembly Version: 12.0.2000.0&lt;/P&gt;&lt;P&gt;    Win32 Version: 12.3.2000.601&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrystalDecisions.Shared&lt;/P&gt;&lt;P&gt;    Assembly Version: 12.0.2000.0&lt;/P&gt;&lt;P&gt;    Win32 Version: 12.3.2001.684&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrystalDecisions.ReportSource&lt;/P&gt;&lt;P&gt;    Assembly Version: 12.0.2000.0&lt;/P&gt;&lt;P&gt;    Win32 Version: 12.3.2000.601&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrystalDecisions.CrystalReports.Engine&lt;/P&gt;&lt;P&gt;    Assembly Version: 12.0.2000.0&lt;/P&gt;&lt;P&gt;    Win32 Version: 12.3.2000.601&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 01:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348946#M2643963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T01:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348947#M2643964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well after another day, I'm stilling battling this with no progress. I don't believe a close / dispose is necessary, as doesn't closing the app do that? It's a single EXE that loads a report into the viewer. It works fine 80% of the time, then I close it, open it again, and boom, I get the exception above. I just tested this and received it on a Windows 7 system with the CR 2008 SP3 FP 31 runtime loaded and got the exception twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm surprised I'm the only one who has seen this, I saw a few other posted the referenced the error message and there wasn't much resolution to their problem either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report loads, and the parameters show, and most of the time, the report shows fine. Sometimes I'll get that exception immediately after pressing OK on the parameter screen, and other times the report will load, and I'll get that exception when clicking on an on-demand report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, if anyone could shed light on this, you would be a forum god. Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 00:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348947#M2643964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348948#M2643965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my attempt at forum godhood :).  So, let's think about this; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We essentially have two parts to this app; the report and the database. &lt;/P&gt;&lt;P&gt;The issue appears to be quite rare - not only are you the lucky one, but it happens quite randomly and not regularly. &lt;/P&gt;&lt;P&gt;You have the latest CR updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's time to look at the database? Thinking about what is happening when you get these exceptions; running the repot (= db connection), drill down (= another DB hit), this may not be a bad idea to think about. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which leads to a few questions / suggestions; &lt;/P&gt;&lt;P&gt;1) What database are you using? &lt;/P&gt;&lt;P&gt;2) How are you connecting to the database (OLE DB, ODBC, etc) &lt;/P&gt;&lt;P&gt;3) Is the DB client using the latest Service Pack / update &lt;/P&gt;&lt;P&gt;4) Can you change the connection type - say from ODBC to OLE DB - if only as a test? &lt;/P&gt;&lt;P&gt;5) Is the subreport using the same database and connection type? &lt;/P&gt;&lt;P&gt;6) Is the issue happening on subreport drill down, or any drillable field? &lt;/P&gt;&lt;P&gt;7) Is the issue now isolated to drill downs only? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; See if enabling the option "Verify on First Print" and "Verify Stored Procedure on First Print" will help (File |Report Options)&lt;/P&gt;&lt;P&gt;9) Is the database changing? E.g.; is your app modifying the database at the same time (give or take a milisecond) as the report is attempting to inhale the data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going back to the report. Remove the subreport. Save the report. Reinsert the subreport. See if that changes things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 14:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348948#M2643965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348949#M2643966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very good advice, I've actually started question whether or not it is the report as well. All the reports connect through ODBC. Some reports use MSSQL ODbC drivers and some use MySQL ODBC drivers, and in both cases I come across the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to run through your list and narrow this down the best I can, and do some more testing. One thing that is certain is that I don't get the error when running the report in crystal reports 2008 sp3 (the designer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll post my findings here, thanks again, you may be close to god like status &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 14:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348949#M2643966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348950#M2643967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am curious why the exception happens on OnMouseMove. do you have an event handler for MouseMove?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 17:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348950#M2643967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T17:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348951#M2643968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this is a typo or not. But I noticed you didn't declare your Report as a New object. I program in C# and it will always throw an "object reference ... " error if I don't instantiate my objects. This doesn't actually explain why it works some of the time though. I'd expect it to fail all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Code&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim Report As CrystalDecisions.CrystalReports.Engine.ReportDocument
Report.Load("c:\report.rpt")

crystalreportviewer_main.ReportSource = Report

End Sub
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Added New&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim Report As New CrystalDecisions.CrystalReports.Engine.ReportDocument
Report.Load("c:\report.rpt")

crystalreportviewer_main.ReportSource = Report

End Sub
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 21:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348951#M2643968</guid>
      <dc:creator>former_member208657</dc:creator>
      <dc:date>2010-11-03T21:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348952#M2643969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see this thread is marked as solved.  Could you report back on what the solution was?  I'm seeing this behavior in a scenario that doesn't involve data retrieval.  The report is already rendered with data. A drill-down works OK, but a drill-down within that drill-down causes this failure.  Top of the stack is:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;System.NullReferenceException was unhandled&lt;/P&gt;&lt;P&gt;  Message="Object reference not set to an instance of an object."&lt;/P&gt;&lt;P&gt;  Source="CrystalDecisions.Windows.Forms"&lt;/P&gt;&lt;P&gt;  StackTrace:&lt;/P&gt;&lt;P&gt;       at CrystalDecisions.Windows.Forms.PageControl.OnMouseMove(MouseEventArgs e)  &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;My winform app (vb.net 2008, Crystal 2008) doesn't have an OnMouseMove event so this looks like an internal viewer event that is blowing up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 19:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348952#M2643969</guid>
      <dc:creator>ido_millet</dc:creator>
      <dc:date>2010-12-13T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348953#M2643970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for replying to an old thread, but I didn't find a newer one where this problem is discussed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has there already been a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this problem with CRVS2010, I get a NullReferenceException with an onMouseOver event without any reason sometimes when opening the crystal report viewer control at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348953#M2643970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348954#M2643971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not yet resolved this, but I applied FixPack 3.2 on my development system and then distributed the FixPack 3.2 runtime and the error seems to have become much less frequent. I would have thought 2010 addressed this because it seems like a straight up bug in the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mlager on Jan 12, 2011 5:53 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mlager on Jan 12, 2011 5:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348954#M2643971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348955#M2643972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As we all know, the problem with fixing any reported bug is that any technical support receiving a bug report from a customer needs to be able to reproduce the issue. While there are a number of posts on the issue, neither I not anyone else here has been able to reproduce the issue. &lt;/P&gt;&lt;P&gt;This may boil down to someone obtaining a phone case and sharing a copy of their image. E.g.; I suspect this is a specific environment issue. And I hope it's not a specific hardware issue or a combination of hardware and environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 17:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348955#M2643972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348956#M2643973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Ludek:; if problem cannot be reproduced by your dev's team we did give you alot of information where and how this error pop-up.&lt;/P&gt;&lt;P&gt;Its on loading report, before report show there is message saying something "procesing..." and then we got specific error "onMouseMove". I dont think you have many events on mouseMove.&lt;/P&gt;&lt;P&gt;I cannot reproduce it at my wokr eather and its becouse our computer are much faster than custumores one and that loading screen is very short almoust instantly while at customers that "processing" message somethines can be few sec long.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 07:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348956#M2643973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T07:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348957#M2643974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood. But I can get the a long report load time duplicated on skookum fast machine by simply running a complicated report. Say one that has a 1,000 + formulas. And no crash...&lt;/P&gt;&lt;P&gt;You your self say  that you can not reproduce it. So yes, we have been given a lot of info on how to and I appreciate that, but if you can not repro it, I'm not sure what we should be doing(?). I'll take any ideas - other than; go get a really old slow box :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling that this will boil down to video drivers, video resolution, mouse drivers, some other drivers (printer?) and or combination there off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ludek Uher on Jan 14, 2011 7:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348957#M2643974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348958#M2643975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm .. "my guess" is that this error pop up most likely on slow machines and that is just and info that you could take in mind when debugging onMouseOver event in you viewer.&lt;/P&gt;&lt;P&gt;I cannot reporoduce it constantly .. i get like every 100 time error, but as on customers its constantly like 50 per day.&lt;/P&gt;&lt;P&gt;I dont know if viewer have any onMouseMove events tho it is some kind of chain message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348958#M2643975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348959#M2643976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ludek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you opened the door (requesting ideas), there is a clear unhandled exception in a clearly identified internal event.  Ask the development team to catch and quietly handle that exception. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that they are using an event argument to instantiate an object that has not yet materialized.  The detail is not that important.  What's important is that ANY "Developer" worth that title should be able to resolve this bug within 1 hour of work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 16:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348959#M2643976</guid>
      <dc:creator>ido_millet</dc:creator>
      <dc:date>2011-01-14T16:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348960#M2643977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solving this problem with your developers wont be much of a problem, we can catch excaption too and silently ignore it but its not way that should be done. In all forms i have viewer to code error exception that will be, probably, solved is not solution i am looking forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really frustrating and if we can get info will this be fixed soon or not. If it wont be in near future i will have to handle it in my application and all other users will have to do the same. (dont you think its something wrong with that solution?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 08:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348960#M2643977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-18T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrating Error - Please Help</title>
      <link>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348961#M2643978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you catch this exception? The control is throwing it outside of my user code... I've put my try statements around CRViewer.ReportSource = "..." but that doesn't catch the exception. Just curious how you would handle this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 15:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/frustrating-error-please-help/qaa-p/7348961#M2643978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-18T15:56:48Z</dc:date>
    </item>
  </channel>
</rss>

