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 8044997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:24:18+00:00 2026-06-05T05:24:18+00:00

I am using the program Reflexil to inject a reference in the executable Foo1.exe

  • 0

I am using the program Reflexil to inject a reference in the executable Foo1.exe to an outside assembly named Foo2.dll.

In Foo1.exe, there is a class called Bar.

In Foo2.dll, there is an interface IBar which correctly implements all of the fields and methods of Bar.

I have used Reflexil to give Bar in Foo1.exe the interface IBar in Foo2.dll.

When Foo1.exe loads, it finds Foo2.dll located in the application directory and loads it, but it throws a System.TypeLoadException with the following error message Method 'get_***' in type 'Foo1.Bar' from assembly 'Foo1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

I have already read through the previous question with the same error message (TypeLoadException says ‘no implementation’, but it is implemented), but I’ve been unable to figure out how to correctly implement the fix when I don’t have any compiler checks for Foo1.exe.

Thanks for your help!

  • 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-06-05T05:24:19+00:00Added an answer on June 5, 2026 at 5:24 am

    I’ve got the same error message in the following situation: A.dll depends on B.dll, B.dll depends on C.dll and C.dll is not found.
    In my case A.dll contains a class C2 derived from abstract class C1 located in the same assembly and in the same dll – A.dll. C1 is derived from C0 class from B.dll. C0 has abstract property with abstract getter method, C1 has an implementation of this property but the matter is that return type of the property’s getter is defined in the absent library C.dll.
    Finaly, it leads to the error message “Method ‘get_Prop’ in type ‘C2’ from assembly ‘A, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxx’ does not have an implementation.”
    which is rather irrelevant in this situation.
    In short the source code looks like this:

    C.dll:

    namespace C {
      public enum PropType {V1 = 0, V2 = 1, ...}
    }
    

    B.dll:

    using C;
    namespace B {
      public abstract class C0 {
        ...
        public abstract C.PropType Prop {get;}
      }
    }
    

    A.dll:

    using C;
    using B;
    namespace A {
      public abstract class C1 : B.C0 {
        ...
        // Getter implementation
        public override C.PropType Prop { get {return C.PropType.V1;}}
      }
    }
    
    using C;
    using B;
    namespace A {
      // Class implementation
      public class C2 : C1 {
        ...
      }
    }
    

    So the solution is to add C.dll to the installation.

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

Sidebar

Related Questions

Given the following program: using System; using System.Collections.Generic; namespace ConsoleApplication49 { using FooSpace; class
I have C++ program using boost graph library. I wonder if there is any
I am using a program called Greenfoot to do my java projects. there is
My program is written in C# NET 2.0,it's using external functions from a dll
Is there a way to program using pure python in Xcode? I want something
I am using a program (jAlbum) to create a gallery and in that gallery
I'm using the program to send data from database to the Excel file .
I've created a program using Python on Windows. How do you turn it into
I am making my first program using Java3D. I have setup some transformGroups that
I am building a program using C++/CLI in Visual Studio 2008, I've been trying

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.