LARGEADDRESSAWARE的Visual Studio 2015年C# [英] LargeAddressAware Visual Studio 2015 C#

查看:1725
本文介绍了LARGEADDRESSAWARE的Visual Studio 2015年C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以今天我决定,我将更新到Visual Studio 2015(以前运行的RC版本没有任何困难),但现在我的项目不喜欢LARGEADDRESSAWARE命令行事件。

So today I decided I would update to Visual Studio 2015 (previously running the RC version with no difficulties) but now my project does not like the largeaddressaware command line event.

我有一个生成后事件:

call "$(DevEnvDir)..\tools\vsvars32.bat"
editbin /largeaddressaware "$(TargetPath)"

不过,我得到以下错误

命令叫C:\Program文件(x86)\Microsoft的Visual Studio
14.0\Common7 \IDE..\tools\vsvars32.batEDITBIN / LARGEADDRESSAWAREC:\ ... \bin\Debug\Application.exe用代码9009

The command "call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE..\tools\vsvars32.bat" editbin /largeaddressaware "C:\...\bin\Debug\Application.exe"" exited with code 9009

有什么想法?

推荐答案

卸载时问题被引起的Visual Studio 2015年RC版。它不会删除所有的目录,因此安装的完整发行版不成功。简单的解决方法是卸载RC版本,并重新启动。然后手动删除C:\Program文件(x86)\Microsoft的Visual Studio 14.0目录。然后,您可以安装新版本没有任何问题。

The issue was caused when uninstalling the Visual Studio 2015 RC version. It does not remove all the directories and therefore the install of the full release version is not successful. The simple solution is to uninstall the RC version and restart. Then manually delete the C:\Program Files (x86)\Microsoft Visual Studio 14.0 directory. Then you can install the the new version without any issues.

信贷汉斯帕桑特识别这个问题。

Credit Hans Passant for identifying this issue.

这篇关于LARGEADDRESSAWARE的Visual Studio 2015年C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆