December, 2017, Dynamics SL Web App Tips

It’s been a busy year, and a long time since I blogged. Here’s one for a fairly small audience. 😉
When installing the December, 2017, hotfix for the Dynamics SL Web Apps I saw the message: “There was an issue registering the CRUFLADG.DLL. Attempt to register the file manually using regasm.exe from the Framework 64 folder.” The message is misleading. It’s is a 32 bit assembly. Use the 32 bit version of regasm.exe to register it. Launch a command prompt as an administrator and…
cd “C:\Windows\Microsoft.NET\Framework\v4.0.30319”
… then…
regasm “C:\Program Files (x86)\Common Files\Microsoft Shared\DynamicsSL\crufladg.dll”
You should see the message: “Types registered successfully”.
I was installing on a machine that had SQL Server 2014 installed, which is not the typical scenario, …one would hope. The install package failed to install the Microsoft CLR Types for SQL Server 2012, then tried to install Microsoft Report Viewer 2012. It displayed the message, “An error occurred while attempting to install ReportViewer. Some web pages will not load until it is properly installed.” Here are the current links for the required downloads:
Happy installing!

Leave a Reply