Microsoft Knowledge Base Email Alertz

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

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: 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

SYMPTOMS

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.

CAUSE

This problem occurs because the Information Bridge client configuration file is not compatible with the .NET Framework 2.0.

RESOLUTION

To resolve this problem, follow these steps:
  1. In Notepad, click File, click Open, and then locate the C:\Program Files\Microsoft Information Bridge\1.5\Framework folder.
  2. Click the Microsoft.InformationBridge.Framework.Config file, and then click Open.
  3. 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>
    
  4. 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>
  5. In the configuration file, locate the following code.
    <section name="ApplicationSettings" type="System.Configuration.DictionarySectionHandler" />
    
  6. 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"/>
  7. On the File menu, click Exit, and then click Yes to save the file and to exit Notepad.
  8. 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:
    http://msdn2.microsoft.com/en-us/library/zdc263t0(VS.80).aspx (http://msdn2.microsoft.com/en-us/library/zdc263t0(VS.80).aspx)

APPLIES TO
  • Microsoft Office Information Bridge Framework
  • Microsoft .NET Framework 2.0
Keywords: 
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