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 → ]

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 → ]