Archive for Developer Stuff
Visual Studio: Error When Specifying Platform Target
Recently I ran into an issue where a WCF Service Host assembly had specified the Build Platform Target as x64 (64-bit). When trying to hit the service I would see an error: Could not load file or assembly ‘[NAME]‘ or one of its dependencies. An attempt was made to load a program with an incorrect [ Read More → ]
WCF – The remote server returned an unexpected response: (400) Bad Request
When trying to call out to a WCF service, I was receiving the error: The remote server returned an unexpected response: (400) Bad Request. If you’re seeing the same thing, I might be able to help. Are you attempting to send any sizable amount of data across the wire to the service? If yes, then the [ Read More → ]
An invalid character was found in the mail header: ‘;’
While trying to queue up a message to send out to an email service, I ran into the error: An invalid character was found in the mail header: ‘;’. A quick search engine lookup will return results that may or may not pertain to your specific problem. I’ll tell you what ended up being wrong [ Read More → ]