Archive
Monthly
Go
|
|
DNN Blog
Apr
22
Posted by:
Jon Henning
4/22/2009
I mentioned in my last blog that I planned on publishing a video that would give an overview of how the Silverlight module template works. I have updated the download page to include a reference to it. Please note the updating of a module through the install.aspx?mode=installresources link will not work for 5.01 due to a bug. The original installation does work. Updates can use the normal install wizard or can be patched by downloading the source and opening up Library\Services\Installer\Installer.vb file and adding the following line at around line #236. Please note that this is not an official patch. If kvp.Value.Package.IsValid Then
InstallerInfo.RepairInstall = True 'quick fix to allow install packages to repair
|