von ds | May 21, 2013 | C# .Net
Scenario: Basically, most developers publish their projects separately for x86 and x64 platforms. This can lead to problems if the user installs the x86 version on an x64 OS; the software might not work because of driver problems, wrong 3rd party DLL references with...
von ds | May 21, 2013 | C# .Net
This error can e.g. happen in combination with Infragistics NetAdvantage product. In my case, previously I had added some NetAdvantage controls to a Visual Studio C# project and deleted them afterwards, including the references. The project compiled without problems,...
von ds | May 11, 2013 | Administration
There are several sites regarding this issue, most of them tell you to set a group policy setting to enable the download from Windows Update if you are using a local WSUS server. But I also got an error 0x800f0906 when I set this. The only solution which has worked...
von 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...
von 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...
Kommentare