Category: Deployment

Click Once Deployment – Improperly Formatted

Error Message:Cannot continue. The application is improperly formatted. Contact the application publisher for assistance. Application validation did not succeed. Unable to continue. Unable to retrieve application files. Files corrupt in deployment. Solution: For every project in your solution, Close your

Posted in Click Once, Deployment, Error, Visual Studio

Publishing Using VisualStudio

I have often had the glorious opportunity to watch someone try to deploy a project by picking compiled libraries that they had thought had changed.  Every time they deployed by using this method, their live project would not run.  When

Posted in Deployment, Tips, Visual Studio

DotNet Windows Form Image Transparency

Recently during a project I had a need to overlay an image on a windows form in order to indicate a status of inability.  This image had a semi-transparency quality as well as a full transparency background.  To my dismay,

Posted in Better Coding, C#, Deployment, DotNet

Javascript equalsIgnoreCase Function

This week’s code sample is JAVASCRIPT based. I found this while researching user validation routines. This function is a javascript version of a common Java function. We have replicated the calling syntax as a java programmer would expect to use

Posted in Better Coding, Deployment, Ideas, Web Tagged with: , , , ,

Hot Keys

alt-1 – Load help This week’s code sample is JAVASCRIPT based. It traps a keyup event in a web page that contains this code. The function then goes a step further and looks for the Alt key. Once we have

Posted in Deployment, How To, Web Tagged with: , , ,