Browse by Tags

All Tags » ASP.NET (RSS)

ASP.NET Ajax AddHistoryPoint Bug by narshe

In .NET Framework SP1 there was a great feature added that allows history points to be added for Javascript changes. This means, you can use the browswer back/forward buttons with Javascript changes on the page. When released, I went to implement it,...
Filed under: ,

AppDomain.CurrentDomain.BaseDirectory Changed in Unit Tests with Visual Studio 2008 by narshe

Recently I tried converting a solution from Visual Studio 2005 to 2008. Everything seemed to work until I ran all the unit tests. More than 50% of them failed. I found the reason is because AppDomain.CurrentDomain.BaseDirectory changed from 2005 to 2008...
Filed under: , ,
More Posts