vb.net - I cannot create a new SHDocVw.InternetExplorer -


consider following peice of code :

if (ias.webbrowser nothing)     ias.webbrowser = new shdocvw.internetexplorer end if waitting(1) 

it produces following error :

"retrieving com class factory component clsid {0002df01-0000-0000-c000-000000000046} failed due following error: 80080005 server execution failed (exception hresult: 0x80080005 (co_e_server_exec_failure))." string

where problem?

interesting: can't open internet explorer @ all. how reinstall it?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -