by ds | May 10, 2013 | Software
I saw this problem when listening to a WMA webstream for a few hours. The audio output suddenly stopped and CPU usage of audiodg.exe was very high. There are several ways so solve it: * (Disable all microphones) (Didn’t work in my case, I got a bluescreen...
by ds | May 8, 2013 | C# .Net
UPDATE: Please have a look at the additional notes at the bottom! With Dotfuscator, coming with Visual Studio Professional, you can protect your code against reverse-engineering (i.e. at least make it very hard to read). But, if you are using Visual Studio Setup...
by ds | May 5, 2013 | Administration
Problem: PhpMyAdmin is not accessible after you upgrade your Ubuntu distro from 12.10 to 13.04. The browser shows an error 500, the log files show errors like this: PHP Fatal error: require_once(): Failed opening required...
by ds | May 2, 2013 | C# .Net
In your installer class of the service itself, use the event AfterInstall to start the service. After setup has finished, the service will start. public ProjectInstaller() { InitializeComponent(); AfterInstall += new InstallEventHandler(ProjectInstaller_AfterInstall);...
by ds | May 1, 2013 | Administration
This site provides a good tutorial for restoring lost Registry keys.