Where is GACUTIL for .net Framework 4.0 in windows 7?

前端 未结 4 1499
感动是毒
感动是毒 2020-12-12 18:02

i\'ve made an assembly in the .net framework that I intend to publish to the GAC but I can\'t find the gacutil utlity.

I\'ve been googling a while and I

4条回答
  •  北海茫月
    2020-12-12 18:21

    If you've got VS2010 installed, you ought to find a .NET 4.0 gacutil at

    C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools
    

    The 7.0A Windows SDK should have been installed alongside VS2010 - 6.0A will have been installed with VS2008, and hence won't have .NET 4.0 support.

提交回复
热议问题