Stefan Goßner

Senior Escalation Engineer for SharePoint (WSS, SPS, MOSS, SP2010) and MCMS

Site Builder of MCMS 2001 and ASP.NET 2.0

Site Builder of MCMS 2001 and ASP.NET 2.0

  • Comments 0

After installing ASP.NET 2.0 on a box that hosts MCMS 2001 with Site Builder Refresh Site Builder Refresh will no longer work.

To resolve this problem it is necessary to create a NRClient.exe.config file inside the C:\Program Files\Microsoft Content Management Server\Client directory with the following content:

<?xml version ="1.0"?>
 <configuration>
    <startup>
         <requiredRuntime version="v1.1.4322"/>
         <supportedRuntime version="v1.1.4322"/>
     </startup>
 </configuration>

This is officially documented in the following KB article: http://support.microsoft.com?id=916132

Comments
Leave a Comment
  • Please add 3 and 8 and type the answer here:
  • Post