Assembly Binding Redirect to a lower version

后端 未结 4 1035
滥情空心
滥情空心 2020-12-16 14:36

I am trying to downgrade a NServiceBus dependency so instead of using 4.0.0.0 to use 2.5.0.0

I am trying with the following ways, none of which seem to work.

4条回答
  •  粉色の甜心
    2020-12-16 15:30

    If I didn't get you wrong I have done the same thing with stimulsoft report DDLs which I had the latest version installed but I wanted 2010.3 in my application. but not through the config file and redirecting: I simply removed the reference from the solution explorer and added the old DLL refrence, then I set the copy Local property and recompiled so that the DLL would go with application in a same directory, every thing works fine. also done it with some other dlls as well.

提交回复
热议问题