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 […]
.net / Deployment / DevExpress / Visual Studio
Posted on:
ClickOnce and DevExpress components deployment
Let’s say you’ve build a WinForms application and put some DevExpress (or any other 3rd party controls installed in GAC I suppose) controls in there. At some point […]
.net / .net 3.5 / DevExpress / Visual Studio / Visualizer / VS 2008
Posted on:
Packing assemblies to a single file for Righthand.Dataset.Visualizer
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 […]