WindowsBase.dll

Recently, I had to upgrade some Microsoft Office Word 2007 Beta 2 add-in projects to RTM. Each add-in manipulated Office Word 2007 documents, so the projects contained a reference to WindowsBase.dll, which uses the System.IO.Packaging namespace. When I was working with Beta 2, I used comments in this post to locate WindowsBase.dll. It used to be found in c:\Program Files\Reference Assemblies\Microsoft\WinFx\v3.0. Now, it is located in c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0, so the references in the projects obviously needed to be updated.

As always, upgrading solutions from previous builds has some surprises... ;-)

http://blogs.3sharp.com/davidg/archive/2006/11/29/2671.aspx

posted on 2011-12-11 21:39  dycius  阅读(442)  评论(0编辑  收藏  举报