While trying to compiling nVidia CUDA kernels on my Windows 7 x64 I realized that somehow I didn’t install the Visual Studio 2008 C++ x64 compilers and tools. So I tried updating Visual Studio by going to Control Panel/Programs And Features bla bla only to get this error dialog showing up: Huh? I did...
Yesterday I held a presentation (as the part of Bleeding Edge 2009 conference) on how to make ASP.NET MVC applications strong typed by using CodeSmith and CodeRush (actually by using its free DXCore part). Attendees were great and the presentation went well. Attached are the slides in Slovene and source...
Lately I’ve built a .net class library that supports COM as well. To make setup file I usually use Visual Studio’s Setup Project because I rarely do anything complicated during the installation ant Setup Project does the work fine for me. This time the setup was a bit different, more complicated, because...
Whenever one needs to interact with WinForms UI from within another thread (the one that didn't create the UI controls) one has to rely on the Control.Invoke (or BeginInvoke/EndInvoke pair) method. Otherwise one gets an InvalidOperationException exception with message “Cross-thread operation not...
A while ago I’ve created Righthand.DataSet.Visualizer , an advanced DataSet visualizer. Today I’ve added support for displaying a single table as well . It wasn’t a big deal but I guess people will find it useful. Now, there is one things I weren’t too happy about until today: I reference a lot of DevExpress...