Use of specific version reference in Visual Studio 2008

前端 未结 1 1172
难免孤独
难免孤独 2021-01-07 18:37

I have an assembly, Foo, which has a reference to assembly Bar (version X.X.X.2000). In the properties, the specific version is set to False. I have both Bar (x.x.x.2000) an

相关标签:
1条回答
  • 2021-01-07 19:18

    "Specific Version" is a build-time property directing the compiler to use the available version. At run-time, the framework still looks for the specific version of the assembly that was used at build time.

    See this forum discussion: http://forums.asp.net/t/1251728.aspx

    0 讨论(0)
提交回复
热议问题