Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for October 5th, 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 »