Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 删除“;“兼容性故障排除”;有装配信息吗?_.net_Windows_Windows 7 - Fatal编程技术网

.net 删除“;“兼容性故障排除”;有装配信息吗?

.net 删除“;“兼容性故障排除”;有装配信息吗?,.net,windows,windows-7,.net,Windows,Windows 7,我很确定这与我的程序集有关,但当我编译我的应用程序时,Windows无法识别它是否与Windows 7兼容,因此在右键单击图标时,会将“疑难解答兼容性”项放在上下文菜单中 我的程序集当前看起来如下所示: <?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com

我很确定这与我的程序集有关,但当我编译我的应用程序时,Windows无法识别它是否与Windows 7兼容,因此在右键单击图标时,会将“疑难解答兼容性”项放在上下文菜单中

我的程序集当前看起来如下所示:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <probing privatePath="process_libraries"/>
        </assemblyBinding>
    </runtime>
</configuration>

我需要添加什么才能使Windows认识到我的应用程序与Windows 7兼容


谢谢

这与程序集信息无关,您需要向EXE添加清单


解释一切。您可以从项目属性轻松地在VS2010中添加清单。

没有明显的内容,没有清单、exe头的Windows版本或文件位置。走低端路线:您如何知道它将与下一个service pack兼容?是的。否则我就不会把它贴出来了。