Recently while trying to deploy a service to a clean VM (moving this off our main production server onto its own server) I ran into the error below” Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e...
If you are not a power user, like me, of Fiddler2 (or even a non-power user) you may run into the occasion where Fiddler simply stops capturing your traffic it can be very frustrating. Today this happened to me, well technically I caused the issue a few weeks ago, but just noticed it today. If...
This is a follow up to my prior post on how to obfuscate a WP7 application, which is really just a call out to Bil’s post . While trying to get a large (when I say large it takes 2+ hours just to obfuscate) WP7 application ready for publication I ran into an error while trying to obfuscate our...
If you are in the process of trying to upgrade to the January WP7 tools and you are running the WindowsPhoneDeveloperResources_en-US_Patch1.msp package make sure you have closed down your emulator. I have found that when I had my emulator up and running the installer would launch, run for a second...
Have you ever run into the following error while trying to host (start) a WCF service inside a Windows Service? Starting WCF Services step has caused the following error HTTP could not register URL http://+:9997//Services/HashGenerationService/ . Your process does not have access rights to this namespace...