How to resolve “'installutil' is not recognized as an internal or external command, operable program or batch file.”?

后端 未结 12 1770
情话喂你
情话喂你 2020-12-07 08:41

Just tried to run an application via the following:

\"enter

I have browsed to

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 09:09

    Unless you've modified your path, the following should be available in developer command prompt and not cmd:

    • msbuild
    • mstest(for ultimate)
    • csc
    • ilasm

    ... etc

    If those aren't available you may have a corrupted install.

提交回复
热议问题