IE version 11.0.9600.18617 is not supporting Microsoft Dynamics CRM 2011 features
Won’t fix Issue #11490036
Details
- Author
- Yogaraviskumar G.
- Created
- Apr 3, 2017
- Privacy
- This issue is public.
- Found in
- Found in build #
- 11
- Reports
- Reported by 3 people
Sign in to watch or report this issue.
Steps to reproduce
Hi, After upgrading to IE version 11.0.9600.18617, few features are not supporting in Microsoft Dynamics CRM 2011. Dashboards are not loading, Subgrids are not showing up. Where as in the older version still its showing up.
Regards,
Yoga,
Chennai/India,
9677793396/8885610298
Attachments
0 attachments
Comments and activity
-
Yogaraviskumar G. Apr 3, 2017 2017-04-03T10:44:13.47Z
Changed Steps to Reproduce
-
Microsoft Edge Team
James M. Apr 3, 2017 2017-04-03T15:00:03.913Z
Changed Assigned To to “Steven K.”
-
Joseph G. Apr 10, 2017 2017-04-10T16:19:57.247Z
We are experiencing this same issue. We are NOT having issues with computers on version 11.0.9600.18617, but ARE having issues on computers with 11.0.9600.18537. We are currently looking for a path for downgrade on impacted computers, and on a way to identify IE version with that level of granularity in SCCM.
-
Joseph G. Apr 10, 2017 2017-04-10T16:21:23.64Z
I apologize I switched the version numbers in the above comment.
-
Joseph G. Apr 10, 2017 2017-04-10T17:03:00.297Z
Some more information: rendering in comparability mode (set with the Enterprise Mode Site List Manager) is broken on impacted computers for IE 9 mode and IE 8 mode. We use IE 10 mode by default. IE 7 mode works, but breaks styling and some custom javascript so it’s not really an option. Edge mode is just errors across the board even on machines with the older version.
-
Joseph G. Apr 10, 2017 2017-04-10T23:14:05.327Z
I have a solution for now; there are 3 updates which seem to push the IE version forward, if you run this command it will uninstall all 3. Hopefully the KB numbers help identify the root cause:
wusa /uninstall /kb:4012204
wusa /uninstall /kb:4012215
wusa /uninstall /kb:4012218 -
Joseph G. Apr 11, 2017 2017-04-11T15:51:15.283Z
A more elegant solution for a more civilized time:
C:
cd C:\Windows\System32
Start-Process -Wait -FilePath “wusa.exe” -ArgumentList “/uninstall /quiet /norestart /kb:4012218” -NoNewWindow
Start-Process -Wait -FilePath “wusa.exe” -ArgumentList “/uninstall /quiet /norestart /kb:4012215” -NoNewWindow
Start-Process -Wait -FilePath “wusa.exe” -ArgumentList “/uninstall /quiet /norestart /kb:4012204” -NoNewWindow
Restart-Computer -Force -
Joseph G. Apr 12, 2017 2017-04-12T18:51:32.173Z
KB4014661 appears to bump IE to 11.0.9600.18638, which has resolved CRM issues for my organization upon initial testing. We are doing additional testing now.
-
Steven K. Apr 13, 2017 2017-04-13T19:22:01.28Z Microsoft Edge Team
Hi all,
Happy to see users helping each other, especially since we are not accepting feedback, except security related, on Internet Explorer through this portal any longer. We welcome any feedback you have on Microsoft Edge using this website.
You can visit https://support.microsoft.com/en-us/gp/support-options-for-business and open a support incident and work with our support team to address this IE issue.
This issue will be marked as “won’t fix” since it is related to IE.Appreciate the submission and support,
The MS Edge Team
-
Microsoft Edge Team
Steven K. Apr 13, 2017 2017-04-13T19:23:23.033Z
Changed Status to “Won’t fix”
You need to sign in to your Microsoft account to add a comment.
Sign in