Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista Tutorial - Getting Exception System.Management.Automation.PSArgumentException

Reply
 
Old 11-14-2006   #1 (permalink)
Sushil Kumar
Guest


 
 

Getting Exception System.Management.Automation.PSArgumentException

I am trying to create a console application in Mixed Mode to run the
Powershell commnads. I am getting exception when trying to call
RunspaceConfiguration::Create() function

System.Management.Automation.Runspaces.PSSnapInException: Error loading
system P
SSnapIns. ---> System.Management.Automation.PSArgumentException: Unable to
acces
s Windows PowerShell registry information.
at System.Management.Automation.PSSnapInReader.GetMonadRootKey()
at System.Management.Automation.PSSnapInReader.GetPSEngineKey(String
psVersio
n)
at System.Management.Automation.PSSnapInReader.ReadEnginePSSnapIns()
at
System.Management.Automation.Runspaces.MshConsoleInfo.CreateDefaultConfigu
ration()
--- End of inner exception stack trace ---
at
System.Management.Automation.Runspaces.MshConsoleInfo.CreateDefaultConfigu
ration()
at
System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.Create
DefaultConfiguration()
at System.Management.Automation.Runspaces.RunspaceConfiguration.Create()

I have windows Server 2003 Enterprise X64 edition. I have installed
PowershellX64 on my machine.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
System.Management.Automation.dll missing PowerShell
RC2 - where has System.Management.Automation.dll gone? PowerShell
Re: System.Management.Automation.dll missing? PowerShell
Where can I find System.management.automation.resources.dll PowerShell
-is [System.Management.Automation.PSCustomObject] PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46