Posts Tagged ‘chrome’
Silverlight no longer works in Chrome 42
In Google’s continuing effort to annoy me, starting with Chrome version 42, the Silverlight plugin no longer works. This is due to Google no longer supporting NPAPI plugins (see here).
To get around it until September 2015, you can use the below fix to re-enable NPAPI.
1. Type the below into the Chrome address bar and press enter: –
chrome://flags/#enable-npapi
2. Click on ‘Enable’ under ‘Enable NPAPI’
3. Click on ‘Relaunch Now’ when it appears towards the bottom of the screen
You’ve now got until September to re-write your Silverlight controls in a compatible technology. Good luck!
Chrome 37 breaks CRM 2011 and 2013 functionality
Google has removed a number of APIs from Chrome 37 which is causing a lot of issues with CRM 2011 and CRM 2013. So far I’ve noticed: –
- You can no longer add options to Option Set fields via customisation
- Changes made to an email in a workflow are not saved when the save button is clicked
- The ‘Upload’ button on the SharePoint list component no longer works
- Anything using the ‘window.showModalDialog’ function no longer works as the API has been deprecated
- Can no longer save field properties such as ‘Visible by default’
- Export to Excel no longer works
In order to fix the problem until Microsoft issue a real fix, you can re-enable the deprecated features by following the below: – Read the rest of this entry »