I have an old .net app, a mod loader for a game. I wanted to modify it to support a similar game, but get the assembly error when i switch out the included dll with a newer one and try and load a mod script.
is there a way to make the app compatible with the newer dll?
i contacted the original author of the app but they didn't want to update an old project. also i don't have the source.
both dlls are v 1.0.0.0, but one is built for net 2.0 and the newer one net 4.0
the excutable is built for net 2.0, so cff explorer says, although reflector says it's 3.5.
any of this make sense?