Showing posts with label error. Show all posts
Showing posts with label error. Show all posts

Monday, June 30, 2014

Internet Explorer 11 is just blank

Been a while, but i feel the urge to share this issue.

My internet Explorer 11 running on Windows Surface Pro (1) showed nothing but a blank page. Frustrating as partner source and other relevant Microsoft Partner sites requires Internet Explorer.
But i managed to reset the settings and made the explorer function again.

Taken from this post

Here is how:
1. Go to "Control Panel"
2. Click on "Networking"
3. Under "Internet Options" click on "Manage Browser Add-ons" which brings up "Internet Properties"
4. Select "Security" Tab
5. Click the button that says "RESET all Zones to Default Level" Follow the prompts and allow it to reset all security to default levels.
6. Click on the "Advanced" tab
7. Click on the "RESET..." button.
8. A dialog will pop up saying you must close all applications, ... or something like that.  Close all applications.
9. Then, press CTRL-ALT-DEL and open the "Windows TASK Manager"
10. Go to "Processes" tab, and find the first of several processes labeled "iexplorer"
11. KILL ALL IEXPLORE PROCESSES... you MUST DO THIS, or the reset you are about to do, will not work.
12. For me killing the first iexplorer process, will kill it's child processes, but watch this closely, it may take a minute or two to complete.  
13. When complete, close out the Task Manager, you should have NO OTHER Apps running - just in case this matters.
14. Go back to  "Internet Properties" where you are ready now to RESET IE to defaults. 
15. Proceed with RESET.

Enjoy!

Friday, May 31, 2013

CRM 2011 - Error importing solution package with plugin assemblies

At a client, there was an issue with importing a solution package from Development environment to a UTA, Training and Production envionment. Same symptoms everywhere: The solution package file could not be imported.
Error message: Assembly do not exist.

The solution package included all modified object s and dependencies, except security roles, field security profiles and workflows.

Resolution was to add a separate solution for the plugins and import that solution first.
All SDK messages are kept in the main solution package.

Cause to the issue is not yet identified.
Either the file size of the solution package exceeds limit of object size in IIS configuration or the CRM Developer Toolkit, which was used for deployment of plugins from VS2012 to Development solution, could have made some bindings to the plugin assemblies that are not compatible to the solution package.


Wednesday, May 8, 2013

CRM 2011 - Error for script on form in IE10

A coleague of mine had an issue with some scripts on form, fetching related data on selection of a lookup field.

In IE9 it works perfectly. But in IE10 the data are not fetched.
Now one solution is to add the url for CRM instance to lists of url's to be opened in compability view. The infrastrukcture are not in place for a GPO. Another solution was required.

Solution was straight forward:
In system settings, customizations the falg for "Open in most recent version of Internet Explorer" must be cleared.