Boobalakrishnan
New Member
- Joined
- May 22, 2017
- Messages
- 5
- Thread Author
-
- #1
Hi,
I am facing the error "
COMException: Error HRESULT E_FAIL has been returned from a call to a COM component".
I have followed the below mentioned steps;
1. Start β> Run β> regsvr32 %SystemRoot%\System32\msxml3.dll
2. Start β> Run β> regsvr32 %SystemRoot%\SysWOW64\msxml3.dll
3. Delete ProjectTemplatesCache
But still am facing the same error
I am facing the error "
COMException: Error HRESULT E_FAIL has been returned from a call to a COM component".
I have followed the below mentioned steps;
1. Start β> Run β> regsvr32 %SystemRoot%\System32\msxml3.dll
2. Start β> Run β> regsvr32 %SystemRoot%\SysWOW64\msxml3.dll
3. Delete ProjectTemplatesCache
But still am facing the same error
Solution
Look in the Event Viewer and see if you can find more context (and text) for this specific error, as it usually points to a specific COM Component. The error text you've given is pretty generic, so any additional information would be helpful.
You could also run Process Monitor and monitor the Visual Studio exe specifically during startup. Then sift through the log for FAIL and see if it gives you any further clues.
You could also run Process Monitor and monitor the Visual Studio exe specifically during startup. Then sift through the log for FAIL and see if it gives you any further clues.
- Joined
- Aug 3, 2010
- Messages
- 1,289
Look in the Event Viewer and see if you can find more context (and text) for this specific error, as it usually points to a specific COM Component. The error text you've given is pretty generic, so any additional information would be helpful.
You could also run Process Monitor and monitor the Visual Studio exe specifically during startup. Then sift through the log for FAIL and see if it gives you any further clues.
You could also run Process Monitor and monitor the Visual Studio exe specifically during startup. Then sift through the log for FAIL and see if it gives you any further clues.