Memory could no be read in Crystal Reports 2008

I'm getting the following error in Crystal Reports 2008 when I want to open the Format menu in the toolbar The moment Crystal Reports 2008 has just started (no report is loaded):
Crystal Reports: crw32.exe - Application Error
The Instruction at "0x00a1305d" referenced memory at "0x00000000". The memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the program
The moment I click on the format menu a process SVCHOST has 100% CPU Usage for some moments and after a few seconds the errormessage appears.
I'm working on a Microsoft Windows Server 2003 Standard Edition Service Pack 2 with 2 CPU's and 3 GB of memory.
The version of Crystal Reports is an evaluation version with Service Pack 2 on it (version = 12.0.0.840).
When I install the same Crystal Report version on the client, the error doesn't occurs.
What could be wrong on the server.?

Please post this query to the Crystal Reports Design forum:
SAP Crystal Reports
That forum is monitored by qualified technicians and you will get a faster response there.
Thank you for your understanding,
Ludek

Similar Messages

  • Error "memory could not be read" running some Crystal XI reports

    I have a few crystal reports that work some times on a PC then after being run a few times get the following message. The report doesnt load and get a microsoft error:
    "memory could not be read"
    This happens on all spec of PC from low memory PCs to high memory PCs.

    Reboot the computer.  I have this issue occasionally with a high-mem computer.

  • Reports 3.0 "Memory could not be read" error

    If the object referenced by a trigger is deleted without also deleting the trigger itself the following error message appears when attempting to access or delete the trigger:
    R30DES32.EXE - Application Error
    The instruction at "0x649e401e" referenced memory at "0x00000402". The memory
    could not be "read".
    Click on OK to terminate the application
    Click on CANCEL to debug the application
    <<OK>> <<Cancel>>
    Clicking either button terminates the session.
    How can I get rid of a trigger in this situation when to highlight it and press the delete key only results in needing to restart Reports?
    TIA,
    Dan Wilterding
    [email protected] (aging e-dress, soon to go away)
    [email protected] (newer, faster, shinier e-dress with better mpg)

    GX is disabled since installing. I don't know what or who installed manycam but i will disable it and come with updates. Thank you, kind sir.
    Later edit: OK Uninstalled manycam just changed the error code, but the error is still there. I attached the picture.
    Attachments:
    DSC_2877.JPG ‏2879 KB

  • Error Reported : The instruction at 0xe7c49714 referenced memory at 0x0000000. The Memory could not be read. Click on OK to terminate the program

    Hi
    All  Got an Error Message when i was restarting the VM after some thing
    Please look in to this
    The instruction at 0xe7c49714 referenced memory at 0x0000000. The Memory could not be read.
    Click on OK to terminate the program

    Hi Ayaz_Shaikh,
    What’s your host OS?
    Do you install Windows 10 Technical Preview in Hyper-V? Or some else virtualization products?
    Alex Zhao
    TechNet Community Support

  • How to overcome the Memory leakage issue in crystal report 2008 SP2 setup.

    I have developed the small windows based application tool with help of  Visual studio 2008 for identify the memory consumption of crystal report object. It helps to load the crystal report objects in the memory and then released the object from the memory. The tool simply does the u201CLoading and Unloadingu201D the objects in the memory.
    The tool will be started once u201CTest_MemoryConsumption.Exeu201D executed. The u201CTest_MemoryConsumption.Exeu201D consumes u201C9768 KBu201D memory before load the crystal report object in memory. It means, 9768 KB is normal memory consumption for run the tool.
    Crystal report object initiated by the tool and object help to load the report in memory once the tool initiated the crystal report object. Now u201CTest_MemoryConsumption.Exeu201D consumes u201C34980 KBu201D memory during the crystal report object creation and report load process. The actual memory consumption of crystal report object is 34980u20139768=u201C25212u201DKBu201D. 
    The memory consumption u201C34980 KBu201D will be continued till the end of the process. The memory consumption will be reduced to u201C34652 KBu201D from u201C34980 KBu201D once report load process completed. It means, u201C328 KBu201D memory only released from the memory consumption. Tool enables the Release command for the crystal report object. But crystal report object does not respond to the command and will not release his memory consumption.
    The memory consumption u201C34652 KBu201D will be stayed in the memory once job ends.  If i again initiate the crystal report object then it crystal report object start to consume the memory from 34652 KB.
    Database objects and crystal report objects are properly used in the tool. The object release commands properly  communicated to crystal report setup. But the u201CCrystal report service pack 2u201D setup unable to respond the commands which has enabled from .Net Tool.  Crystal report objects are properly initiated and disposed in the tool. But the crystal report unable to release from the server.
    The memory consumption will be reduced once the server restarted or kill the application.
    Crystal report 2008 and crystal report 2008 SP2 setup available in the server.
    Microsoft .Net Framework 2.0 SP2, Microsoft .Net Framework 3.0 SP2 and Microsoft .Net Framework 3.5 SP1 are available in the server,
    Could you please suggesst how to avoid the memory consumption keep increasing and  how to release the memory consumption  once the crystal object disposed???

    Hi Don..
    My case is different one. I hope, the problem with Run time Installation setup file (Crystal report 2008 Serivce Pack2 installer) which we installed in the server.
    Let me explain with Live scenario which our client faced in crystal report 2008 Service pack2 Installer.
    Our client is using a application to help to print their reports. The application is developed with Windows service.
    Windows service keep on running in the server. Windows service executes the client 's crystal reports( Labels Report, Stock  report) which designed for clients need and the reports will be printed from printer. 
    10 Same type report (Label Report) will be printed in 1 minute. Reports are not printing during non business hours. But the windows service keep on running.  Memory cosumption of application will be 160 MB in business hours.
    For Example, On Monday the application memory consumption starts with 160 MB. The Memory consumption will be reached 165 MB  in peak business hours. Then the memory will be ended in163 MB in the End of Monday. It means, The memory consumption will be in 163 MB during the non business hours. Reports will not be printed in non business hours.
    On Tuesday, the application memory consumption starts with 163 MB and it will be reached 168 MB during the peak hours. The Memory consumption will be ended in 165 MB in the end of Tuesday.  The same process contiues till friday. End of friday, the memory consumption of the application will be ended with 170 MB.
    Application Memory Consumption slowly increasing in the server. In 5 days, Memory consumption reached Threshold value (170 MB) of the server. Application gets hanged up once the memory consumption reached 170 MB. We got the error messages as "Attempted to read write protected memory " / "Not Enough memory for process".  If we restart server / If we restart the service then memory consumption of application get reduced to 160 MB.
    From the above scenario, We came know that the either the problem with Application object or the problem crystal report object. In the application, We have checked dispose methods of application objects completly. I am sure that  application objects are properly disposed in the application. I hope the problem not with application objects. The problem with Crystal report objects.
    Application properly communicates the dispose methods to crystal report objects. Crystal report objects are not released from
    the memory.
    Crystal report 2008 Serive Pack 2 setup installed in the server. 
    As you said, If Crystal report runtime is not released from memory then memory consumption keep increase???  In service oriented architecture application, how to unload the crystal report runtime??
    Do you any fix for this kind of issue??
    Willl Crystal report 2008 service pack 3 help on this issue??

  • Cannot Change Data Source - Error The memory could not be "read"

    We have some reports that were created under Crystal Reports version 10 using a Sybase 12.5 database as the datasource.  We have since upgraded to Sybase 15 ASE and we are also attempting to upgrade these reports to Crystal Reports version 11.5.  The reports will convert to version 11.5 but will not work because of the following error:
    "Failed to load database information. Details: The database connector 'crdb_p2ssyb10.dll' could not be loaded"
    From previous experience we know that Sybase 15 is only supported via ODBC with Crystal Report 11.5, so we tried to change the datasource to ODBC, but when we do that we get the following error:
    The instruction at "0x0e864b11" referenced memory at "0x00000004". The memory could not be "read".
    Do we have any options at this point besides competely re-creating the reports?

    We are using CR 11.5 and trying to change the data source to ODBC.  I can create a new report and use the same stored procedures as a datasource via ODBC with no issues.  I only have an issue when trying to change the data source on these existing reports.

  • Crystal Reports 2008 - Report Load error - Memory Leak Error?

    Hello
    <br>
    We have a problem with Crystal Reports 2008 with .NET 2.0.
    <br>
    CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    <br>
    The problem is that during high amount of report producing, errors in eventlog pops up and the production of reports using <br>
    Crystal Reports stops.
    <br>
    Below are examples of the three most common event logs.
    <br>
    We have tried to implement a cleanup method both as a destructor (with a global ReportDocument rdoc variable) and using direct call to cleanUpDoc() method when finished with loading doc:
    <br>
    ~IOServerClass()
    <br>
    <br>
                cleanupDoc();
    <br>
    <br>
    <br>
            private void cleanupDoc()
    <br>
    <br>
                try
    <br>
    <br>
                    if (rdoc != null)
    <br>
    <br>
                        rdoc.Close();
    <br>
                        rdoc.Dispose();
    <br>
                        rdoc = null;
    <br>
    <br>
                    this.CleanGlobalEvents();
    <br>
                    System.GC.Collect();
    <br>
    <br>
    <br>
    <br>
    The doc is loading using the "normal" method (in-process).
    <br>
    <br>
    try
    <br>
    <br>
                        rdoc = new ReportDocument();
    <br>
                        rdoc.Load(fullpathandreport); 
    <br>
    <br>
                   catch (Exception ex)
    <br>
    <br>
                    cleanupDoc();
    <br>
    <br>
    ...process doc....
    <br>
    cleanupDoc();
    <br>
    <br>
    Furthermore we have tried during Scalable tests of the system - but cannot produce the below errors ourselves. Only the customer can.
    <br>
    Please help with solving this problem.
    Is the above advisable to do?
    Should the document be loaded in another way?
    Is it a memory leak?
    <br>
    Regards
    Kristian
    <br>
    <br>
    event logs:
    <br>
    <br>
    #1
    <br>
    <br>
    Event Type:     Error
    Event Category:     None
    Event ID:     1102
    Date:          12-02-2010
    Time:          10:22:05
    User:          N/A
    Description:
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at xxx.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:Analysis Server
    InnerMes:
    Error in File 321 {19463E3B-D404-45EB-88AE-5722A7FF9E90}.rpt:
    The request could not be submitted for background processing.
    InnerStack:
       at
    CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    <br>
    <br>
    #2
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Creating an instance of the COM
    component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} from the IClassFactory failed
    due to the following error: 8007000e.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc()
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep, Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 289
    <br>
    #3
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\reports\340.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008
    \Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:CrystalDecisions.ReportAppServer.ClientDoc
    InnerMes:
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    InnerStack:
    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    Edited by: kristians on Feb 16, 2010 2:57 PM

    Hi;
    First, ensure you have the latest service pack / hot fix for your version of Crystal Reports, and that the client has the same updates as well. Fix Pack 2.4 is the current latest, and can be downloaded from our downloads section.
    One of the errors is the Background Processing error, so have a look at the following article:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33&overridelayout=true
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • When I close firefox I get an error message that says:The instruction at 0x7758144 referenced memory @ 0xffffffff, The memory could not be read, how to fix ths?

    I get an error message that says , nsAppShell:EventWindow:firefox.exe... Application E...
    The instruction at 0x7758e1144 referenced memory at 0xffffffff. the memory could not be read. Click on OK to terminate the program. What's wrong and how do I fix it?

    I knew how to do that, sorry. I didn't know if you wanted a copy of each individual report or just the page. Here it is...
    Submitted Crash Reports
    Report ID Date Submitted
    bp-af8afb9c-406f-4843-b5f0-f341c2140704 7/2/2014 7:12 PM
    bp-500df430-465f-44ec-9a7e-c34372140702 7/2/2014 4:52 PM
    bp-2c14d0a2-b4a2-4eee-a72d-85b912140702 7/2/2014 4:51 PM
    bp-2e8bc220-7e16-4291-b3c3-59a7b2140702 7/2/2014 4:50 PM
    bp-ea8a52d4-ff08-48f4-b641-539202140702 7/2/2014 4:49 PM
    bp-7ff8483e-468a-4324-b788-336e02140702 7/2/2014 4:46 PM
    bp-ee0edfa1-f678-428c-868d-1f80b2140702 7/2/2014 4:44 PM
    bp-dd32ccd5-4a84-4582-baa9-d731a2140701 7/1/2014 5:29 PM
    75d1f4f1-730e-4e6d-a9aa-7bf08527c14e 5/14/2014 7:40 PM
    a5d77b9b-5adc-40ed-8926-245f9c1711b2 4/23/2014 6:24 PM
    42ef8c1d-dd05-401f-b91c-15633c5080f5 2/17/2014 2:33 PM
    0a233130-e0e9-4a78-ac7c-70ce42d07fcd 2/17/2014 2:33 PM
    90b4e67a-5655-4dbf-96aa-b1ceb622cffb 2/17/2014 2:33 PM
    1222611d-88cd-4c2b-a165-48dc2ae60888 2/17/2014 2:33 PM
    921660a9-b14c-4b71-81c0-4864f246f531 2/17/2014 2:32 PM
    84c51953-118a-4b16-a65c-5b0472c31885 2/17/2014 2:32 PM
    b12c8c12-b5d2-4028-8804-7831fff1e059 2/17/2014 2:32 PM
    fa608271-c2c6-4ff2-8fee-dd12d9cddca5 2/17/2014 2:32 PM
    110a075b-5209-4b48-98fb-51f6c18747b7 2/17/2014 2:32 PM
    f6b7c7f8-edb5-4c8a-9f9d-95cdf9dae28f 2/17/2014 2:32 PM
    38df997b-6c08-4b04-9e10-79114e21b087 2/17/2014 2:32 PM
    58e8b80b-0482-4df7-874e-e3c051e3a390 2/17/2014 2:32 PM
    2649763b-3e51-414c-87a9-c429e2542a1c 2/17/2014 2:32 PM
    f3323912-ee94-40ac-9378-891cf8d04454 2/17/2014 2:32 PM
    db9a70c3-8de0-4b52-b7f2-999da7fa4584 2/17/2014 2:32 PM
    ac6c20aa-fd8b-4068-8fee-777fddba34a9 2/17/2014 2:32 PM
    86068336-7d23-42de-ae1e-30c58f38ed20 2/17/2014 2:32 PM
    da68f0b9-1b9f-4fc6-b16d-1f7b3e57a111 2/17/2014 2:32 PM
    a5a07386-14fb-44e3-aabe-2dcf350980f8 2/17/2014 2:32 PM
    3f447cee-1105-416e-9b66-163fcb2f25fb 2/17/2014 2:32 PM
    968c04e0-00bd-4489-8ac3-13e2100b0f70 2/17/2014 2:32 PM
    84a12490-7aff-43a3-8b18-e596eef73ece 2/17/2014 2:32 PM
    8f5bc390-2805-41df-8d60-48c2b6b61816 2/17/2014 2:32 PM
    088af5c3-ec72-47a6-be3e-5635daf4bd7c 2/17/2014 2:32 PM
    30f469f8-4802-4708-ad13-01b0f69a5087 2/17/2014 2:32 PM
    33080078-0b63-4db7-8f06-0ae2547e8118 2/17/2014 2:32 PM
    f03a4616-d0bb-41a6-b322-b5edfbaaede8 2/17/2014 2:32 PM
    577bb1ab-2f33-4707-b3f5-a89fab3ecdfb 2/17/2014 2:32 PM
    e05818d0-59b2-4e32-aa85-88a76401a12c 2/17/2014 2:32 PM
    0d6c09fa-bc59-438a-b306-7775f4339846 2/17/2014 2:32 PM
    95d256b1-f1d2-4443-99f1-2373246e2c40 2/17/2014 2:32 PM
    fa943610-9b45-4e01-ba2e-137fff6b0278 2/17/2014 2:32 PM
    1d918c94-c13e-4e1b-89f6-6931e0aa99a8 2/17/2014 2:32 PM
    b7a0218c-de80-4a2f-9aea-8df9bda565fe 2/17/2014 2:32 PM
    9b9d142f-e411-4529-840d-b0ad9bae57e6 2/17/2014 2:32 PM
    cbdc8180-d488-4a74-954a-2b209954cee9 2/17/2014 2:32 PM
    b0d7cb88-4f57-4650-8863-d085d7eaa255 2/17/2014 2:32 PM
    fc56f033-1b12-4588-8ffb-8742245d8e0b 2/17/2014 2:32 PM
    603c27c7-d40e-45bb-8a23-85cd5e3ad974 2/17/2014 2:32 PM
    03778c8d-1e07-4532-a692-cc13200c9bd8 2/17/2014 2:32 PM
    e8a1bcbd-9109-48a3-9d4b-7ad2c66ba12f 2/17/2014 2:32 PM
    5c063da2-6949-44cf-9f8a-12d45e41b053 2/17/2014 2:32 PM
    6758ff53-9c38-472f-83b0-466c7d38080a 2/17/2014 2:32 PM
    a252f676-f745-415b-b640-5eb8df5cbc6d 2/17/2014 2:32 PM
    a0ffc786-3e64-4d41-8518-1545ec39ca90 2/17/2014 2:32 PM
    922ea6d5-6204-4a10-8208-68dddef1afcb 2/17/2014 2:32 PM
    8bf8a1b9-33ce-48df-9f73-36d09da7d3b2 2/17/2014 2:00 PM

  • When I close Firefox, I get an error That says "The insstuctions at 0x7c911389 references memory at 0x0000010. The memory could not be read

    When I exit Firefox, I get an error message that says The instuction at 0x7c911389 referenced memory at 0x000000010 The memory could not be read.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Firefox.exe - Application Error Ox6bea400c referenced memory at Ox702b2260; memory could not be read. I received this message when exiting windows after previously using Firefox.

    Application Error Ox6bea400c referenced memory at Ox702b2260 that memory could not be read. This just recently started happening and only appears when I'm shutting down windows.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Application Error - memory could not be read

    Hello all,
    we are having a problem with certain users of Manager Self Service (MSS) that have a large number of staff available to report upon.
    This problem occurs whenever these managers run any report for more than 63 employees. The IE error is:
    iexplorer.exe - Application error
    The instruction at xxxxxxxxx referenced memory at yyyyyyyyyy. The memory could not be "read".
    OK to terminate.
    CANCEL to debug.
    The session closes whichever button is clicked so we can't view any expanded error help.
    Could anyone please tell me where to look to determine the reason for this error - for example, would it be in the portal error logs or should I run an R3 trace?
    Has anyone encountered this error before?
    Many thanks in advance,
    Keiron.

    Hi Dion,
    Check the Product Availiblity Matrix in Service Market Place and check the IE compatablity with your portal and business package version.
    Note : If this is not working then mention your portal, business pacakge and IE version.
    Reagrds,

  • "The instruction at "0x1000865c" referenced memory at "0x1000865c'. The memory could not be "read".

    Firefox 7 crahes on startup. I get a dialog that says "The instruction at "0x1000865c" referenced memory at "0x1000865c'. The memory could not be "read". I've tried everything- clean installs, renamed profile, etc., and this happens even when starting in safe mode. Any ideas? Thanks
    BTW, I don't have a
    "submitted" subfolder in Crash Reports. All I have is two files and neither has the typical crash report ID. Also, I'm running an XP/SP3 laptop. All was find until I accepted the update!
    Thanks

    On my .Net application, I put this code to solve this problem on exiting the program:
    Private Sub BatchOrganizerForm_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing 
    If Me.pdfViewFile IsNot Nothing Then
    System.Threading.Thread.Sleep(2000)
    Me.pdfViewFile.Dispose()Application.DoEvents()
    End If
    End Sub
    I think the problem is you must give time to dispose first the pdf control before the application.
    This code worked for me. I hope this helps.

  • The memory could not be "read" - FRM-92101

    Hi:
    I tried to copy the records from one block(database) to the other(non-database). It's working fine when the block had less than 50 records. But when it's greater than 50 records I got the following errors:
    ifweb90.exe - Application Error
    The instruction at "0x77fcc823" referenced memory at "0xfffffff8". The memory could not be "read".
    Click on OK to terminate the program
    OK
    followed by
    FRM-92101: There was a failure in the Forms Server during the start up .....
    OC4J Instance got Forms session <#> aborted - Unable to communicate with runtime process.
    Any ideas,
    Thanks,
    -TD

    HI
    Iam getting the same error when testing the BI reports.
    Please advise,
    cheers

  • How do I fix Application error "The instruction at 0x77a42245 referenced memory at 0x77f174e8. The memory could not be read"

    I updated my Firefox to 19.1 and since then Firefox will not respond and gives the following error message ""The instruction at 0x77a42245 referenced memory at 0x77f174e8. The memory could not be read. Clic on OK to terminate the program. When you click OK then Firefox crashes. How do I fix this please?

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes
    If you have submitted crash reports then please post the IDs of one or more crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter

  • Receive an Application Error (The memory could not be "read") when opening

    After I install Itunes the program works ok until I close it and try to reopen. When I do this I receive an Application Error that says:
    The instruction at "0x6686f183" referenced memory at "0x0fccc094". The memory could not be "read".
    Click OK to terminate the program
    Click CANCEL to debug the program
    Debugging does not work so the only solution is to uninstall Itunes and then reinstall. That again only works for one use of the program. As soon as I close it and re-open, I get the same error. Please HELP. I cannot waste any more time uninstalling and reinstalling.
    Sony   Windows XP  

    Try this: Turn off automatic Microsoft/Windows updates and reboot your computer. I saw this a couple of weeks ago on the forum.

Maybe you are looking for