Microsoft Knowledge Base Email Alertz

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

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 916132 - Last Review: December 3, 2007 - Revision: 1.1

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

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.

APPLIES TO
  • Microsoft Content Management Server 2001 Enterprise Edition
  • Microsoft .NET Framework 2.0
Keywords: 
kberrmsg kbbug kbnofix kbprb KB916132
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Anonymous User Report As Irrelevant  
Written: 8/2/2006 1:30 AM
Excellent tip, this also works when you cannot launch Site Manager too.

Anonymous User Report As Irrelevant  
Written: 11/23/2007 9:02 AM
I used this for Site Manager as well. Worked great. Thank you!