Troubleshooting System.Runtime.InteropServices.COMException
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I get this message when I use mshtml in vb.net. I am trying to declare a variable doc as New mshtml.HTMLTextElement An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in test.exe Additional information: COM object with CLSID {3050F4BA-98B5-11CF-BB82-00AA00BDCE0B} is either not valid or not registered. I find the CLSID in Googles' folder in HKEY_USERS with the same qualification, that is: CLSID {3050F4BA-98B5-11CF-BB82-00AA00BDCE0B} is either not valid or not registered. Could it be Google's search somehow getting into the registry? Any clues? hints? suggestions? links?