Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for October, 2005

From time to time my keyboard gets stuck in Visual Studio.NET 2005 BETA 2. Enter, backspace, keyboard cut & paste just stop working in C# editor.
Seems that showing and hiding the solution explorer fixes this problem.
Looks like hidden panels steal focus - pin them, turn off auto-hide.
And if your keyboard gets really stuck, try to […]

Read Full Post »

Are you tired of deploying applications with a millions of dll files?
for ex. Something.XML.dll, Something.DAL.dll, SomeControl.Something.dll
Now (well since 16 March 2005) you can merge those files into one single assembly and deploy just one file!
It is freely available for use from this page from “Other Tools & Utilities” section.
Best fo all - its license does […]

Read Full Post »

I am just a fan of custom installs. Every time I install something I choose custom to see what will be installed.
As you can see sometimes it’s not a good idea. Since first time I have installed Visual Studio 2005 Beta 2 I had problem with test projects. When trying to add a new test […]

Read Full Post »