数据服务和 Linq DLL 在构建后恢复到不同版本
我们当前正在使用一个使用数据服务和 Linq 的 ASP.NET 项目。在通过向导/模板新创建项目之前。 bin 文件夹中生成的 DLL 的版本为 3.0.40818.0,但每次我重建 DLL 的版本时都会恢复为版本 2.0.31005.0。我尝试检查引用的程序集,它显示
System.Data.Services.Client 的版本是 3.5.0.0,而运行时的版本是 v2.0.50727(我相信运行时版本与 DLL 的版本无关)。
另外,对于 System.Xml.Linq 的程序集,其中包含版本 3.5.0.0。我还检查了全局程序集缓存,其中只有 3.5.0.0 版本。
有人知道为什么版本会改变吗?
We are currently using an ASP.NET project that uses Data Services and Linq. Before when the project was newly created via Wizard/Template. The generated DLL in the bin folder has the version 3.0.40818.0 but each time I rebuild the versions of the DLL reverts back into version 2.0.31005.0. I tried checking the referenced assembly and it says
System.Data.Services.Client is version 3.5.0.0 while the runtime is v2.0.50727 (I believe the runtime version is not related to the version of the DLL).
Also for the assembly of the System.Xml.Linq has version 3.5.0.0 in it. I also checked the global assembly cache and it only has version 3.5.0.0 in it.
Does anybody know why the version is changing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论