You cannot log on to Content Management Server 2001 Site Builder Refresh when the .NET Framework 2.0 is installed on the same computer (916132)



The information in this article applies to:

  • Microsoft Content Management Server 2001
  • Microsoft .NET Framework 2.0

SYMPTOMS

You cannot log on to Microsoft Content Management Server 2001 Site Builder Refresh when the Microsoft .NET Framework 2.0 is installed on the same computer where Site Builder Refresh is installed.

After you install the .NET Framework 2.0, most of the Site Builder Refresh clients do not work. Additionally, you will receive an error message that resembles the following:
[Content Management Server]
The Microsoft Content Management Server proxy component is not correctly installed
Automation error The system cannot find the file specified.
Login::ctlLogin_Click

CAUSE

This problem occurs because the NRClient.exe.config file is loading Vjslibcw.dll from the Microsoft .NET Framework 1.0 and Mscorlib.dll from the .NET Framework 2.0.

WORKAROUND

To work around this problem, follow these steps:
  1. Create a file that is named NRClient.exe.config. Create this file in the same folder as the NRClient.exe file. By default, the NRClient.exe file is located in the following folder:

    C:\Program Files\Microsoft Content Management Server\Client

  2. Add the following code to the NRClient.exe.config file that you created in step 1.
    <?xml version ="1.0"?> 
     <configuration> 
        <startup> 
             <requiredRuntime version="v1.1.4322"/> 
             <supportedRuntime version="v1.1.4322"/> 
         </startup> 
     </configuration>
    

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:5/30/2006
Keywords:kbnofix kbBug kberrmsg kbprb KB916132 kbAudDeveloper kbAudITPRO