shanselman / SmallestDotNet

SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
MIT License
130 stars 64 forks source link

Handle console app exception #40

Closed irfancharania closed 9 years ago

irfancharania commented 9 years ago

Process.Start throws "Class not registered" exception when running under a restricted user

Checking .NET version... Unhandled Exception: System.ComponentModel.Win32Exception: Class not registered at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startI nfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at CheckForDotNet45.Program.Main(String[] args)

shanselman commented 9 years ago

Thanks!