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
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
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.
To work around this problem, follow these steps:
- 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
- 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>
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
| 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