Tag Archives: .Net 4.0

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

How to use .Net assembly in VBScript

Few days before I got a requirement to use a .Net assembly in VBScript, but it was not working. But today I got the solution. It was related to my 64bit OS. In this post I am discussing how to … Continue reading

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