Skip to content

How to handle wrong target framework System.Reactive in the GAC? #3783

Answered by dpvreony
reyqn asked this question in Q&A
Discussion options

You must be logged in to vote

few options you can try

  1. remove the strong naming from the System.Reactive dll as part of your build process (and potentially other dll's)
  2. force a binding redirect in your app.config
  3. use ilmerge to merge system.reactive into your app
  4. resign all the dll's during the build
  5. move to NET8 etc as this doesn't use the gac (this might be your easiest route, depending on what is keeping you on netfx)

references:

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dpvreony
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants