Wednesday, February 26, 2014

Node Js in ASP.NET MVC 4 in IIS 8 Windows 8.1 - CodeProject

Node Js in ASP.NET MVC 4 in IIS 8 Windows 8.1 - CodeProject:



Another way to include Node.JS in IIS is by settings modules in an ASP.NET MVC, as suggested by lizhong huang in his article. 

Using AngularJS in an ASP.Net Application | TechEd Australia 2013 | Channel 9

Using AngularJS in an ASP.Net Application | TechEd Australia 2013 | Channel 9:



Channel9 from Australia on Angular JS and ASP.NET application.

It has an introduction with code to Angular JS

AngularJS -‏ OneDrive

AngularJS -‏ OneDrive:

Eyal Vardi presentations on AngularJS




Saturday, February 22, 2014

Code for Sending Email to Unresolved Recipients

Its All About Microsoft Dynamics Business Solutions: Dynamics CRM 2011 : C# Code for Sending Email to Unresolved Recipients: "Code for Sending Email to Unresolved Recipients"



'via Blog this'

Forward: The open source platform for custom e-commerce - with MongoDB

Forward: The open source platform for custom e-commerce - with MongoDB:



This might be a good solution to build an e-commerce site that works with many different CRM installations, since it is easy to customize. The backbone used MongoDB.

If you want to build a stand alone E-commerce site which is separated from the CRM and build interfaces for communication, you need a flexible solution to hold the different changes customized in the CRM and must be replicated to the Site.

Monday, February 17, 2014

Problem Installing CRM 2011 Email Router on an Old Server, Error : Action Microsoft.Crm.Setup.Common.Analyzer+CollectAction failed

When installing  CRM2011 Email router I got and Error saying  "Action Microsoft.Crm.Setup.Common.Analyzer+CollectAction failed".
I retried the installation and got the same thing.

Fast search on Dr. Google pointed me to the solution:
The problem arises from registry settings left in the system from the CRM 4.0 Email router application.
After the uninstall, not all references to the installed files were deleted from the Registry and you need to manually delete these. Not very hard, but since there are lots of registry settings, remember to use the find menu option ( CTRL+F)
The information is noted by Microsoft in this Knowledge Base artice :
http://support.microsoft.com/kb/2607018

here is what they said to do:
1. execute RegEdit.exe
2. find registry settings:
• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Currentversion\Installer\Folders
• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\AA525E7FC7F524344B2B2650A4C6D64D 




use find option for AA525E7FC7F524344B2B2650A4C6D64D to make it easier.
Delete any reference to “C:\Program Files\Microsoft CRM Email”. DO NOT Delete anything else, since there are references there to the CRM Server if it is installed on this machine too.


3. find folder  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\68944CFD44299A6449C12100DDA86EE.
use find on "68944CFD44299A6449C12100DDA86EE8".

4. After deleting what is needed, the article says to boot the machine. unthinkable and ofcourse not needed. I had the Email Router installation program standing on the error with "retry" active, I click the "retry" button and the installation continued without the error.