How to run regasm.exe from command line other than Visual Studio command prompt?

后端 未结 10 2060
盖世英雄少女心
盖世英雄少女心 2020-12-08 02:40

I want to run regasm.exe from cmd. which is available in c:\\windows\\Microsoft.net\\framework\\2.057

I do like this c:\\ regasm.exe

It gives regasm is n

10条回答
  •  -上瘾入骨i
    2020-12-08 03:03

    For the 64-bit RegAsm.exe you will need to find it someplace like this:

    c:\Windows\Microsoft.NET\Framework64\version_number_stuff\regasm.exe
    

提交回复
热议问题