Tuesday, September 15, 2009 #

Prototype Cobwebs

I was tasked with taking this small project stored in TFS and compiling it for delivery to a stakeholder. It’s really nothing more than a prototype, and I will be building the full-fledged product.

Of course, it didn’t compile… when the task is that simple, something is bound to go wrong. In this case, the app.config was just missing. I checked source control, and it was like it was never added. I decided to add one myself and deal with and configuration issues as I came across them.

I then came across this error: Unable to find manifest signing certificate in the certificate store.

If you get this, open the project’s properties and go to the Signing tab. Uncheck the “Sign the ClickOnce manifests” unless you’re actually going to sign the application.

SignClickOnce

After that, the application compiled and ran without any problems. I’m rather curious as to how these issues manifested.

Note: Cross posted from KodefuGuru.
Permalink

posted @ Tuesday, September 15, 2009 5:44 PM | Feedback (0)

Microsoft XNA Game Studio 3.1 Zune Extensions

Microsoft has released extensions to the XNA Game Studio 3.1 for the Zune HD. The add-on will allow you to take advantage of the Touch APIs and the new Accelerometer. Included in the download are documentation and examples on how to leverage the new APIs.

Note: Cross posted from KodefuGuru.
Permalink

posted @ Tuesday, September 15, 2009 5:04 PM | Feedback (0)