问题标签 [visual-studio-2012]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio - 无法安装 Visual Studio 11 预览版
我使用 vista sp2 并安装了 vs 2005/8/10。
我尝试使用网络安装程序安装 vs 11 预览版,但立即收到一条消息“设置被阻止”(见图)。链接的日志只有很多行,比如
任何的想法?
c# - 如何在 Visual Studio 11 Dev Preview 中使用 MSTEST?
正如问题所说:
如何使用 Visual Studio 11 Dev Preview 进行 MSTEST?
我试图找到 mstest.exe,但它不存在于其通常的位置:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE
我写了一些单元测试,没有办法运行它们=\
visual-studio - Visual Studio 11 缺少程序集引用
在尝试在 Visual Studio 中构建最简单的 Metro 应用程序时,我收到十几个关于缺少程序集引用的错误(错误 WMC1003)。我刚刚从这里安装了 VS 11:http: //www.microsoft.com/download/en/details.aspx? displaylang=en&id=27543
任何和所有的帮助表示赞赏!以下是指定错误的构建输出的一部分:
visual-studio - How can I clean up a failed installation of Visual Studio 11?
I tried to install Visual Studio 11 Developer Preview on D:\Programs\VS11
, and the installation failed due to low disk space on C:
drive (which I solved after the error). When I try to uninstall VS11 I get this error:
I had to delete the some folders on disk, some registry entries related to VS11 (wild guesses, of course), and use msizap to remove the MSI's. After all these steps I managed to start the installation, but I get some script errors, so in order to uninstall and retry the setup I have to repeat the cleanup process.
Is there some clean up tool like it was for VS2008, or some blog that highlights everything that must be removed for a successful reinstallation?
UPDATE
On my way to a Win 7 reinstallation, I managed to get another error:
#xA;This one was solved with the steps from here: How to fix 'Error 1402. Could not open key: UNKNOWN...'
visual-studio-2012 - Visual Studio 2012 中缺少数据比较功能?
我在 Visual Studio 2012 中找不到数据比较。存在架构比较。
它被删除了吗?还是隐藏在某个地方?
licensing - 我可以分发使用 Windows 8 Developer Preview 和 Visual Studio 11 Express 编写的应用程序吗
我已经下载了 Windows 8 Developer Preview,并且一直在开发一些简单的 Metro UI 应用程序。
我可以将源代码发布到 Github 吗?
公开分发使用 Windows 8 Developer Preview 和 Visual Studio 11 Express 编写的应用程序是否合法?
asp.net-mvc-3 - 在 Visual Studio 11 开发者预览版中打开一个现有的 MVC 3 项目
我试图在新的 dev 11 预览版中打开并转换现有的 vs 2010 mvc 3 项目,但遇到了一个难题。解决方案文件将成功转换,但解决方案中的一个 mvc 3 Web 项目在解决方案资源管理器中显示为卸载后转换。当我尝试从解决方案资源管理器重新加载项目时,系统提示我转换项目并在 upgradelog.xml 中收到以下错误
无法打开项目文件“myproject.csproj”。缺少项目子类型。此安装不支持子类型:“{E53F8FEA-EAE0-44A6-8774-FFD645390401}”。
据我所知,这与 MVC 有关,但这并不能真正帮助我解决这个问题。任何建议或解决方法将不胜感激。
windows-8 - 如何在没有 Windows Store 的情况下分发已编译的 Windows 8 Metro 应用程序?
我只是好奇是否有一种方法可以打包 Windows 8 Metro 应用程序以将其分发给安装了 Windows 8 Developer Preview 的其他人?如果能够允许某人下载和安装,而不是要求他们安装 VS'11 Preview 并自己编译代码以测试/使用我构建的 Windows 8 Metro 应用程序,那就太好了。
由于 Windows 应用商店尚未上线,有没有办法分发已编译的 Windows 8 Metro 应用程序供其他人测试/使用?
即使在 Windows 应用商店上线之后,这对于在非开发机器上测试 Metro 应用程序也可能很有用。
c# - “首选 32 位”编译器标志对 Visual Studio(C#、VB)意味着什么?
刚刚安装了 Visual Studio 11 开发者预览版。在编译指定 AnyCPU 目标的托管(C#、VB)应用程序时,我在项目属性中看到一个名为“首选 32 位”的新选项。这似乎不是类库的选项,只是顶级应用程序。
这个标志表示什么?
fxcop - Visual Studio 11 开发者预览版 - 打破 FxCop 静态分析
安装 Developer Preview 后,我们的自定义 FxCop 规则项目将无法构建,因为找不到以下 Dll:
FxCopSdk.dll & Microsoft.Cci.dll
事实证明,这是一条红鲱鱼,在其他机器上查看自定义规则的项目,如果没有正确重新引用上述 dll 就无法构建(这很正常)真正的问题是我们现有的构建正在使用VS11代码分析。
我现在已经删除了 VS11,但它仍然无法正常工作!
有任何想法吗?
更新: 由于安装 vs11 我的构建批次默认为 VS11 版本,这不会发生在其他安装了预览版的人身上[他们也在使用 x64 windows 7]