Runtime error Outlook.exe with Acrobat 7.0.9

I use Acrobat 7.0.9 professional with Office 2000. When using Outlook I get often messages "Microsoft Visual C++ runtime library Runtime error! Program: X:\Apps\Microsoft Office\Office]Outlook.exe This application has requested the Runtime to terminate it in a unusual way. Please contact the application's support team for more information."
This error message shows up after deleting a message. Not always. The operating software is Windows XP.

1 - the latest is 7.1
2 - microsoft has one (maybe two) runtime fixes
go to http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US
search for the text of the error message, or "something like"
runtime update
and follow the links to find the download

Similar Messages

  • I cannot open a .pdf in an incoming mail (Outlook 2010) with Acrobat Pro XI.  It will only allow "preview".  I have to  copy and paste the .pdf to my desktop and then open it.  What do I do to restore the 2x click in Outlook to open the .pdf?  thank you

    I cannot open a .pdf in an incoming mail (Outlook 2010) with Acrobat Pro XI.  It will only allow "preview".  I have to  copy and paste the .pdf to my desktop and then open it.  What do I do to restore the 2x click in Outlook to open the .pdf?  As of now, I get the following bracket opening on screen when I click on the Acrobat icon for attachment within the email:  Thank you
    Adobe Acrobat has stopped working
    Windows can check online for a solution to the problem.
    -Check online for a solution and close the program
    -Close the program
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             Acrobat.exe
      Application Version:                           11.0.7.79
      Application Timestamp:                     536b812b
      Fault Module Name:                          Acrobat.dll
      Fault Module Version:                        11.0.7.79
      Fault Module Timestamp:                  536b80ff
      Exception Code:                                  c0000005
      Exception Offset:                                00cbf281
      OS Version:                                          6.1.7601.2.1.0.256.48
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Hi Gary,
    I have seen this issue occur with users who have this registry setting missing or have improper permissions.
    When you double click the attachment to launch the pdf it is saved and opened from the temporary folder unless saved specifically to a location.
    If you dont have the below mentioned registry key or improper permissions then attachments fail to open.
    Please  heck if the following reg key exists:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security
    or
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\Security
    Value Name: OutlookSecureTempFolder
    If the value exists, and if the value contains a valid path, Outlook 2010 uses that location for its temporary files.
    If the registry value does not exist, or if the value points to an invalid location, Outlook 2010, Outlook 2007, or Outlook 2003 creates a new subdirectory under the Temporary Internet Files directory and then puts the temporary file in the new subdirectory. The name of the new subdirectory is unknown and is randomly generated, depending on your version of Outlook.
    Please check the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security
    Note the location for: OutlookSecureTempFolder key
    Check if the same folder exists in the following location and if not create a corresponding folder in the location on C:\Users\<User account name>\Appdata\Local\Software\Microsoft\Windows\......
    Regards,
    Rave

  • CS5 Runtime Error Photoshop.exe

    I've had CS5 since 17 May and several times, when trying to open a file from Bridge, I get 'Runtime Error Photoshop.exe' - annoys the you-know-what out of me!!!
    It happens:
    starting the computer again from Standby mode - means I have to Restart the computer each time, and
    changing Preferences - in Bridge and Photoshop.  Not sure which Preferences cause the Runtime Error, so I'm stuck with default settings.
    Tech Support advised me that it 'might be due to damaged preference files and to recreate the Photoshop preferences file ... too complicated for this little black duck.
    Anyone else have similar problems and, if so, have you managed to fix it.  If you have, could you explain how in KISS terms.
    Ta!

    Just a general comment...
    It may not be "green" but I never, ever allow my computer to go into Standby mode.  If you read the Microsoft forums, it becomes clear that Windows has always been rife with problems that occur after "waking" a sleeping computer.  Maybe it's just something that's not tested that much.  Note that I'm specifically talking about "Standby", not "Hibernate".
    In general heat and power cycles are harder on computer hardware than just keeping it on at a steady temperature.  That said, make sure and clean the dust out occasionally, as it will accumulate faster when a computer is left on.
    Some say disk drives might have shorter lives if left on, but my experience, working an entire career in large companies with lots of computers, is just the opposite:  By FAR we saw more drive failures after power cycles.  On desktops that people would turn off, disks wouldn't spin up, or just started failing to read properly.  By contrast, there were whole banks of computers in test labs, for example, that just stayed on 24/7 on UPS power and never had any problems.  Our IT department finally advised everyone to leave their systems on when they went home, which also facilitated software maintenance and backups.
    I know this can't help in some cases, e.g., laptops, but if you are willing to spend the money for a little more power, avoiding the use of "Standby" on a desktop system is a workaround that can actually help stabilize computer operation.
    -Noel

  • Runtime Error on XP with Outlook 2010

    I get Runtime errors too.
    When i want to open an PDF in my Office 2010 Outlook then i get a runtime error.
    Whats to do?
    Greets
    Olaf

    A good idea would be to search for this problem in discussion forums (such as this one) and also to reinstall both Outlook and Adobe Reader to see if this resolves the problem.
    John
    http://www.ep1c-gaming.co.uk

  • Getting "warning" -- "Late bound resolution, runtime errors could occur" with a line referencing a Word document

    The problem line is:
                Dim Author$ = wd.ActiveDocument.BuiltInDocumentProperties(WdBuiltInProperty.wdPropertyAuthor).value.ToString
    "wd" is my program's instance of Microsoft Word.
    I've encountered this error before and could always fix the program and get rid of the warning without having to enclose the line in a "Try..Catch" structure. I enclosed this line in a Try..Catch, but the warning still appears, and for some reason,
    I have dedicated my few remaining years to getting rid of it.
    Robert Homes

    Armin:
    That didn't work for me. I couldn't even compile it like that, and I changed it to:
    =============================================
            Dim props As Microsoft.Office.Core.DocumentProperties = _
                    DirectCast(wd.ActiveDocument.BuiltInDocumentProperties, _
    Microsoft.Office.Core.DocumentProperties)
            Dim Author$ = props(WdBuiltInProperty.wdPropertyAuthor).Value.ToString
    =============================================
    That at least allowed me to compile (and DID get rid of the warning), but then I got a runtime error:
    ========================================================
    An unhandled exception of type 'System.InvalidCastException' occurred in Share.exe
    Additional information: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Core.DocumentProperties'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2DF8D04D-5BFA-101B-BDE5-00AA0044DE52}'
    failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    ================================================================================
    Robert Homes

  • Runtime error. nimxs.exe abnormally terminated by Visual C++ Runtime library

    Hello, I installed without a glitch Labview 8.6 evaluation on my notebook (WXP, SP3). I could not launch the software from the outset and keep getting MS Visual C++ Runtime Library Runtime Error about nimxs.exe abnormally terminating the Runtime.
    I had not worked with the development software previously. I only had Runtime Engine 7.1 on my computer to work with older VIs that had been working flawlessly. Idi not develop these VIs and had not modified them. I removed the Engine from the computer and rebooted several times to no success. The forum discussions about this kind of error are not pertinent to this problem of installation that has never worked. I tried to disable firewall and antivirus and added nimxs.exe to the firewall's enabled software, again to no success.
    Can anyone help? Thanks in advance

    Hello David,
    it did not help. Since I could not run LabVIEW any time I do not think the database got corrupted. The message (snapshot attached) appears on the computer start up. I would suspect the firewall, but disabling it did not help either.
    Petr
    Attachments:
    Clipboard01.jpg ‏19 KB

  • Runtime Error in JTable with JTableModel Implementation

    Hi,
    I tried to do a JTable (named "table) in my program, with an implementation of JTableModel, called DataContent (obj named "dc"). Now if I try to change dc's data and refresh the table in the window by doing a "table.setModel(dc);", my programm gives me just runtime errors.
    class MyFrame extends JFrame implements ActionListener{
    // This is the class of the JFrame which contains the table
    // globally defined vars:
    private DataContent dc;
    private final JTable table;
    // in someMethod(){
    public MyFrame(){
    // creates, inits and draws the table into the window - this works !
         JPanel jpPreview = new JPanel(new GridLayout(1,0));
         dc = new DataContent();
            table = new JTable(dc.getTableData(), dc.getCol());
            table.setPreferredScrollableViewportSize(new Dimension(500, 40));
            table.setBorder(borderPanel);
            jpPreview.add(table);
         jpSeparator.add(jpPreview);
    public void actionPerformed(ActionEvent ae) {
    // in the same class
              if(ae.getSource() == butLoadPath){
                   // choose a path by clicking on a button "butLoadPath"
                   szPath = sg.readPath();
                   labelLoadPath.setText(szPath);
                   dc.setPath(szPath);
                   dc.setContent(szToken);
              }else if(ae.getSource() == butSeparator){
                   // choose a different separator token by JRadioButtons
                   // when someone clicks on the button butSeparator,
                   // the table should be refreshed, with this function:
                   setPreview();
              }else...
    private void setPreview(){
              // reads out which option was chosen by the radiobuttons - this works
              // refreshes the Object[][] oData in dc - this works, too
              dc.setContent(szToken);
              // this should refresh the table obj in the JFrame,
              // this gives me some Null.pointer.exception - why ?
              table.setModel(dc);// ??? P R O B L E M ???
         }I have implemented the Interface DataContent like this:
    public class DataContent implements TableModel{
         // vars
         private int iRow,iCol;
         private String szInputData = "";
         char cToken, cLineLimiter;
         private Object[][] oData;
         // ctor
         public DataContent(){
              reset(); // set Elements...
         public void setPath( String szPath){          
              // read line from file obj...
         private void reset(){
              // set up an epmty set of data in the table...
         public void setContent( String szToken){          
              // separate content of szInputData by szToken and set oData...
         public Object[][] getTableData(){
              // return oData...
         public String[] getCol(){
              // gives some name for each column...
    ////////////////////////////////// automatic generated for the implementation of the interface JTableModel /////////////////
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getRowCount()
         public int getRowCount() {
              // TODO Auto-generated method stub
              return iRow;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnCount()
         public int getColumnCount() {
              // TODO Auto-generated method stub
              return iCol;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnName(int)
         public String getColumnName(int columnIndex) {
              // TODO Auto-generated method stub
              String[] szColumnName = getCol();
              return szColumnName[columnIndex];
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnClass(int)
         public Class getColumnClass(int columnIndex) {
              // TODO Auto-generated method stub
              return null;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#isCellEditable(int, int)
         public boolean isCellEditable(int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              return false;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getValueAt(int, int)
         public Object getValueAt(int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              return oData[rowIndex][columnIndex];
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#setValueAt(java.lang.Object, int, int)
         public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              // NO editing !
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#addTableModelListener(javax.swing.event.TableModelListener)
         public void addTableModelListener(TableModelListener l) {
              // TODO Auto-generated method stub
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#removeTableModelListener(javax.swing.event.TableModelListener)
         public void removeTableModelListener(TableModelListener l) {
              // TODO Auto-generated method stub
    }I tried to implement some of the automatic generated methods, without success, still the same problem. What can I do, that...
    table.setModel(dc);
    ...works without probs ???
    Is there a better way to do this - the table should not even be editable, just to be shown in the window, to give an impression ??
    THX

    Why are you creating you own TableModel. Use the DefaultTableModel its easier. If you don't want you cells to be editable then you just do this:
    JTable table = new JTable(...)
         public boolean isCellEditable(int row, int column)
              return false;
    };

  • Runtime Error building Installer with NI-VISA Runtime

    Greetings,  I'm getting this error whenever I check the "NI-VISA Runtime" option in the installer app builder.
    Everything builds fine when I check only the Runtime Engine.  Shown below is what causes the RUNTIME ERROR and closes Labview Unexpectedly.
    Any help you could provide would be very much appreciated.
    Regards,
    JD

    Hi JD,
    This is a relatively common error with the Application Builder that can happen for several different reasons, namely registry keys pointing to installations that no longer exist. The easiest way to identify the problem is to get detailed information about the installer build. Here are directions:
    LabVIEW has the
    ability to create a very detailed log of the events that occur when
    building an application or installer. To enable this feature, open up
    the LabVIEW.ini file and copy "CDK.EnableLog=true" to the bottom
    of the file. Save the changes and close the ini file. The LabVIEW.ini
    file is usually located in C:\Program Files\National
    Instruments\LabVIEW X.X
    Enabling this feature will create a log file in the %temp% directory of your computer (%...% means a computer variable) .
    To
    find out where this temp directory is located, go to Start>>Run.
    Type in "cmd". Then type "set". This will return all of your computer's
    variable names.
    Look for TEMP in the list of variable names. You should see something like "TEMP=C:\DOCUME~1\user\LOCALS~1\Temp".
    Navigate to this directory using Windows Explorer.
    You
    should see a file named "Name.log" where "name" is the name of your
    build specification. For example, you might see "My Installer.log" if
    the name of your build specification is "My Installer".
    This will give you a more detailed log of the attempted build and, if I'm correct about why this particular build failed, show you which installer is expected at that registry. If the registry points to a directory without the necessary installer (i.e. VISA), simply delete the registry and allow the App Builder to prompt you to to point to the correct location.
    Michael K.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • Runtime Error CSS_Splash.exe

    I recently setup a new notepad computer.  Then I made it part of our network as a User.  When I login as the User, I get the following error message.
    Runtime Error.  Program: ...ram Files\Lenovo\Client Security Solution\css_splash.exe
    This application has requested the RunTime to terminate it in an unusual way.  Please contact the application's support team for more information.
    After clicking on OK, everything appears to work properly.  Should I be concerned?
    Thank you.

    Search for the file css_splash.exe and rename to css_splash.exe.old.  At next login the correct Client Security Solution screen displayed instead of the runtime error message.

  • Runtime error itunes.exe

    for about 2 months when I add pdf files to the library I get the following error message:
    runtime error
    Program: c: \ Program Files (x86) \ iTunes \ iTunes.exe
    This application has request the runtime toterminate it an unusual way.
    then itunes crashes and closes.
    Can you give me directions on how to solve the problem?
    Use WIN7 64bit
    thanks

    for about 2 months when I add pdf files to the library I get the following error message:
    runtime error
    Program: c: \ Program Files (x86) \ iTunes \ iTunes.exe
    This application has request the runtime toterminate it an unusual way.
    then itunes crashes and closes.
    Can you give me directions on how to solve the problem?
    Use WIN7 64bit
    thanks

  • Event 1000, Application error, Outlook.exe, version 15.0.4128.1022 crashes all the time

    15.0.4128.1022
    502b9a43
    KERNELBASE.dll
    6.1.7601.17932
    50327672
    80000003
    00013219
    2178
    01cdb79f5bf10fd6
    C:\Program
    Files\Microsoft Office 15\Root\Office15\OUTLOOK.EXE
    C:\Windows\syswow64\KERNELBASE.dll
    9ae04138-2392-11e2-836c-0025b3d25202

    There could be various reasons why this is happening. The most common ones:
    1. Add-ins or security programs conflicts - disable AVG/Firewall, run Outlook with the command-line "Outlook.exe /safe" to check if it still crashs.
    2. Corrupted email profile - Create a new Outlook profile to test.
    3. Damaged Office programs file - Repair and reinstall Office 2013.
    Let me know the result and feel free to post back. Thanks.
    Tony Chen
    TechNet Community Support
    A new Office has arrived, try it now.
    A beautiful Start. It begins here. Windows 8 and Windows RT.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Error saving file with Acrobat 8

    Saving a file (command save as in Acrobat 8) returns an empty file. Where is the problem? Thanks

    Región format: Colombia
    Enviado desde mi iPad
    El 4/02/2014, a las 2:44, "Anki(AG)" <[email protected]> escribió:
    Re: Error saving file to Acrobat.com in ipad
    created by Anki(AG) in Adobe Reader for iOS - View the full discussion
    Hi,
    Could you please let us know the "Region Format" of your device?
    Thanks,
    Ankit
    Adobe Reader Mobile Team
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6083557#6083557
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6083557#6083557
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6083557#6083557. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader for iOS at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Email attachments not exporting from outlook 2013 with Acrobat XI standard

    I can't get my email attachments in Outlook 2013 to export along with the message.   I've got the option checked in the settings to include attachments, and I don't get an error message when the PDF is created.  But it includes the message only, regardless of whether it's set to output as a portfolio.  I'm using the latest version (11.0.10) of Acrobat XI.  Does anyone have a suggestion on what the problem might be and how I can fix it?  Thanks very much.

    Hey mikem750,
    Once you convert the email to PDF, you have to click on Attachments under the Navigation pane. You can then save the attached file and then convert it to PDF format.
    Choosing 'include attachments' option under conversion settings will simply include attachments (original format) along with the converted email message.
    Hope this information helps.
    Regards,
    Anubha

  • Error n°1 with Acrobat Standard + PSE8

    Hello, I have acrobat standard 9 and Photoshop Element 8. It worked well untill my return from vacation. When I open them I receive always error 1 as shown :
    I cannot reinstall them, as I cannot open them anymore to desactivate them. Any help ? any ideas ?

    Now, when I open word 2007 I have this message : ???!!!  He cannot find this file, but I cannot ether. What do I have to do ?
    I'm with windows 7 Premium

  • Runtime error at launch of Acrobat X Pro

    I've been having this error ever since I created a new user profile in Vista 3s bit Home Premium.  I've tried every fix I can find.  Any insights would be most appreciated.  What a giant PITA!
    TIA,
    Brian

    I "repaired" the Acrobat installation, but that didn't solve the problem. In that process a 17 MB log file was created. Are you sure you want me to post that?
    Meanwhile, I was beginning to wonder whether the blame doesn't lie elsewhere. The error message is actually titled "Microsoft Visual C++ Runtime Library":
    After clicking OK W7 reports that Acrobat doesn't work any longer and offers to close it. End of story.
    I have installed both x86 and x64 Microsoft Visual C++ 2010 Redistributable Packages, but that didn't solve the problem either. Maybe Acrobat requires an older version?

Maybe you are looking for

  • Can I find out who is connected to my Personal Hotspot?

    I have turned my Personal Hotspot on. It says that there are 5 connections, yet only 4 people are actually using it. Just interested to see if someone hacked in, or if I'm just a tool

  • UTL_file Procedure- some error on invalid directory path

    Hi, I Created a file procedure...but while executing a procedure its showing directory Error.... Find the solution and post it... Heading 2: h2. ERROR -29280ORA-29280: invalid directory path create or replace PROCEDURE HELLOFLE IS v_MyFileHandle UTL_

  • Same problem with deployejb

    I am experiencing the same StackOverflowError as Denis (Oracle 8.1.5 on Red Hat Linux 6.1 with JDK 1.1.6 v5). I am sure that port and sid I use in the -service option of deployejb are correct. On the other hand, examining the listener log, I see that

  • Adobe flash player download error.

    Hello everyone. when i try to dowload adobe flash player from this site http://get.adobe.com/flashplayer/ it just goes to 0% and freeze nothing happens. is anyone else having same issue? what is the reason? thanks,

  • How to create Bin Release folder Through commandline (without flash/flex builder)

    Hi friends                     is it possible to create bin release folder of my application without using flash builder or flex builder.i want to create the release of my application through sdk.is there any way to create this.i am working on window