Archive for 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:
- Go to the properties of the project.
- Go to “Signing”
- “Create Test Certificate”
- Dont bother with a password
- Save
- Re-Publish
-Do this to all the projects in the solution.
This should fix the error and get you ClickOnce Publishing again.