名称空间Visualstudio不存在于命名空间Microsoft中,缺少程序集引用(namespace Visualstudio does not exist in the namespace Mi

编程入门 行业动态 更新时间:2024-10-25 09:28:26
名称空间Visualstudio不存在于命名空间Microsoft中,缺少程序集引用(namespace Visualstudio does not exist in the namespace Microsoft, missing assembly reference)

我继承了一个我无法编译的C#Visual Studio 2010项目,因为它正在寻找我无法满足的以下参考。

using Microsoft.VisualStudio.Tools.Applications.Runtime;

我是VS新手,但是从我研究过的内容来看,它与版本Microsoft Office和.Net框架版本有关。 我目前安装了MS Office 2003(使用Project 2010和Visio 2010)。 该解决方案需要.NET 4.0,但从我在网上找到的东西看,它看起来像MS Office正在将.Net恢复到早期版本。

当我输入using Microsoft. 智能感知只显示

{}合同 {} CSHARP {}内部 {}的SqlServer {}的VisualBasic {}的Win32

所以我缺少{}VisualStudio资源。

谢谢。

I inherited a C# Visual Studio 2010 project that I am unable to compile because it’s looking the following reference which I am unable to satisfy.

using Microsoft.VisualStudio.Tools.Applications.Runtime;

I am new to VS but from what I have researched it has something to do with the version Microsoft Office and the .Net framework version. I currently have MS Office 2003 installed (with Project 2010 and Visio 2010). The Solution requires .Net 4.0 but from what I found on the web it looks like MS Office is reverting .Net to an earlier version.

When I type in using Microsoft. Intellisense only shows

{}Contract {}CSharp {}Internal {}SqlServer {}VisualBasic {}Win32

So I am missing the {}VisualStudio resource.

Thanks.

最满意答案

你似乎需要

适用于Office Runtime的Visual Studio 2010工具

如果您需要更多信息,我也会将您引荐至文档。

Visual Studio Tools for Office Runtime中的程序集 适用于Office Runtime的Visual Studio工具概述

You seem to need

Visual Studio 2010 Tools for Office Runtime

I also refer you to docs in case you need further info:

Assemblies in the Visual Studio Tools for Office Runtime Visual Studio Tools for Office Runtime Overview

更多推荐

本文发布于:2023-08-07 23:46:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1466436.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:空间   不存在   名称   程序   Visualstudio

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!