This assembly is built using a runtime that is newer than the currently loaded runtime and cannot be loaded

I get this error:

Failed to load file or assembly "Twitterizer2.Asynchronous" or one of its dependencies. This assembly is built at runtime, is currently loading, and cannot be loaded.

But I removed twitterizer2.Asynchronous library from my links, so why does it still have problems with it?

This works in my other projects, so I don’t understand what is the problem? This gave me the same error with the Telerik library before, so I think this does not apply to Twitterizer.

+3
Jan 18 '12 at 3:50
source share
2 answers

I assume that one of the assemblies you are still referring to depends on this assembly ... so it still tries to load it.

You can use Fusion Logging to find out why it loads. (More context in the question will also help us diagnose it ...)

+2
Jan 18 '12 at 15:52
source share

Just remove the DLL that you are no longer referring to.

+1
Jun 24 '14 at
source share



All Articles