Have you ever seen MSB3113 and MSB3114 errors? No? Me neither until I started using VSTS Tests capability. I created a simple test that targeted an exe assembly […]
Using client certificates with RemObjects’ WinInetHttpClientChannel
Currently [RO]' Http channels don't support client certificates (i.e. client certificates are required in IIS when the option "Require Client Certificates" is selected). Why would you need them anyway? Client […]
Transferring .net object graphs using RemObjects SDK 4.0
If you happen to use RemObjects SDK 4.0 (RO) for an alternative to remoting (I'll discuss the benefits in another post) than you are certainly facing one problem. RO thing doesn't […]
Strongsigning an assembly from key container isn’t supported even in VS2005 SP1
How can you strong sign an assembly using key located in key container (not in a file) from within Visual Studio 2005 (SP1)? You can’t. For whatever reason […]
Windows Presentation Foundation PowerPoint slides available (Slovene)
Yesterday I presented Windows Presentation Foundation. I was speaking in front of audience of about 150. The whole event was using Columbus discovers America theme and we speakers were dressed accordingly – […]
Can you spot the problem (VBx/VB.NET)
WARNING: VB code! Here is a very popular problem that many VB developers fail to see. Furthermore, it is hard to find once in the code. Can you spot […]
Windows Presentation Foundation at Slovene MSDN/Technet 2006 event
I’ll be presenting Windows Presentation Foundation at Slovene MSDN/Technet event on Monday, 23rd October in hotel Mons, Ljubljana. There will be other interesting topics covering .net framework 3.0 […]
Default Padding for XtraLayoutControl items
[DevEx] XtraLayoutControl sets its items default Padding to 5;5;5;5 (left, right, top, bottom) which might not be always desired value and there is no easy way to alter this default […]
telerik now ships source code with single r.a.d.controls developer license
According to this blog post [tele] decided to ship the sources even with r.a.d.controls single developer licenses. This is very good news as the source code is a […]
Visual Studio 2005 SP1 beta looses 3rd party toolbox entries
After installing VS 2005 SP1 beta I noticed that all 3rd party icons disappeared from toolbox. Apparently SP1 beta looses icons on install. The situation is more annoying with [DevEx] components […]