AntiForgeryToken not working in IE9

hi Experts,
I am developing web application in asp.net mvc 5. I am using  @Html.AntiForgeryToken() inside @using (Html.BeginForm()) tag. I am also using ValidateAntiForgeryToken attribute against HttpPost action in the respective controllers. But for
some reason when I open the application IE 10 then everything works fine. But the same piece of code with no change gives following error in IE9 for HttpPost.
ErrorMessage: The required anti-forgery form field "__RequestVerificationToken" is not present. | File:  | Method: ValidateTokens | LineNumber: 0 | Stack Trace:   at System.Web.Helpers.AntiXsrf.TokenValidator.ValidateTokens(HttpContextBase
httpContext, IIdentity identity, AntiForgeryToken sessionToken, AntiForgeryToken fieldToken)     at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext)     at System.Web.Helpers.AntiForgery.Validate()  
  at System.Web.Mvc.ValidateAntiForgeryTokenAttribute.OnAuthorization(AuthorizationContext filterContext)     at System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor
actionDescriptor)     at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__19(AsyncCallback asyncCallback, Object asyncState)
Can you please help me out as to what is causing this error ?

Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).

Similar Messages

  • Flex App not working in IE9

    Friends,
    We have a Flex browser based app (Flex 3.6 SDK) and it has been running smoothly on IE since last 1 yr. Front-end is Flex, Middle layer Fluorine web services aka .Net, back-end is SQL. One of our customer reported this peculiar problem that it is not working on IE9 (its a Win 7 64bit laptop). Not working means that after he hits the url, the page loads fine but when he tries logging in he gets error (Thats an error we shoe when we get failure callback from middle layer). Now .Net/back-end people checked the logs and told me that they do not receive any hit from that account. So it means the <mx:Remote object> call for login never reached them. But then how come we got error callback?
    Notably,
    1. we are not using any session timeout so there is no question of fault callback coming due to that. is their any way that we got a fault callback of Remote Object without it reaching the .Net layer? How can we rectify it?
    2. we used Adobe connect and checked this client's machine and we found that his internet options on IE are fine as per http://blogs.adobe.com/cnflash/2011/09/23/adobe-flash-player-cannot-work-on-ie-9-after-ins tallation-or-updates/ . also he is able to open Flash videos without any peoblem so it seems that Flash perhaps is working fine on it.
    what other areas can we check to solve it? Any help is valuable guys....
    Regards,
    Shubhra Bhushan

    check with firebug.
    i suspect that client load swf from cache. means he might not have latest version of swf. make sure he has latest swf.
    parameter mismatch will lead to these kind of issue

  • Date picker is not working in IE9 for sharepoint 2010 appliation pages

    Hi,
    Date picker not working  in IE9 for sharepoint 2010 appliation pages. We have enabled custom master page.
    Thanks in advance.
    Shameej

    Hi,
    For this issue, you can add the following line of code into the pickerdialog.master which lays in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS
    <meta http-equiv=”x-ua-compatible” content=”IE=8”>
    Or we can use the JavaScript code provided in this blog which would also do the trick:
    http://williamwmy.wordpress.com/2013/06/03/problem-with-sharepoint-peoplepicker/
    A thread with the same issue for your reference:
    http://sharepoint.stackexchange.com/questions/27251/hotfix-for-problem-with-sharepoint-peopleeditor-in-ie-9
    Best regards
    Patrick Liang
    TechNet Community Support

  • Javascript for hide sale price and grouping not working in IE9

    the following code is not working in IE9. does anyone know how to fix this? anyone else having this issue?
    <script type="text/javascript">
    var opt = document.getElementById('grouping');
    if(opt.innerHTML == 'Choose One ') opt.style.display='none';
    </script>
    <script language="javascript"><!--
    var onsale_{tag_productid} = "{tag_onsale}";
    if (onsale_{tag_productid} == "0") {
         document.getElementById("rrpprice_{tag_productid}").style.display = 'none';
    //--></script>
    <script type="text/javascript">
    document.getElementById('catdesc').style.display = "none";
    </script>

    You can look at this link:
    http://vanderwal.com/limited-edition-nautical-panoramic-prints/g16-the-north
    -light-and-sachem-pond-block-island
    But it needs to be viewed in IE9 because that is where the issue is. For
    some reason the JS is not hiding the sale price or the grouping.

  • Spry textarea character count not working in IE9

    Hi.
    I'm using DW CS5 for a ColdFusion form with a textarea field. The spry character count works in every browser but IE9. Anyone know how to fix this?
    Thanks!

    This feature will not work in IE9 and IE10.
    The problem is two-fold
    a) The Copyright notice shows 2006 as the last Spry update. This was around the time of IE7
    b) Microsoft tends to go off on a tangent where every release of IE behaves differently
    As always, we are in the hands of the Adobes and Microsofts.

  • Spry validation not working in IE9

    I am using DW CS5.5 and have a form on a PHP page and have set spry validation for 2 text fields and a textarea.
    Also using CAPTCHA on the form.
    The 2 text fields are a simple required validation and the textarea is required plus a max character validation
    It works in Firefox, Chrome, Safari, Opera, and IE Compatibility View, but does not work in IE9.
    The CAPTCHA works in IE9 and all other browsers but can't get the spry validation to work.
    Here is the page
    http://www.fandapartyrentals.com/testimonials.php

    altruistic gramps wrote:
    It is up to you, you could remove the counter; personally I would leave it there because once the focus has moved from the text area, the number of (remaining) words will show.
    Another solution is to force IE8 standards document mode as in
    <head>
      <!-- Mimic Internet Explorer 8 -->
      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
      <title>My webpage</title>
    </head>
    The problem with the above is that the rendering will also follow IE8 mode.
    Gramps
    Thanks for your help,
    I used the meta tag to emulate IE8 and it works as needed.

  • Partial page rendering not working in ie9

    Hello guys, i have one fusion web application and got menu navigation using partial page rendering. The problem is, the ppr is working fine in firefox, chrome, ie8 and ie7 but not working in ie9. Is it i need to update jdeveloper patch or something?
    My ppr setting
    put below code in web.xml
    <context-param>
    <param-name>oracle.adf.view.rich.pprNavigation.OPTIONS</param-name>
    <param-value>on</param-value>
    </context-param>
    for the menu just enable partial submit
    partialSubmit="true"

    Oh sorry, currently i am using jdeveloper version 11.1.1.5.0. Actually it is not shown any error, when i click the command link as example below, in ie9, nothing happens still displaying same page (my main page).
    my sample menu
    *<af:commandLink partialSubmit="true" action="page1" text="Page 1" id="cl2"/>*
    *<af:commandLink partialSubmit="true" action="page2" text="Page 2" id="cl3"/>*
    in task flow, action page1 will open page1.jspx and page2 will open page2.jspx

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • Empty Temporary Internet Files not working with IE9

    Hey everyone.  I have an issue in my domain environment where the "Empty Temporary Internet files folder when browser is closed" is enabled but not actually working for pc's that have IE9.  
    I have configured this policy in both Computer Config and User Config on separate occasions to see if it would work but it just doesn't for users IE9.  My domain is still a Server 2003 domain and I manage group policy through the RSAT Tool Group Policy
    Management on my machine.  All machines in my environment are Windows 7 x64 with IE9 except for a few with IE11.  The funny thing is the computers with IE11 (like myself) the GPO works great.  The temporary files get
    flushed whenever I close my browser.  Unfortunately everyone with IE9 the settings say they are applied but they do not work.  I was wondering if it had something to do with the inetres.admx files on my pc since I use IE11.  Anyone have any
    ideas why the policy would only work for IE11 browsers instead of all browsers? 
    The temporary IE folders are in the default locations and I noticed that the IE9 users can't navigate to the content.ie5 directory as well.  When entering content.ie5 in path they can get to it and when clicking on the random directory's it prompts you
    with a windows security warning.  
    Any help or guidance would be great. Thanks!
    ----E----

    Hi,
    Based on the decription, we can try to enable the following policy setting to see if it helps:
    Computer configuration or User Configuration\Policies\Administrative Templates\Windows Components\Internet Explorer\Delete Browsing History\Allow deleting browsing history on exit 
    Regarding this point, the following thread can be referred to for more information.
    Empty Temporary Internet Files Folder when brower is close does not work in windows 7 X64
    https://social.technet.microsoft.com/Forums/en-US/f48d22f7-d46f-40ce-bc40-04b7d3a05405/empty-temporary-internet-files-folder-when-brower-is-close-does-not-work-in-windows-7-x64?forum=w7itproinstall
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • APEX 4.2.1 Theme 26. Report template "Fixed headers" does not work in IE9

    Hi,
    The goal is to scroll the region, but not column headers.
    Works great on Chrome and Firefox, but on IE9, column headers scroll altogether with data.
    I have tried it in APEX workspace at ORACLE (select order_item_id, order_id from demo_order_items - just to fill the region).
    Is there a possibility to fix the Template's HTML/CSS?
    Of course, I can make three regions to show the same thing (one region with report heading only, another with column headings only and the third on with column data only), but it seems complicated for such a simple task .
    Thank you

    Hi,
    I would suggest to not mix different questions and a thread for each of them. Makes it easier for others to follow.
    About your problem with the cascading LOVs, it appears that this is/was a bug in jQuery Mobile which we use under the hood. I was able to reproduce the problem with APEX 4.2.1 using jQM 1.2.0, but was not able to reproduce it with APEX 5.0 which will use jQM 1.3.0RC1 or higher. The problem occurs if a select list is empty.
    There are different workarounds available:
    1) set the attribute "HTML Form Element Attributes" of P1_CLOV_2 to data-native-menu="false"or
    2) set the attribute "Display Null Value" of P1_CLOV_2 to Yes and "Null Display Value" to - select - (or something similar). The "Value Required" = Yes will still guarantee that a value has to be picked. Having the extra null entry will guarantee that the select list always contains an entry, that seems to workaround the bug in jQuery Mobile.
    I have filed bug 16355963 - jquery mobile: empty select list causes javascript error
    to track that this is definitely fixed in APEX 5.0.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Spry Menu Not Working in IE9

    Hey, I'm still pretty new to webdesign and this is my first time using the sprymenu on Adobe Dreamweaver CS5.5. I'm using a vertical spry menu and it seems to work fine in Chrome and Firefox but everytime I use it in IE9, I'm prompted first about ActiveX and one of two things happen if I allow "blocked content" or don't allow. When allowing blocked content, my vertical spry menu turns all white and you can not see any of the under images. If you roll over it, the rollover images with text do however show up. As well as the submenus seem to do the same and actually work to some extent. When not allowing blocked content, rollovers and under images display perfectly fine but the submenus no longer show to the right of the parent menus. They don't show at all in general after that. I have been messing around with the css for the spry menu trying to figure out some fix but haven't come across anything similar to my problem after searching hours on end. Any help would appreciated. Below is the code for the vertical spry menu. Thanks!
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 16px;
              cursor: default;
              width: 200px;
              background-image: url(../Images/mnunder.png);
              height: 50px;
              font-family: "MS Serif", "New York", serif;
              font-style: normal;
              line-height: 10px;
              color: #FFF;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 200px;
              height: 50px;
              background-image: url(../Images/mnunder.png);
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
              margin: -5% 0 0 95%;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: absolute;
              z-index: 1020;
              cursor: default;
              width: 200px;
              left: -1000em;
              top: 0;
              background-image:url(../Images/mnover.png)
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
              left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
              width: 200px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
              border: 1px solid #333;
              color: #FFF;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
              border: 1px solid #333;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
              display: block;
              cursor: pointer;
              color: #FFF;
              text-decoration: none;
              height: auto;
              width: 200px;
              background-image: url(../Images/mnunder.png)
              background-repeat: no-repeat;
              padding: 0px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
              color: #F00;
              height: 50px;
              width: 200px;
              background-image: url(../Images/mnover.png);
              background-repeat: no-repeat;
              padding: 0px;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
              color: #F00;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarVertical li.MenuBarItemIE
                        display:inline;
                        f\loat: left;
                        background: #FFF;

    altruistic gramps wrote:
    It is up to you, you could remove the counter; personally I would leave it there because once the focus has moved from the text area, the number of (remaining) words will show.
    Another solution is to force IE8 standards document mode as in
    <head>
      <!-- Mimic Internet Explorer 8 -->
      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
      <title>My webpage</title>
    </head>
    The problem with the above is that the rendering will also follow IE8 mode.
    Gramps
    Thanks for your help,
    I used the meta tag to emulate IE8 and it works as needed.

  • Flash player not working in IE9 Window 7 64bit.

    Ever since I upgraded my IE8 to IE9, flash player didn't work. For example, white screen shows up in the flash player box. Consequently, i did some research trying to fix this issue by re-installing adobe flash player, and re-installing IE. I even tried every solution applicable via forums, but still no luck. Do i need to wait for an 10.3 update or there is feasible solution for this?

    Greetings, fellow 64-bit sufferer,
    These steps should get you to the 10.3 version of Flash Player that you’re looking for (It’s called the Flash Player Square version 10.3.162.28):
    1. Go to this link first, http://www.adobe.com/support/2. Under "Product help and support centers," select the link for Flash Player;
    3. Under “Flash Player doesn’t work,” click the link for Windows 7;
    4. Under “Related content” (right side of page), click the first link, "Flash Player on 64-bit Operating Systems;"
    5. Under the first paragraph (in the note), click the link for Adobe Labs;
    6. Scroll to the middle of the page to the section “64-bit Release Flash Player Downloads.”
    7. The first download link is the one you want for Windows 7 (and Vista) users.
    BEFORE YOU RUN IT, uninstall whatever version of Flash Player you already have in your browser at the moment. I’m sure you’ve probably mastered the uninstall/install tango at this point, but here is the most thorough guide for doing this that I have found to date:
    http://kb2.adobe.com/cps/141/tn_14157.html (for version 10.2 and lower)
    I really like the fact that Step 6 points you to a page where you can test your browser to see if Flash Player is still there. Once you are sure it's gone, return to the Adobe Labs page and run the link that installs Flash Player's Square Version. You can then come back to this same Step 6 and use the test page to see that the new version 10.3.162.28 (or something 10.3-ish or above) has been installed correctly.
    Good luck.
    Note: This Square version is not an offficial release.  In fact, it is not even a beta version that is made easily available to end-users.  They're calling it a pre-release build, so its really a tool for software developers, not the rest of us.  It will, however, work better than anything else for us desparate 64-bit browser users who need something now.  I, myself have a problem that I think is Square-related, and lucky for you, I stumbled across your situation while trying to resolve my own.  I hope someone stumbles across me in the near future.

  • Flash Player not working in IE9

    I have the latest flash player (I reinstalled it twice today).  However it won't work in Internet explorer 9.  I downloaded Google Chrome and it does work in Google Chrome but not in IE9.

    The current Flash Player version only works on the 32-bit version of Internet Explorer.
    See also
    http://forums.adobe.com/thread/867968
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/890386

  • Cookies not working in IE9 on 2008R2

    Hi All,
    We have a very strange issue where our desktops running Win7 x86 + SP1 and IE9 can successfully access an internal web application that uses cookies. The cookie is used to call up a customer and is retained in the session until you log out the app.
    However if I run that same app on 2008R2 + SP1 with IE9 the cookie is expiring after approximately 20 seconds and all the customer information is lost.
    - If I re-enter the customer information a 2nd time then the cookie seems to be retained.
    - If I open the app in the browser and then open it a 2nd time in a new tab/window the application works fine and the cookie is retained
    - I have tired with/without the same IE GPO's that are applied to the desktops to ensure all settings (including the cookie settings) are identical
    - I have tried on both IE and IE x64 on the server
    - I have a small random selection of other Windows 2008R2 servers where the app works fine without the need for multiple tabs/windows. In theory these servers are identical builds and patch levels and IE versions which makes no sense to me.
    I have tried the TabProcGrowth registry key on 0 and 1 but it has not made any difference.
    I am pretty stumped on this now...

    Hi,
    This issue may related to IE's default Medium Privacy setting which blocks 3rd party cookies that do not have a CPP (compact privacy policy). You may use these steps to allow Web sites to install tracking cookies:
    Click Tools - Internet Options - Privacy tab - Advanced button. Select Override automatic cookie handling. Select Always allow session cookies , then select Accept under First-party cookies and Third-party cookies. Click OK and restart the computer.
    IE store their cookies inside folders: IE : C:\Users\\AppData\Roaming\Microsoft\Windows\Cookies
    It might be worth checking the permissions on these folders for the user that is experiencing these cookies problems.
    Also take note of website block software, maybe third party browser add-ons, or others, that you may have presently or have removed in the past. You can test by running IE in no add-ons mode. Start>Programs>Accessories>System tools>Internet Explorer
    (no add-ons)
    In addition, please enable the Protected Mode settings for all the zones in Internet Explorer (Tools > Internet Options > Security tab > click "Reset all zones to default).
    Meanwhild, your cookie settings (Internet Options, Privacy tab) should be set at the 'Default' level (Medium).
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • My edge site does not work in IE9 or lower, how do I fix this?

    I made my site and the navigation buttons in Edge, so people need that to navigate around the site. It is not showing up in IE 9 or earlier.
    Solutions most appreciated. Thanks.

    Have you tried using Adobe Browser Lab?
    https://browserlab.adobe.com/en-us/index.html
    I'm not sure how accurate it is.  To test to see if an animation is working, I set the "snapshot (Browser Lab works by taking snapshots of hte webpage) to pause for 6-8 seconds.  This way I can tell if the animation is playing by the screenshot.

Maybe you are looking for

  • ICloud - have two iPads and one Macbook and want to sync reminders on all three

    iCloud - have two iPads and one Macbook and want to sync reminders on all three. I have managed to get the Macbook and one iPad to sync, but wjat about the other iPad?

  • How to create index not unique at the time of the CREATE TABLE

    Hi, I am trying to find out how in Oracle create secondary indexes that can accept duplicated into the CREATE TABLE statement, without have to execute a CREATE INDEX separately. As far I can see the only syntax accepted by Oracle 9i to create more th

  • Ongoing WiFi issues and Apple Support's lack of support!

    Hi All, I bought my MacBook Air in July/August 2012 (i7, 8GB RAM, 256 GB HDD, Mountain Lion). Since the first day, I have had issues with wifi connectivity. My primary use was at the university in Australia, where I had frequent drop outs and at time

  • Cannot save to this filename

    I am a newer user, to CS4, and recently when I try to save my work (to the same filename) I get this error message: "Cannot save to this filename. Please save the document with a different name or in a different folder".  It is very inconvenient to h

  • Photoshop Won't Open -- Error Message

    My Photoshop CC won't open. It pops up the following error: Photoshop.exe -- Entry Point Not Found The procedure entry point ?Terminate@StructuralImageEditing@@YAXXZ could not be located int he dynamic link library PatchMatch.dll. I've tried uninstal