我的操作系统是64位的Win7,开发平台VS2010,Office版本2010。想实现利用C#来读取Word文件,我以前用VS2005+office2007实现起来很正常,但是在把原来的代码拷贝到新工程中,把word引用库也改为了office2010的后,运行时总提示“The type or namespace name 'Office' does not exist in the namespace 'Microsoft' ”,不知道是什么原因?