Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 907350 - Last Review: December 3, 2007 - Revision: 1.2
You may receive an error message when you try to run the Office Information Bridge Framework 1.5 client component on a computer that is running the .NET Framework 2.0
When you try to run the Microsoft Office Information Bridge
Framework 1.5 client component on a computer that is running the Microsoft .NET Framework
2.0, you may receive an error message that is similar to the
following:
There are problems with the Microsoft Office
Information Bridge Framework 1.5 client. Run the client Setup program to repair
the installation. The error details are stored in the event
log.
This problem occurs because the Information Bridge client configuration
file is not compatible with the .NET Framework 2.0.
To resolve this problem, follow these steps:
- In Notepad, click File, click
Open, and then locate the C:\Program Files\Microsoft Information
Bridge\1.5\Framework folder.
- Click
the Microsoft.InformationBridge.Framework.Config file, and then click
Open.
- In the configuration file, locate the following code.
<configSections>
<sectionGroup name="InformationBridgeFrameworkEngine">
<section name="MetadataService" type="System.Configuration.SingleTagSectionHandler" />
<section name="Cache" type="System.Configuration.SingleTagSectionHandler" />
<section name="CacheRefresh" type="System.Configuration.SingleTagSectionHandler" />
<section name="Execution" type="System.Configuration.SingleTagSectionHandler" />
</sectionGroup>
- Replace the code that you located in step 3 with the following code.
<sectionGroup name="InformationBridgeFrameworkEngine">
<section name="MetadataService" type="System.Configuration.SingleTagSectionHandler,System, Culture=neutral, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089" />
<section name="Cache" type="System.Configuration.SingleTagSectionHandler,System, Culture=neutral, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089" />
<section name="CacheRefresh" type="System.Configuration.SingleTagSectionHandler,System, Culture=neutral, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089" />
<section name="Execution" type="System.Configuration.SingleTagSectionHandler,System, Culture=neutral, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
- In the configuration file, locate the following code.
<section name="ApplicationSettings" type="System.Configuration.DictionarySectionHandler" />
- Replace the code that you located in step 5 with the following code.
<section name="ApplicationSettings" type="System.Configuration.DictionarySectionHandler,System, Culture=neutral, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089"/>
- On the File menu, click
Exit, and then click Yes to save the file and
to exit Notepad.
- Grant trust permissions for the custom Information Bridge solution assemblies in the .NET Framework 2.0 security policy. To do this, use the Microsoft .NET Framework 2.0 Configuration tool to
modify the .NET Framework 2.0 security policy.
For more information about how to grant trust permissions for folders and for assemblies, visit the following Microsoft Developer Network (MSDN) Web site:
APPLIES TO
- Microsoft Office Information Bridge Framework
- Microsoft .NET Framework 2.0
| kbtshoot kbupgrade kbprb KB907350 |
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