I am using Interop.WinHttp and when I run the application it gives me this exception on a line of code that is using Interop.WinHttp like this:
System.OutOfMemoryException: Retrieving the COM class factory for component with CLSID {91E2EAD3-AB7E-4D5C-88DE-F7FA382172BC} failed due to the following error: 8007000e.
WinHttp.WinHttpRequest oHTTP = new WinHttp.WinHttpRequest();
do you have any troubleshooting ideas to solve this?