COM Exception in Visual Studio when trying to connect to another project running on local host

0

I have a Xamarin project and an API project both running on localhost through Visual Studio. I am trying to make a call to the API endpoint through my Xamarin project locally. When trying to hit the endpoint, even if I change it from localhost to my IP itself, I get a COM Exception. Has anyone else experienced this and is there a solution? I use to be able to hit local project fine years ago.

" InnerException = {System.Runtime.InteropServices.COMException (0x80072EFD): The text associated with this error code could not be found."

Also note that I can hit the same API end point just fine via browser or Postman. This is only when trying to hit it within another Visual Studio project

localhost
comexception
asked on Stack Overflow Dec 7, 2018 by PizzaHead

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0