问题标签 [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-2010 - 构建时 Microsoft.Common.Targets 中的“具有无效的子元素”警告
在我的 VS2010 中,当我构建解决方案时,文件Microsoft.Common.Targets中有超过 100 个警告。当我尝试构建、发布或运行我的程序时,我只会收到警告,但当我双击它以获取更多信息时,Microsoft.Common.Targets 会弹出,然后我会收到所有警告。
此文件 Microsoft.Common.Targets 是 .net 框架的一部分,并具有 MSBuild 内置目标等。它具有在属性窗口中关联的适当架构。
一些示例警告(100 个中有 2 个):
为什么这个文件突然出现在我的编辑器中,当它不属于我的项目时,以及如何告诉 Visual Studio 在构建时忽略这个框架文件。
visual-studio-2010 - 将 IronScheme 集成到 Visual Studio 2010
有没有办法(或任何人都可以找到办法)将IronScheme导入 VS2010?我已经看过这个问题,并且已经尽我所能 - 我什至编辑了相关的二进制文件以更改版本号。我的问题:是否有人有将 IronScheme 安装到 VisualStudio 2010 中的解决方案?目前,按照说明将其安装到 VS2008不适用于 VS2010。提前致谢 :)
更新 1:我想我应该发布当我尝试按照通过命令行安装它的说明时遇到的错误:
运行之后,我收到一个 Windows 7 弹出错误:
RegPkg.exe 已停止工作 - Windows 正在检查问题的解决方案...
当我点击它时,它在控制台上给了我这个错误:
c# - 创建文件夹 o 临时保存
我有 Visual Studio 11(Windows 8 开发人员)我创建了一个下载器文件:
但它不工作开始!如果我更改“E:\Temp”中的文件夹“C:\Windows\Temp”,则下载开始。驱动器 C:\ 不起作用,为什么?可以保存在临时文件夹中还是您有其他想法?
.net - Visual Studio 2012 可以与 Visual Studio 2010 并排安装吗?
如果在同一 Windows 实例上并排安装 Visual Studio 2012 会干扰/破坏 .NET 4 和/或 Visual Studio 2010?
windows-8 - 浏览器中的WinJs?
在试用了新的 Visual Studio 11 预览版之后,我认为最有趣的问题是如何让我的新基于 javascript 的应用程序在浏览器中也能以最少的更改运行?那可能吗?我想支持 javascript 的想法是为了更好的跨平台应用程序,对吗?
我知道一些 winJs 代码调用 WinRT,但我们也可以在基于 Web 的应用程序上使用一些 WinJS 代码吗?
f# - Visual Studio 11 Developer Preview IntelliSense 无法打开 F# 模块?
错误还是我做错了什么?
但是用它编译...
命令行 :
windows-8 - Visual Studio 11 开发预览:无法删除 thumbs.db
我在 Windows 8 Developer Preview 下的 Visual Studio 11 Developer Preview 中的开发工作流程遇到了严重问题。这是我所看到的,其他朋友也看到了同样的情况。
- 打开 Visual Studio
- 创建新的空白 Javascript 应用程序
- 添加非常基本的代码来添加标签(代码和项目似乎无关紧要)
- 从调试开始(本地机器)
- 工作正常
- 停止调试
- 再次运行
- 构建完成
部署步骤失败
1>----- 构建开始:项目:MyProject,配置:调试任何 CPU ------ 1> MyProject-> C:\Users\mmoser\Documents\Visual Studio 11\Projects\MyProject\MyProject\ Debug\MyProject.build.appxrecipe 2>----- 部署开始:项目:MyProject,配置:调试任何 CPU ------ 2>错误 DEP0500:无法删除文件夹“C:\Users\mmoser\ AppxLayouts\MyProject.Debug.AnyCPU.mmoser”,原因如下: 2>该进程无法访问文件“Thumbs.db”,因为它正被另一个进程使用。2>出现一个或多个错误。========== 构建:1 成功,0 失败,0 最新,0 跳过 ========== ========= 部署:0成功 1 失败 0 跳过 ==========
尝试从 Windows 资源管理器中删除文件夹,同样的错误
- 等待几秒钟到一分钟不等
- 再试一次,它的工作原理
这非常具有破坏性,我无法继续开发我的应用程序。我正在和一个朋友一起开发这个,他现在看到了同样的问题。
我们想知道 Visual Studio 是否没有正确释放对部署文件夹的访问权限?
对此的任何帮助将是惊人的!我发现自己陷入了困境,我们的项目陷入了停滞……请帮忙!
visual-studio - VS11-如何打开从扩展管理器下载的示例应用程序
在 Visual Studio 11 Developer Preview 中,您可以从扩展管理器下载示例,但有没有一种简单的方法可以打开这些示例。
我知道文件已下载到
C:\Users****\AppData\Local\Microsoft\VisualStudio\11.0\Extensions
,但从那里打开项目可能不是一个好主意。
c# - How to deploy a Metro App to the Desktop?
I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error:
This application can only run in the context of an AppContainer.
I checked the properties context menu and i searched through both the manifest and the project settings files.
I think the solution is one of the following
- deploy the application with its security context set to AppContainer ?
- run the application in the AppContainer context ?
- deploy the application directly to my metro desktop ?
But I have no clue how to approach this as I can't find the error in the docs.
f# - 使用 F# 的 Metro 风格应用程序?
在 Build 2011 主题演讲和演示中,他们总是在谈论 C++、C#、Visual Basic 和 JavaScript。我不能用 F# 构建 Metro 风格的应用程序吗?或者可以肯定地说,如果它适用于 C#,那么它也适用于 F#?