Winson.Thoughts.ToString()

Happy Programming, Happy Life

  博客园 :: 首页 :: 博问 :: 闪存 :: :: :: :: 管理 ::

When you try to install Dexterity for Microsoft Dynamics GP 10.0 or the Microsoft Visual Studio Tools for Microsoft Dynamics GP 10.0 Software Development Kit (SDK), you receive the following error message:

      .NET Framework 2.0 is not detected. Fatal error during installation.

Additionally, the installation process stops.

This problem occurs if the Microsoft .NET Framework 2.0 Service Pack 1 (SP1) is installed on the computer.

Solution 1:

Get latest verison and service pack of Dynaimcs GP from your Vendor

Solution 2: 

1. Download the SkipDotNetCheckVSTools.mst file. The following file is available for download from the Microsoft Dynamics File Exchange Server: SkipDotNetCheckVSTools.mst
2. Copy the SkipDotNetCheckVSTools.mst file to the root directory of drive C.
3. Click Start, click Run, type cmd, and then click OK. 
4. At the command prompt, type cd\, and then press ENTER.
5. At the command prompt, type the following command, and then press ENTER:
msiexec /i "<path of VSToolsSDK-GP10-enu-msi>" TRANSFORMS="C:\SkipDotNetCheckVSTools.mst" INSTALLDIR="<installdirpath>" /qb+
Note• In this command, <path of VSToolsSDK-GP10-enu-msi> is a placeholder for the path of the folder that contains the VSToolsSDK-GP10-enu.msi file. In this command, <installdirpath> is a placeholder for the location where you want to install the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK. For example, use the following path in the command: C:\Program Files\Microsoft Dynamics\GP10 VS Tools SDK  
6. At the command prompt, type exit, and then press ENTER. 

Solution 3:

1. Remove .NET Framework 3.0 Service Pack 1
2. Remove .NET Framework 2.0 Service Pack 1
3. Restart and ignore any Apps' complaints about missing 2.0 Framework, and Windows'
4. Automatic Updates for now and will install .NET Framework 2.0 (dotnetfx.exe). This doesn't include SP1
From http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
5. Install Dexterity Shared Components (DexCmn10.0sp1.zip ) if you don't already have GP installed
This is a prerequisite for the SDK from https://mbs.microsoft.com/partnersource/downloads/releases/dexteritydevelopmentsystemreleasesformicrosoftdynamicsgp10.htm?printpage=false
6. Install VS Tools SDK for GP10 (VSToolsSDK-GP10-enu.msi)
7. Install the SDK Patch (VSToolsSDK-KB945414-v10-ENU.msp)
8. Let Windows' Automatic Update install updates. This will restore .NET 2.0
9. Restart (required)
10. .Let Windows' Automatic Update install updates. This will restore .NET 2.0 SP1 and .NET 3.0 SP1
11. Restart (required)

 

posted on 2009-04-15 13:43  winsonweb  阅读(1091)  评论(0编辑  收藏  举报