I have just installed a new Windows Server 2008 machine today, and am preparing it as a Terminal Server. I try to install Dynamics NAV 5.01 client, and am getting an the following error which causes the installation to rollback.
Product: Microsoft Dynamics NAV 5.0 SP1 CSIDE Client -- Error 1935.An error occurred during the installation of assembly component {98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E}. HRESULT: 0x800736CC. assembly interface: IAssemblyCacheItem, function: Commit, assembly name: Microsoft.VC80.CRT,type="win32",version="8.0.50727.762",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"
It appears to be a problem with registering the Microsoft.vc80.crt assembly.
Same happens with 4.03, or 5.0.
Any help would be appreciated.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks Kine, that worked. I ran the vcredistmin_x86 from the Visual Studio 2008 DVD,and was able to install the NAV client.
1. Put TS in Install mode
2. Download http://go.microsoft.com/fwlink/?LinkId=99257 and save it on the TS
3. Open a command window in the same directory you saved the file in
4. “vcredistmin_x86.exe /x:%temp%\vcredistmin_x86 /q”
5. “msiexec /i %temp%\vcredistmin_x86\vc_minred.msi /l*v %temp%\vcredistmin.log VSEXTUI=1 REBOOT=ReallySuppress”
6. Install NAV
This post should be moved to the Tips & Tricks section.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!