In elements 11 mapping has returned

I have elements 10 and I see mapping has returned in elements 11 but reports say picture viewing is poor without using extra steps. I want mapping but I also want to conviently look at my photos with quality, what to do?

I would suggest downloading the PSE 11 trial and seeing what you think. It's not the same kind of mapping that was in older versions.

Similar Messages

  • Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running google maps app on the phone. Siri cannot seem to get me to a specific address. Where does the problem lie? Thanks.

    Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running Google Maps app on the phone. SIRI cannot seem to get me to a specific address. Where does the problem lie? Also can anyone tell me the hierarchy of use between the Apple Maps, SIRI, and Google maps when the app is on the phone? How do you choose one over the other as the default map usage? Or better still how do you suppress SIRI from using the Apple maps app when requesting a "go to"?
    I have placed an address location into the CONTACTS list and when I ask SIRI to "take me there" it found a TOTALLY different location in the metro area with the same street name. I have included the address, the quadrant, (NE) and the ZIP code into the CONTACTS list. As it turns out, no amount of canceling the trip or relocating the address in the CONTACTS list line would prevent SIRI from taking me to this bogus location. FINALLY I typed in Northeast for NE in the CONTACTS list (NE being the accepted method of defining the USPS location quadrant) , canceled the current map route and it finally found the correct address. This problem would normally not demand such a response from me to have it fixed but the address is one of a hospital in the center of town and this hospital HAS a branch location in a similar part of town (NOT the original address SIRI was trying to take me to). This screw up could be dangerous if not catastrophic to someone who was looking for a hospital location fast and did not know of these two similar locations. After all the whole POINT of directions is not just whimsical pasttime or convenience. In a pinch people need to rely on this function. OR, are my expectations set too high? 
    How does the iPhone select between one app or the other (Apple Maps or Gppgle Maps) as it relates to SIRI finding and showing a map route?  
    Why does SIRI return an address that is NOT the correct address nor is the returned location in the requested ZIP code?
    Is there a known bug in the CONTACTS list that demands the USPS quadrant ID be spelled out, as opposed to abreviated, to permit SIRI to do its routing?
    Thanks for any clarification on these matters.

    siri will only use apple maps, this cannot be changed. you could try google voice in the google app.

  • DummyForm.elements.jscook_action has no properties

    Hi,
    I build a jsCookMenu, now it is ok, but the link to the pages is not working, and the errors showing are this:
    Erro: Propriedade desconhecida 'filter'. Declara��o interrompida.
    Arquivo-fonte: http://localhost:8080/teste/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11559084/navmenu.jscookmenu.HtmlJSCookMenuRenderer/ThemeIE/theme.css;jsessionid=5472DA30BC5ABCA4F47981B7E5E3B024
    Linha: 33
    Erro: dummyForm.elements.jscook_action has no properties
    Arquivo-fonte: http://localhost:8080/teste/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11559084/navmenu.jscookmenu.HtmlJSCookMenuRenderer/MyFacesHack.js;jsessionid=5472DA30BC5ABCA4F47981B7E5E3B024
    Linha: 29
    Anybody alread had these erros? How are you fixed?
    Thanks.

    Did you solve the problem?
    I encountered this error too. Before that happened I used Tomahawk 1.1.1. The navigation through navigation rules worked. The apllication is constructing a dynamic menu dependend on the user. The following statements where used to create a menu item.
    String itemlabel = "Page1";
    String action = "go_page1"; // A]go_page1 doesn't work
    NavigationMenuItem item = new NavigationMenuItem(itemlabel, action, null, false);
    The content of the web.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <context-param>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>server</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <param-value>/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml</param-value>
         </context-param>
         <context-param>
              <param-name>com.sun.faces.validateXml</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <param-name>com.sun.faces.verifyObjects</param-name>
              <param-value>false</param-value>
         </context-param>
         <filter>
              <filter-name>MyFacesExtensionsFilter</filter-name>
              <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
         </filter>
         <filter>
    <filter-name>UploadFilter</filter-name>
         <filter-class>com.sun.rave.web.ui.util.UploadFilter</filter-class>
         <init-param>
         <description>
         The maximum allowed upload size in bytes. If this is set
         to a negative value, there is no maximum. The default
         value is 1000000.
         </description>
         <param-name>maxSize</param-name>
         <param-value>1000000</param-value>
         </init-param>
         <init-param>
         <description>
         The size (in bytes) of an uploaded file which, if it is
         exceeded, will cause the file to be written directly to
         disk instead of stored in memory. Files smaller than or
         equal to this size will be stored in memory. The default
         value is 4096.
         </description>
         <param-name>sizeThreshold</param-name>
                   <param-value>4096</param-value>
              </init-param>
         </filter>
         <!-- wird noch nicht verwendet
         <filter>
    <filter-name>ZugriffsFilter</filter-name>
    <filter-class>com.asci.control.ZugriffsFilter</filter-class>
         </filter>
         <filter-mapping>
         <filter-name>ZugriffsFilter</filter-name>
         <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         -->
         <!-- extension mapping for adding <script/>, <link/>, and other resource tags to JSF-pages -->
         <filter-mapping>
         <filter-name>MyFacesExtensionsFilter</filter-name>
         <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
         <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         <!-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.) -->
         <filter-mapping>
         <filter-name>MyFacesExtensionsFilter</filter-name>
         <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
         </filter-mapping>
         <filter-mapping>
              <filter-name>UploadFilter</filter-name>
              <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         <servlet>
         <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
         <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet>
              <servlet-name>ThemeServlet</servlet-name>
              <servlet-class>com.sun.rave.web.ui.theme.ThemeServlet</servlet-class>
         </servlet>
         <servlet>
              <description>L�dt Konfigurations- und Grunddaten</description>
              <display-name>AppInitServlet</display-name>
              <servlet-name>AppInit</servlet-name>
              <servlet-class>com.asci.control.AppInitServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ThemeServlet</servlet-name>
              <url-pattern>/theme/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>AppInit</servlet-name>
              <url-pattern>/appinit</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>faces/Login.jsp</welcome-file>
         </welcome-file-list>
         <jsp-config>
              <jsp-property-group>
                   <url-pattern>*.jspf</url-pattern>
                   <is-xml>true</is-xml>
              </jsp-property-group>
         </jsp-config>
    </web-app>
    This all worked.
    On the site http://www.irian.at/myfaces/jscookmenu.jsf I learned that there are other possibilities to use the jsCookMenu, links and action listeners. But it seemed that they didn't work with Tomahawk 1.1.1, did they? May be i did a misteak. I tried
    String action = "A]http://localhost:8080";
    NavigationMenuItem item1 = new NavigationMenuItem("Link1", null);
    and
    String action = "http://localhost:8080";
    NavigationMenuItem item2 = new NavigationMenuItem("Link2", null);
    Both didn't work. Now I downloaded tomahawk 1.1.3, renamed tomahawk-1.1.3.jar to tomahawk.jar, replaced the old version and moved the <t:jscookMenu> into a form.
    During next Tomcat startup (5.0.28) an error occured:
    06.09.2006 18:26:31 org.apache.myfaces.component.html.util.ExtensionsFilter <init>
    WARNUNG: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
    Nevertheless the application was loaded. Login was successfull but when the first page containing the menu was loading an Exception was thrown:
    com.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException: org/apache/commons/lang/builder/HashCodeBuilder
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    This log shows that HashCodeBuilder was missing
    2006-09-06 18:44:04 ApplicationDispatcher[nef] Servlet.service() for servlet jsp threw exception
    java.lang.NoClassDefFoundError: org/apache/commons/lang/builder/HashCodeBuilder
    After searching the web I downloaded commons-lang-2.1.jar and added it to WEB-INF/lib. During next Tomcat startup the WARNING didn't disappear.
    06.09.2006 18:47:20 org.apache.myfaces.component.html.util.ExtensionsFilter <init>
    WARNUNG: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
    Now the first page with jscookmenu was loaded successfull, but there was found an error in the logs:
    06.09.2006 18:56:09 org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified
    SCHWERWIEGEND: Unparsable lastModified : @lastModified@
    What does that mean? This error occurs only once.
    Now the links are working. (status bar of Firefox 1.5.0.6 shows "form1__id1_menu:A]http://localhost:8080/nef".)
    But the former navigation with navigation rules is not working. The reason is the following javascript error, which shows the JavaSript-Console plugin for Firefox:
    Fehler: dummyForm has no properties
    Quelldatei: http://localhost:8080/nef/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11575617/navmenu.jscookmenu.HtmlJSCookMenuRenderer/MyFacesHack.js
    Zeile: 29
    What's the matter?
    Thank you.

  • Unfortunately Maps has stopped

    Hi,
    Just recieved the smartwatch 3 yesterday.
    I'm having huge problems where it keeps telling me "Unfortunately Maps has stopped" which is making this next to useless !
    Software in smartwatch 3 4.4W2
    Andriod version in samsung galaxy s4 - 4.4.2
    Can anyone advise before this is returned ! ???
    Thanks
    Solved!
    Go to Solution.

    Your SW3 should be running 5.0.2 - Just because it says Sony doesn't mean it's Sony software as the Watch is updated by Google and Android wear
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Mapping of Return code to Message class

    Hi all,
    My function module exports a return code in the variable l_ldaprc, there is a message class called ldaprc which has the text corresponding to the return code. Within my program i want to map this return code to the appropriate text in the message class so that i can display the text.
    Can someone help me with the syntax ?
    Awaiz

    Hi all,
      I was able to do the mapping using the following syntax.
    message id l_msgid type l_mtype number l_msgnum into l_rcmsg.
    where
    l_msgid type sy-msgid valus 'LDAPRC'
    l_msgnum mapped to l_ldaprc.
    Thank u all !

  • Adobe Premiere Elements 9 has encountered a problem and needs to close.

    Adobe Premiere Elements 9 has encountered a problem and needs to close. Asked to be debugged no response an then the program don not respond.
    If i Run an old project direct from the file PE 9 it works and then go to a new project it works but from the start up  it just closes down.
    Bridge is also starting to do it

    From the Premiere Elements Information FAQ http://forums.adobe.com/thread/1042180
    •What version of Premiere Elements? Include the minor version number (e.g., Premiere Elements 12 with the 12.0.1 update).
    •What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac"
    •Has this ever worked before?  If so, do you recall any changes you made to Premiere Elements, such as adding Plug-ins, brushes, etc.?  Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs?
    •Are you using an account with Administrator Privileges?
    Run as Administrator http://forums.adobe.com/thread/969395 (Encore + "All" Premiere)
    •Have you installed any recent program or OS updates? (If not, you should. They fix a lot of problems.)
    •What kind(s) of image file(s)? When talking about camera raw files, include the model of camera.
    •If you are getting error message(s), what is the full text of the error message(s)?
    •What were you doing when the problem occurred?
    •What other software are you running?
    •Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    And some other questions...
    •What are you editing, and does your video have a red line over it BEFORE you do any work?
    •Which version of Quicktime do you have installed?
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    For Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us

  • I purchased Premiere Elements 13 a few weeks ago, it downloads without issue, but I can't open it. I get an error message that reads "Elements 13 has stopped working" HELP!!!

    I purchased this online, downloaded it without issue, and it won't open. I get an error message that states "Elements 13 has stopped working"
    I have removed it and redownloaded it several times, and still no luck... HELP!
    When I contacted Adobe support that's all they suggested, to reinstall...

    taveliben
    What computer operating system?
    Uninstall, free ccleaner run through, and reinstall with antivirus and firewall(s) disabled is not a bad idea. But, let us look at some other
    factors before that.
    1. When you try to open the program, how far do you get....Welcome Screen - clicking on Organizer or Video Editor or other?
    Have you tried to open the program directly from the Adobe Premiere Elements.exe file after you have applied Run As Administrator to that file?
    2. Does the problem exist with and without the antivirus and firewall(s) disabled? Are you working in a school or company network?
    3. Are you working with a pen and tablet device instead of mouse?
    4. Is your video card/graphics card driver version up to date according to the website of the manufacturer of the card?
    4. Do you have the latest version of QuickTime installed and are you running the programs as administrator?
    Let us start here and then decide what next based on the details in your reply.
    Besides uninstall/ccleaner/reinstall, we may next try deleting the Adobe Premiere Elements Prefs file or the whole 13 Folder in which it
    exists or installing the program in a newly created user account with administrative privileges and trying to run the program from there.
    But, let us rule in or out the first 4.
    Any questions or need clarification on any of the above, please do not hesitate to ask.
    Thank you.
    ATR

  • How to undo an order of transport which has returned an error code 8

    Hi experts,
    While transporting an installation of business content, it has removed a lot of transfert rules. Could you tell me how to undo this transport from quality to the production envirenenmet. Unfortunately I dident check the transport order which has returned the code error 8.
    Thank you for your answer.
    Regards.

    Hi Joseph,
    Transport all the objects you want in the order again with a new request. This will replace all the transported objects and you will get all the objects transported.
    Regards,
    KK.

  • Getting an error prompt "the facebook server has returned an unknown error and is not able to fulfill your request. (2001)"

    Hi. I need help regarding facebook for blackberry. I cannot post any status update, i keep on receiving an error prompt "the facebook server has returned an unknown error and is not able to fulfill your request. (2001)".  it has been like this for the past 3 days. I already did the hard reboot many times, re-send service book though i do'nt think it's needed, and tried uninstalling and reinstalling the facebook application too but still getting the same error everytime i try to post a status update. I can comment to messages on my wall and other profiles, the news feed is updating in time too, i can also log-in and out to facebook with no problem, as well as other applications on my phone like foursquare, BBm, ubersocial, BB protect, BB app world, etc, are all working perfectly fine. And now I don't know what seems to be the problem.
    I've already contacted my network provider and told me that the error i'm getting is beyond their scope.
    Is anybody having the same problem as mine? 
    Can someone in BB support team help me regarding this issue and tell me what should I do?
    Thank you in advance. 

    I got the same issue !! Since I've updated my Facebook app 2 or 3 week ago !
    I can not  update my status and check-in ! It gives me "the facebook server has returned an unknown error and is not able to fulfill your request. (2001) "
    I can upload photo, put comment on people, like people status/picture. The news feed update perfectly !
    I also  tryied to uninstall reinstall the app, reboot etc etc ! I still can't update my status !!!! I've installed 3.0.0.17 this morning and the issue is still there...
    I've remarked one thing... On my facebook under "privacy setting/the Apps, Games and Websites" I used to have a "blackberry app" installed. It's not there anymore and I didn't remove it.
    I don't know how to reinstall it...

  • I have customized my Firefox toolbar. After closing the browser and then reopening it, the toolbar has returned to the way it was before I customized it. How do I get my customization of the toolbar to become permanent?

    I have customized my Firefox toolbar several times. After closing the browser and then reopening it, the toolbar has returned to the way it was before I customized it each time. How do I get my customization of the toolbar to become permanent?
    It has occurred with Firefox 4.0.1 and 5.0

    see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Take a picture of your toolbars so you can easily reconstruct them from the default after solving the the problem.
    If it happens to you it will probably happen again in the future so you might want to keep some copies of your modified localstore.rdf file so you can delete the bad one and rename one of the replacements in waiting. Saving, copying and renaming must be done with Firefox down, of course.

  • Adobe Photoshop Elements 9 has stopped working... how can I make it work?

    Hi.  I have just bought a new copy of Photoshop Element 9.  It installed OK, but when I try to open the Editor, I get the message "Adobe Photoshop Elements 9 has stopped working. Windows is checking for a solution to the problem", followed shortly by the message "Adobe Photoshop Elements 9 has stopped working.  A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available".  The only option then is Close Program.  The Organizer has the same problem.
    Does anyone know how to get it to work?  It hasn't just stopped working, it has never worked at all.  If anyone at Adobe are monitoring this thread, please can you tell me what the problem is and how to sort it out?  I tried the Adobe call-back service but all I got was a computer phoning me up, and no person available.
    Karen

    Hi,
    Please try couple of probable solutions as mentioned below:
    Solution 1:
    1. Close Elements.
    2. Launch the Photoshop Elements Welcome Screen and hold down ctrl + alt + shift as you click Editor.
    3. Continue to hold the keys until you see a message box asking if you want to delete Photoshop Elements settings file; click Yes. Elements will open with default preferences.
    Solution 2: In case any network printer is attached try to launch without network or printer uninstall or make different printer as default.
    Solution 3: Try launching with anti-virus off or removing PSE from conflicting list.
    Solution 4:
    On the drive on which you have installed PSE,on my machine it is on C:
    Go  to C:\Program Files\Adobe\Photoshop Elements  10\Locales\<locale>\Plug-Ins\Import-Exportand you will find twain  plug-in. Remove that plug-in from that location and copy it somewhere  else.
    Now launch PSE and check if it works.
    For related post for Twain please see this:http://forums.adobe.com/message/2954743#2954743

  • Adobe Photoshop Elements 11 has ended up in my thrash and now will not open i transferred it back to

    Adobe Photoshop Elements 11 has ended up in my thrash and now will not open i transferred it back to applications but it will not open it says to re-install but I have lost the cd/dvd I do have the package with the serial no. can you please please help me

    You have a heap of work to do before you can reinstall it. NEVER try to get rid of PSE by putting it in the trash. You must use the uninstaller. By attempting to trash it you just made a big old mess for yourself.
    You will need to download and run this:
    http://www.adobe.com/support/contact/cs5clean.html
    Then go through your hard drive and manually dig out and trash all the bits you can find. Pay special attention to the library at the top of your hard drive>Application Support>Adobe.
    Once you successfully get that cleaned up, you can try reinstalling.
    You can download PSE 11 here, but you must follow the Very Important Instructions exactly, even when they don't seem to make much sense, or it won't work:
    http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l

  • My new Photoshop Elements 12 has a RAW file plug-in, but when I try OPEN to select a photograph, there are only generic icons instead of pictures-- I can't tell one photograph from another! How can I fix this so I can tell which photograph I want to open?

    My new Photoshop Elements 12 has a RAW file plug-in, but when I try OPEN to select a photograph, there are only generic icons instead of pictures-- I can't tell one photograph from another! How can I fix this so I can tell which photograph I want to open? Thank you!

    Thanks R_Kelly:
    Adobe Photoshop Elements Version: 12.0 (12.1 (20140303.12.1.49334)) x32
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:15, Stepping:11 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 4
    Processor speed: 2400 MHz
    Built-in memory: 3069 MB
    Free memory: 1631 MB
    Memory available to Photoshop Elements: 1598 MB
    Memory used by Photoshop Elements: 69 %
    Image tile size: 128K
    Image cache levels: 8
    Video Card: ATI Radeon HD 4800 Series
    Video Mode: 1680 x 1050 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 4800 Series
    Video Card Memory: 512 MB
    Application folder: C:\Program Files\Adobe\Photoshop Elements 12\
    Photoshop Elements scratch has async I/O enabled
    Required Plug-ins folder: C:\Program Files\Adobe\Photoshop Elements 12\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Photoshop Elements 12\Plug-Ins\
    The first thing I did was UPDATE. I have all the latest updates available (according to the updater). The Camera Raw Plug-in says it is version 8.0.
    The RAW files are from a Canon T3i. It's a very common camera, I can't believe it wouldn't be supported.

  • Power Map has encountered an error and it needs to close, after changing the graphic settings

    I've been using the updated Power Map tool successfully over the past few days.
    Last night I was playing around with the graphics settings that can be found under the File Tab (I know that should teach me from playing around and following the user guide :-) ) and I changed the detail from Medium to High (I think) and now all that happens
    when I click on create a new tour or select an existing tour is
    "Power Map has encountered an error and it needs to close. Power Map can collection information about the error and create an e-mail which you will be able to send to Microsoft and help us fix the problem. Do you want to do this?"
    The error that gets generated can be seen below.
    Thank you for submitting this error information to Microsoft. We appreciate your help!
    System.Exception: Could not create the render target shared resource.
       at Microsoft.Data.Visualization.Engine.Graphics.Internal.D3DImage11.SetBackBuffer11(IntPtr pResource)
       at Microsoft.Data.Visualization.Engine.Graphics.D3DImage11.SetBackBuffer(RenderTarget renderTarget)
       at Microsoft.Data.Visualization.VisualizationControls.GlobeViewModel.CompositionTarget_Rendering(Object sender, EventArgs e)
       at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
       at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
    I've removed Power Map from the system, restarted, repaired Office, restarted and reinstalled Power Map but the problem remains. So i'm guessing that the setting I changed are stored in the Registry or File System somewhere.
    Any help would be gratefully received.
    Regards
    Rob Ireland

    Is this still an issue?
    This also might be worthy to send to the team as a bug.
    You can send it in email using the Smile/Frown feature in the UI.
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue.  I have reinstalled the program to no avail.

    Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue. I have tried reinstalling the program but it made no difference to the error message.
    Could someone help please?  Steph

    Hi,
    Please give a try to Photoshop Elements (PSE) knowledge base. steps mentioned on this and see if it works.
    Regards
    Kishan

Maybe you are looking for

  • How do I sync my address book in my Mac to iPhone instead of my old blackberry

    I stopped using the Backup Assistant over a year ago because it wouldn't backup the email addresses onto my blackberry even though it showed in Backup Assistant. Now I got a new iPhone 4S and I want to use my Address Book in my Mac to the iPhone. How

  • Some questions about iOS system framework, APNS and so on

    Hi everyone! im quite interested in iPhone developement.by reading some dev books of iOS i can learn the general steps of creating an iPhone app. however, i cant find much of iPhone's system archetecture or framework information on the internet, so s

  • Process Flow Parameter Binding.

    The docs on using process flow parameters are a bit sparse, so I wonder if anyone else has some input. We kick off our ETL processes by an external enterprise scheduling tool due to several remote dependencies. This tool provides us with an audit id

  • PRINT_TEXT IN ECC6.0

    Hi, We are using the FM PRINT_TEXT to send fax. But the fax sending is failing. No entries were found in SOST transaction after executing the program to send the fax. Fax numbers are maintained in SXROUTE table. Prior to upgrading to 6.0, the program

  • Fatal error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

    Fatal error: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php on line 9 This is the error that comes up on the server whe