Category Archives: .Net 4.0

Drive combo box in C#

As most of the .Net developers, I am also started my development career with VB6. VB6 comes with few file system controls, like DriveListbox, DirectoryListbox, FileListbox etc. But in .Net framework didn’t support these controls. Here is a solution for … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Win 32 API, Windows Forms | Tagged , , , , , | 1 Comment

Fuslogvw.exe and diagnosing .NET assembly binding issues

Yesterday while working with NUnit, I got an exception like this It was working fine day before yesterday, and I didn’t modified any system settings, so I didn’t understand what went wrong. Instead of looking into more details, I reinstalled … Continue reading

Posted in .Net, .Net 4.0, Miscellaneous, Visual Studio, Windows 7 | Tagged , , , , , | 1 Comment

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail

Today I got a comment from Vitor, Vitor is getting an exception like this while starting application. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Visual Studio, Windows 7 | Tagged , , , , | 1 Comment

How to add MEX endpoints programmatically

The Metadata Exchange Endpoint (MEX) is a special endpoint in WCF that exposes metadata used to describe a service.Without the MEX, you will not be able to use svcutil.exe to automatically generate a proxy class. Fortunately, it is a simply … Continue reading

Posted in .Net, .Net 4.0, WCF | Tagged , , , , , | 1 Comment

How to queue a new build using TFS API

Another post on TFS API, my last post was related to how to get build Definitions and Build Details from TFS 2010, and this post is about how to queue a new build in TFS 2010 Server. As earlier you … Continue reading

Posted in .Net, .Net 4.0, Version Control | Tagged , , , , , | 1 Comment