I have a project in Visual Studio that used to work fine but I suddenly started receiving the following error:
Invalid URI: The format of the URI could not be determined.
I put a breakpoint at the beginning of my Startup() method which is called first, but that breakpoint doesn't get hit, which tells me that there is some kind of setting or something that Visual Studio must be looking at prior to calling the Startup method that is calling this error.
Does anyone have any idea where I should be looking to solve this issue?
Invalid URI: Invalid port specified
Today I played a bit with ContentFinder and UrlProvider in order to get some custom URL's.
That part is done, but in BO the following error shows up.
It's only while debugging at localhost, what do I miss?
I have a project in Visual Studio that used to work fine but I suddenly started receiving the following error:
I put a breakpoint at the beginning of my Startup() method which is called first, but that breakpoint doesn't get hit, which tells me that there is some kind of setting or something that Visual Studio must be looking at prior to calling the Startup method that is calling this error.
Does anyone have any idea where I should be looking to solve this issue?
Did you manage to resolve this as I am currently seeing the same issue.
is working on a reply...