Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3696748
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:46:35+00:00 2026-05-19T04:46:35+00:00

In my C# class that was working well and suddenly from yesterday when I

  • 0

In my C# class that was working well and suddenly from yesterday when I try to run the program I get the following error. When I try to Build the solution it is building sucessfully.

Could not load type 'FileNet.Api.Admin.IRepository' from

assembly ‘FileNet.Api,
Version=4.0.0.0, Culture=neutral,
PublicKeyToken=63fc2fb3fdeef4f1’.

When I try to debug the solution, I get the above error at the SetOSNames(); I am not able to step into SetOSNames(); method.

Please help

private void IntializeVariables(IConnection connection)
{
    domain = Factory.Domain.FetchInstance(connection, null, null);
    domainName = domain.Name;
    ost = domain.ObjectStores;
    SetOSNames(); ///Error thrown here
}

//
// Intializes the ArrayList osNames with object store names.
//
public void SetOSNames()
{
    IEnumerator ie = ost.GetEnumerator();
    while (ie.MoveNext())
    {
        IObjectStore os = (IObjectStore)ie.Current;
        osNames.Add(os.DisplayName);
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T04:46:36+00:00Added an answer on May 19, 2026 at 4:46 am

    The compiler is happy with your code, which indicates that the reference assembly does not match the assembly that’s found at runtime. Use the Fuslogvw.exe tool to find out what assembly is getting loaded. Be sure to log all the binds, not just the failed ones. The odds are good that it is finding the wrong version of FileNet.Api.dll, possibly because an old version is stored in the GAC. Avoid using the GAC on your dev machine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a program for class that takes in a number from 0
I'm working with Cocos2D and I've made a very simple class that inherits from
I have a data access class that took me a while to get working.
I am working in a class that is a subclass of UITableViewCell and have
I'm working on a PHP class that serves as a wrapper for the Memcached
I'm working on a project for class that involves generics. public interface Keyable <T>
Suppose I'm working on a MongoMapper class that looks like this: class Animal include
I'm working with Progress 10.1c I have a class that contains both static and
Hi i am working on web service application in android.i need a class that
I'm working on an application. I have a servlet (writeDataBase.class) that writes some information

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.