Msbuild Error:指定的配置Debug|MCD无效

    xiaoxiao2021-03-25  121

    以下内容翻译自https://helpdrive.wordpress.com/2011/07/10/the-specified-solution-configuration-debugmcd-is-invalid/

    在Windows下编译PostgreSQL代码时遇到错误,具体内容类似于

    ------            The Specified solution configuration Debug|MCD is invalid    balabala……(忘记截图)

    解决这个问题的方法有点匪夷所思,但是确实能工作(别问我原因我也不知道):

    ------             运行regedit,打开注册表,找到

      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment

                 然后编辑右边的Platform属性,删掉所有内容。重启电脑,执行编译,一切ok。

    转载请注明原文地址: https://ju.6miu.com/read-11559.html

    最新回复(0)