在 VS 2010 中将 PIA 14 更改为 PIA 15 后,MS word 2013 无法启动

MS word 2013 not launching after changing PIA 14 to PIA 15 in VS 2010

我在 Visual studio 2010.The 2010.The 中使用 Office 2010 的互操作程序集开发了一个办公应用程序 14.All 在这里工作正常。 现在我已经将 office 2010 更改为 2013,因此在 VS 2010.The 项目构建 successfully.When I 运行 应用程序中引用了 PIA 15,word 文档启动但 Ms office 配置设置也开始和之后完成设置后,它会提示关闭已启动的办公室 component.It 在将办公室 2010 更改为 2013 后开始发生。 我尝试从项目中删除旧引用并再次添加 Office 15 library.But 仍然相同。 经过大量搜索,我在我的 .vbproj 文件中找到了一些东西

<Reference Include="Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <EmbedInteropTypes>True</EmbedInteropTypes>
  <HintPath>C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Word.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll</HintPath>
</Reference>

这里有什么需要改变的吗? 我也已经在 VS 2010 中完成了 office 2010 的开发 ultimate.Now 我已经开始在 VS 2010 professional 中开发 office 2013 application.Does 这引起了任何问题。

请指导。

解决此问题的解决方案: 解决方案 1: 卸载 MS office 2013,然后 Visual Studio。修复 registry.Reboot machine.Install MS Office,然后查看 studio.Refer VS 给出的 PIA 并构建项目,看看是否有效。

解决方案 2:格式化机器,对我有用。