How to fix an error for Microsoft Outlook.

HI,
I hope you can help me with this-
Everytime I open up my Microsoft Outlook with my Mac, I get a pop up window saying "Microsoft Outlook must be closed because an error occurred. Any unsaved work may be lost". I'm forced to quit the application within 10 seconds of opening up Outlook. I've updated the application to it's newest, and I'm still faceing the same problem. I've gone to my library, and dragged the plist over to desktop to reset the prfile, and wipe the bugs, and I'm still facing the pop ups.
Anything you can do to help with be much appreciated and a day saver.
Y.

http://support.apple.com/kb/TS3694#error1
Attempt to restore your iOS device two more times. If the issue is still unresolved, the device may need service.

Similar Messages

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    That's an error reported from DVD Player I believe...
    kDVDErrorMissingGraphicsDevice = -70017, // A valid graphics device is not available.
    There's some conjecture it has to do with HDCP, or Video Card problems, but the only 2 cures/fixes I found were Software related, one was cured by updating the OS, another by replacing the Video kexts.
    I think this error also shows up if trying to use DVD player in Safe Mode, (too much research isn't good! ).
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
      Chipset Model:          GeForce 7800GT
      Type:          Display
      Bus:          PCI
      Slot:          SLOT-1
      VRAM (Total):          256 MB
      Vendor:          nVIDIA (0x10de)
      Device ID:          0x0092
      Revision ID:          0x00a1
      ROM Revision:          2152.2
      Displays:
    VGA Display:
      Resolution:          1920 x 1080 @ 60 Hz
      Depth:          32-bit Color
      Core Image:          Supported
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Supported
    Display:
      Status:          No display connected
    Can't think of much to try at the moment, but perhaps reapplying the big 10.4.11 combo, Repair Permissions, & reboot would help, not sure.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html

  • How i fix the error 1015 for my iphone3g coz my phone i opining

    how i fix the error 1015 for my iphone3g coz my phone i opining and also i can use since i face that problem

    Yes, if it has been jailbroken, then there is probably nothing that you can do and you will never be able to use it, so ditch it and buy a new phone.
    If it's an iPhone 3g, then it is a very old phone anyway and you shoud consider buying a new one.

  • How to fix the error CS0246 in VS 2015 preview CTP 6

    Hello,I'm newbie to VS and also c# programming.I wanted to create a Universal app for WINDOWS 10.So,I made a new new project in VS 2015 with windows 10 UAP blank template.I designed my app and when I tried to build it,I got the error CS0246.I don't know
    how to fix this,but for sure i'm expecting a fix for this from you.Here's the script which is automatically generated by VS.
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Runtime.InteropServices.WindowsRuntime;
    using Windows.ApplicationModel;
    using Windows.ApplicationModel.Activation;
    using Windows.Foundation;
    using Windows.Foundation.Collections;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Controls.Primitives;
    using Windows.UI.Xaml.Data;
    using Windows.UI.Xaml.Input;
    using Windows.UI.Xaml.Media;
    using Windows.UI.Xaml.Media.Animation;
    using Windows.UI.Xaml.Navigation;
    // The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=402347&clcid=0x409
    namespace RubixSolveIt
    /// <summary>
    /// Provides application-specific behavior to supplement the default Application class.
    /// </summary>
    public sealed partial class App : Application
    /// <summary>
    /// Allows tracking page views, exceptions and other telemetry through the Microsoft Application Insights service.
    /// </summary>
    public TelemetryClient TelemetryClient = new TelemetryClient();
    /// <summary>
    /// Initializes the singleton application object. This is the first line of authored code
    /// executed, and as such is the logical equivalent of main() or WinMain().
    /// </summary>
    public App()
    this.InitializeComponent();
    this.Suspending += OnSuspending;
    /// <summary>
    /// Invoked when the application is launched normally by the end user. Other entry points
    /// will be used such as when the application is launched to open a specific file.
    /// </summary>
    /// <param name="e">Details about the launch request and process.</param>
    protected override void OnLaunched(LaunchActivatedEventArgs e)
    #if DEBUG
    if (System.Diagnostics.Debugger.IsAttached)
    this.DebugSettings.EnableFrameRateCounter = true;
    #endif
    Frame rootFrame = Window.Current.Content as Frame;
    // Do not repeat app initialization when the Window already has content,
    // just ensure that the window is active
    if (rootFrame == null)
    // Create a Frame to act as the navigation context and navigate to the first page
    rootFrame = new Frame();
    // Set the default language
    rootFrame.Language = Windows.Globalization.ApplicationLanguages.Languages[0];
    rootFrame.NavigationFailed += OnNavigationFailed;
    if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
    //TODO: Load state from previously suspended application
    // Place the frame in the current Window
    Window.Current.Content = rootFrame;
    if (rootFrame.Content == null)
    // When the navigation stack isn't restored navigate to the first page,
    // configuring the new page by passing required information as a navigation
    // parameter
    rootFrame.Navigate(typeof(MainPage), e.Arguments);
    // Ensure the current window is active
    Window.Current.Activate();
    /// <summary>
    /// Invoked when Navigation to a certain page fails
    /// </summary>
    /// <param name="sender">The Frame which failed navigation</param>
    /// <param name="e">Details about the navigation failure</param>
    void OnNavigationFailed(object sender, NavigationFailedEventArgs e)
    throw new Exception("Failed to load Page " + e.SourcePageType.FullName);
    /// <summary>
    /// Invoked when application execution is being suspended. Application state is saved
    /// without knowing whether the application will be terminated or resumed with the contents
    /// of memory still intact.
    /// </summary>
    /// <param name="sender">The source of the suspend request.</param>
    /// <param name="e">Details about the suspend request.</param>
    private void OnSuspending(object sender, SuspendingEventArgs e)
    var deferral = e.SuspendingOperation.GetDeferral();
    //TODO: Save application state and stop any background activity
    deferral.Complete();
    please any one help me to fix this and please explain it if you can,because I'm a newbie to C#.Thanks in advance

    Both packets are supplied to get a preview of the packets, they are both not created to start building solutions.
    Any solution given here on your question can lead to misunderstandings in feature. If you have to report a problem, then use the Microsoft Connect side. Be aware it is not to help with problems, but for reporting real not yet mentioned bugs.
    http://connect.microsoft.com/
    Success
    Cor

  • How to fix EXC_BAD_ACCESS error? I just upgraded to 10.7.5 and now I can't open any MS Word documents

    How to fix EXC_BAD_ACCESS error? I just upgraded to 10.7.5 and now I can't open any MS Word documents.
    I get this error message every time:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2013-05-28 02:28:42 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.3.4.130416
    Crashed Module Name: Microsoft Word
    Crashed Module Version: 14.3.4.130416
    Crashed Module Offset: 0x00938638
    Blame Module Name: Microsoft Word
    Blame Module Version: 14.3.4.130416
    Blame Module Offset: 0x00938638
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    I tried to remove the plist files, but it hasn't worked! Please help!

    What version of Microsoft Office for Mac do you have?
    Pete

  • E-mail setup for Microsoft Outlook running on iMac

    Took delivery new iMac and set up mail account under Apple "Mail" app.  Subsequently installed Microsoft Outlook for Mac.  Entered details for my main mail account which were the same details entered in Apple Mail account.  I am unable to send mail from Outlook app, but can receive mail.  Have checked settings several times and see no difference from Apple Mail which send mail just fine.  For Microsoft Outlook, when I enter an e-mail message and then hit the send button, the message just disappears and does not show up in sent folder.  Any idea on how to fix appreciated.

    Go to their configuration instructions on the website and follow them, they do not seem to have been updated since Mountain Lion but should still be valid. Set the account up manually in Outlook.

  • Top Support Solutions (July 2015) for Microsoft Outlook 2013

    Very helpful.  I'm always getting one-off problems from users about Outlook that really have no solution, these links are the kind of problems they report to me.

    Top Support Solutions for Microsoft Outlook 2013This is a collection of the top Microsoft Support solutions for the most common issues IT Pros may face when administering Microsoft Outlook 2013 (updated quarterly).1. Solutions related to sending, receiving, synchronizing, or viewing email:Fix sending or receiving problems in Outlook by using the Office Configuration Analyzer ToolOnly a subset of your Exchange mailbox items are synchronized in Outlook 2013Sync Issues folder for Outlook contains warnings such as "Synchronization of some deletions failed"2. Solutions related to a crash while using Outlook:How to resolve crash and stability issues in Office programs by using the OffCAT toolHow to troubleshoot crashes in Outlook 2010 and Outlook 2013Outlook 2013 keeps crashing - Microsoft CommunityOutlook not responding, stopped working,...
    This topic first appeared in the Spiceworks Community

  • Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Questions on using a specific program should go in that program forum
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to fix connection error on facebook via iphone 4s

    How to fix connection error on facebook via iphone 4s?

    I had the same problem for days. I reset the phone bu holding down the home button and the on off switch together. Don't swipe to turn off. Just hold down the two buttons until phone switched off then wait a few seconds and switch it back on. I can't also use Facebook on safari which I was also having problems with. Hope it helps

  • How to fix vecter error

    how to fix vecter error  

    WB, welcome to the forum.
    When requesting help, you should always include the make/model of the computer and/or monitor. This information is necessary for us to review the specifications of the them.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • How to fix imessage error on ios8.1.2 .. Already reset network still same issue please help

    How to fix imessage error on ios8.1.2 .. Already reset network still same issue please help

    Hi ashmanryan36,
    Thanks for using Apple Support Communities. Based on what you stated, it sounds like you are having trouble with iMessage. It looks like you have already done some troubleshooting. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    You did not mention what the error was but since you are running 8.1.2 and update is available and my help. 
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    Mario

  • How to fix "DRM Error 3321" withouting connecting PC to internet?

    How to fix "DRM Error 3321" withouting connecting PC to internet?
    Currently, we are encountering "DRM Error 3321" because our PCs/Notebooks do NOT have connection to internet for “http://individualization.adobe.com”. Thoese PCs are in isolated network and can NOT connect to internet.
    Is there a way to solve this issue without connecting their PCs/Notebooks to internet?
    Thank in advance.

    Hi Soe,
    Unfortunately there is no way to resolve this error without connecting to the Internet at least once. This initial connection is required to create and download the device specific key as mentioned in this post (http://forums.adobe.com/message/6240315). Once you have established that initial connection, you can play content offline assuming your content licenses are constructed correctly. Some content providers will require at least an initial connection to their license servers as well, although once you have the device specific key you can play files protected with PHLS or PHDS without further license acquisition.
    If you are  content provider, you can find more details on how to do protect your content for offline playback here:
    Protecting Content (http://www.adobe.com/support/adobeaccess/pdfs/server/AdobeAccess_4_ProtectingContent.pdf)
    Protected Streaming (http://www.adobe.com/support/adobeaccess/pdfs/server/AdobeAccess_4_ProtectedStreaming.pdf)
    This is probably not the answer you are looking for, but hopefully this helps a little.
    Joe Steele

  • How to fix faceboom error 2018?

    How to fix facebook error 2018? In the search portion of my facebook app. I always get this error saying "the facebook server has returned an unknown error and is not able to fulfill your request (2018)." I dont know what to do anymore. Thanks in advance!

    Hi and Welcome to the Community!
    So far, I've only been able to find this one KB that discusses that error:
    KB25378 Facebook 2000 series error codes in Facebook for BlackBerry smartphones
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message or code, should reveal all applicable existing threads to you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to fix this error "The error occurred while processing a command of type 'setState' in plug-in 'servermgr_netboot'."

    I received this alert while configurating the OS X Server. But i don't know how to fix the error.
    Thank's
    lzraeder

    Hope this helps.
    I have been messing around with Mt Lion Server last day or so. Different than Lion Server, more refined, more sreamlined.
    I got this same error message when trying to enable and setup NetRestore / NetInstall.
    Looks like when one is using Wi-Fi as the network interface, you get this error. I suspected this.
    Not sure if this is a bug or Apple wants people to use Ethernet only, if so why give a choice, probably a bug.
    I have succefully used NetRestotre Lion server on a 2011 Mac Mini, worked perfectly. Then I remembered, I was using wired Ethernet, as I suspect most servers would use a wired network connection.
    MT Lion Server NetRestore / NetInstall works if you use Ethernet, and turn off Wi-Fi. Ethernet will actually show up as a selectable option under Access > Settings > Enable NetInstall Setttings On.., and you click Edit, and can check enable Ethernet.
    Once I did that the error went away. Then you get another message, if you do not have a NetRestore (in my case) image in the proper path, which you can set. I always like to do this away from the the boot volume, saves space, etc.
    You have to manually copy the .nbi folder you created with System Image Util. It seems Apple could have gone the extra step and included that in the Server GUI.
    No more Workgroup Manager, Server Admin, and the other dozen apps it tooks to admin server. Some are complaining. I for one like it very much. Always thought it was somewhat stupid and lazy of Apple to have that functionality across several apps. It was always un Apple like. It should be One App. I like what the Server app is now.
    Managing users, groups, shares, services is so much better, and refined, consolidated. Makes so much more sense.
    (Local User, Local Network User), you actually know clearly what type of user you are loooking at. WGM was IMHO a nightmare to navigate, it was schizophrenic (left over from NeXT I surmise).
    And of course one can go to the CL for all sorts of deep things like dns, changeip, dscl, odutil, etc. It's all there.
    john

Maybe you are looking for

  • Macbook Pro Running Very Slow and Locks Up Often

    I am hoping one of the experts on here might be able to help me out! My MacBook Pro (mid 2010) has really started to run incredibly slow.  I am certain I have crap on here I don't need that is causing issues, but I have been unable to troubleshoot wh

  • H264 mp4 gamma fine in sizes under 720x576, blown out any size above

    Hi, I've been banging my head against a wall til the early hours of the morning trying to work out why the encoding of my H264 mp4 is behaving how it is. Can anyone shed any light on whether this is normal behaviour, or a bug? Basically, I've been tr

  • AT A TIME DELIVERY OF ALL BOM CHILD COMPONENTS

    IN MY SALES ORDER I AM HAVING A BOM ITEM ALONG WITH OTHER LINE ITEMS. I WANT TO DELIVER ALL THE COMPONENTS OF A BOM AT ONE TIME WITHOUT DELIVERY SPLIT. I WANT TO DO DELIVERY FOR THE OTHER ITEMS (NON BOM) IN ANOTHER DELIVERY.IS THERE ANY FUNCTION AVAI

  • 2012 Macbook Pro power issues

    My 2012 MBP 13" has been having a few weird power issues lately. I can close the lid and it'll go to sleep fine, but when opening, I started getting the progress bar and greyed out screen, along with the superdrive power cycling. I got rid of that fo

  • Data pricing

    I was checking into having just a feature phone without data and a tablet with data to replace a smartphone, small screen and all that. I find it strange that I can get a tablet with 4gb of data on the verizon network and the 4gb only casts $30. If I