Finally got there:
There are over 9 million users on stackoverflow and currently I'm sitting at:
Now it gets into the decimals e.g. top 0.5 %
Enjoy!
Ideas and thoughts about Microsoft Identity, C# development, cabbages and kings and random flotsam on the incoming tide
Monday, August 27, 2018
Friday, August 24, 2018
Misc : My audience
Just out of interest, my audience as reported by Blogger.
Strange that Google has "Unknown Region"?
Chrome is way ahead on the browsers and Windows is way ahead on the OS.
Would have thought the iPad figure would be higher but maybe iPad users have no interest in Identity :-)
Enjoy!
Strange that Google has "Unknown Region"?
Chrome is way ahead on the browsers and Windows is way ahead on the OS.
Would have thought the iPad figure would be higher but maybe iPad users have no interest in Identity :-)
Enjoy!
C# : Invalid URI
The full message is:
"Invalid URI : The hostname could not be parsed".
I get this using the URIBuilder class.
Since it was complaining about the hostname I checked the DNS, I checked that I could ping it, I tried the IP address etc. etc.
Eventually worked out that it was because the password contained special characters.
You are apparently supposed to URL encode them.
Just changed the password to use letters and numbers and all was well.
Somewhat misleading error message :-)
Enjoy!
"Invalid URI : The hostname could not be parsed".
I get this using the URIBuilder class.
Since it was complaining about the hostname I checked the DNS, I checked that I could ping it, I tried the IP address etc. etc.
Eventually worked out that it was because the password contained special characters.
You are apparently supposed to URL encode them.
Just changed the password to use letters and numbers and all was well.
Somewhat misleading error message :-)
Enjoy!
Subscribe to:
Posts (Atom)