开发者

Structuremap assembly binding redirect

开发者 https://www.devze.com 2023-02-11 20:49 出处:网络
We are currently using 2.5.4.0 in several assemblies. I would like to use 2.6.1.0 in my web application, but I use some assemblies that are

We are currently using 2.5.4.0 in several assemblies. I would like to use 2.6.1.0 in my web application, but I use some assemblies that are compiled against version 2.5.4.0 of structuremap. Would it be safe to set a binding redirect in 开发者_Python百科web.config for structuremap, from 2.5.4.0 to 2.6.1.0 or would this cause any problems?


I believe there are some breaking changes between 2.5.4 and 2.6.1, but they are small. I imagine it would depend on your usage of the container, so the best bet would be to test it out and to make sure.

0

精彩评论

暂无评论...
验证码 换一张
取 消