Does anyone else get this error when they open the Developer PowerShell cmd window for VS 2019?
<div>--------------------------------------------------------------</div> <div>Import-Module : The specified module '.\Common7\Tools\vsdevshell\Microsoft.VisualStudio.DevShell.dll' was not loaded</div> <div>because no valid module file was found in any module directory.</div> <div>At line:1 char:5</div> <div>+ & { Import-Module .\Common7\Tools\vsdevshell\Microsoft.VisualStudio.D ...</div> <div>+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div> + CategoryInfo : ResourceUnavailable: (.\Common7\Tools...io.DevShell.dll:String) [Import-Module], FileNot</div> <div> FoundException</div> <div> + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand</div><div> </div> <div>Enter-VsDevShell : The term 'Enter-VsDevShell' is not recognized as the name of a cmdlet, function, script file, or</div> <div>operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try</div> <div>again.</div> <div>At line:1 char:83</div> <div>+ ... evshell\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -Instan ...</div> <div>+ ~~~~~~~~~~~~~~~~</div> <div> + CategoryInfo : ObjectNotFound: (Enter-VsDevShell:String) [], CommandNotFoundException</div> <div> + FullyQualifiedErrorId : CommandNotFoundException</div><div> </div> <div>PS C:\Program Files (x86)\Microsoft Visual Studio\2019\Community> </div>↧