I have created an application in wpf which is working fine on win7 but on Win8 it shows below exception I'm trying to open directory in explorer by passing directory path.
System.ComponentModel.Win32Exception (0x80004005): Class not registered
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Myapp.RunFile()
I'm also getting below error
Myapp.exe - Entry Point Not Found
The procedure entry point RangeMapFree could not be located in the dynamic link library
C:\Windows\system32\wer.dll.
is there any way to resolve above?
thanks.