Monthly Archives: February 2009

AspDotNetStorefront – Changing Max File Upload Size

In Asp.Net StoreFront – You can change it by editing the file here:

/RadControls/Editor/ConfigFile.xml
Properties:
MaxImageSize
MaxFlashSize
MaxMediaSize
MaxDocumentSize
MaxTemplateSize

Who wants 2K images anyway!

Set them to a higher or lower value depending on what you need to happen.

Hamachi Install for Starcraft

Download Hamachi by clicking this link:
hamachisetup-1015-en

This is an old version of Hamachi, it’s important to use the old version.

Click NEXT until the “Basic vs Premium” Screen – Choose “Use Hamachi Basic”

Keep Installing.

Open Hamachi
Click the “Power” in the lower left corner.
Create a username that is unique.

Click the Triangle Looking button in the near right corner.
=Select “Join Network”

Join network: ASKME
and use the password I tell you.

Clickonce – Unable to Sign Application

I get this error when I try and publish the Click-Once project in .Net:

Cannot publish because a project failed to build.
SignTool reported an error ‘Failed to sign bin\Debug

Here is the Fix:

  1. Go to the properties of the project.
  2. Go to “Signing”
  3. “Create Test Certificate”
  4. Dont bother with a password
  5. Save
  6. Re-Publish

-Do this to all the projects in the solution.

This should fix the error and get you ClickOnce Publishing again.