wpf - Process.Start throwing Class not registered exception in C# -
i have created application in wpf working fine on win7 on win8 shows below exception i'm trying open directory in explorer passing directory path.
system.componentmodel.win32exception (0x80004005): class not registered
@ system.diagnostics.process.startwithshellexecuteex(processstartinfo startinfo) @ system.diagnostics.process.start() @ system.diagnostics.process.start(processstartinfo startinfo) @ myapp.runfile()
i'm getting below error
myapp.exe - entry point not found
the procedure entry point rangemapfree not located in dynamic link library
c:\windows\system32\wer.dll.
is there way resolve above?
thanks.
it might missing wer.dll.
i suggest go link , try install dll :)
Comments
Post a Comment