by ds | Jun 26, 2012 | C# .Net
By default, the Infragistics Version Utility does not upgrade the assemblies of your VS .Net project or solution from CLR 2.0 to 4.0 automatically. But you can do this via the “custom upgrade” link. In my case, I always got errors like No matching assembly...
by ds | Jun 25, 2012 | C# .Net
If you published new version of your ClickOnce / .Net project (C#, VB, …) and want to go back to a previous version, follow these steps: Open the directory where you deployed your project Go into the subdirectory “Application Files” and into the...
by ds | Jun 23, 2012 | Administration
Scenario: You use Windows AD with the Folder Redirection rules for AppData, Documents etc. for the AD users to redirect to a network or DFS share (which is useful for backups and fast logins). One user account has to be renamed. Rename the account in “Active...
by ds | Jun 21, 2012 | PHP
If you want to access dynamic variable names in Smarty and cannot use arrays for any reason, you can use a Smarty var nested in another Smarty var. Example: </pre> {foreach from=$workingDays item = item name=workingDaysList} {$date_{$item}} {/foreach}...
by ds | Jun 13, 2012 | MySQL
'MySQL Backup Script 'run with "cscript mysql_backup.vbs" 'Configuration server = "www" user = "backup" pw = "BackupPW" mysql = "mysql.exe" mysqldump = "mysqldump.exe" backupdir = "e:mysqlbackupwww"...