Error on PowerShell
-
Hi, I was type the following commands in powershall. 1. Set-Alias Name:Gacutil -Value "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" 2. Gacutil /i C:\temp\mydll.dll". But i got the error like this.. The term 'Gacutil' is not recognized as the name of a cmdlet,function,script file or operable program,Check the spelling of the name, or if a path was included, verify that the path is correct and try again At Line:1 Chare:8 + Gacutil <<<< /i C:\temp\mydll.dll" + CategoryInfo: ObjectNotFound:(Gacutil:String) [], CommandNotFoundException + FullyQualifiedErrodId: CommandNotFoundException. Thanks, Hemadri.T
-
Hi, I was type the following commands in powershall. 1. Set-Alias Name:Gacutil -Value "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" 2. Gacutil /i C:\temp\mydll.dll". But i got the error like this.. The term 'Gacutil' is not recognized as the name of a cmdlet,function,script file or operable program,Check the spelling of the name, or if a path was included, verify that the path is correct and try again At Line:1 Chare:8 + Gacutil <<<< /i C:\temp\mydll.dll" + CategoryInfo: ObjectNotFound:(Gacutil:String) [], CommandNotFoundException + FullyQualifiedErrodId: CommandNotFoundException. Thanks, Hemadri.T