Archive for February, 2007
"Mutex could not be created" error with ASP.NET 2.0
Today when I was trying to test a web service that’s been ported from ASP.NET 1.1 to ASP.NET 2.0, I got this error,
Server Error in ‘/MyWebApp’ Application.
Mutex could not be created.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the [...]
Unable to start debugging on the server…Visual Studio .NET 2003 error
This was a bit so frustrating. Here are the list of events that got me trapped into this error that took me a while to resolve it,
Installed .NET Framework 1.1
Installed Visual Studio .NET 2003
Installed .NET Framework 2.0
Installed Visual Studio .NET 2005
Then when I tried to run an ASP.NET application it gave me terrible time with [...]
Read Full Post | Make a Comment ( 2 so far )Microsoft releases MSDN Library as a free download
The downloadable version of MSDN library only used to be available for the MSDN Subscribers or when you install Visual Studio. But now Microsoft has made the downloadable version of the MSDN Library to be available to the public.
Download the MSDN library from here.
Technorati tags: MSDN Subsription, MSDN, MSDN Library, Downloads, Free Download
Read Full Post | Make a Comment ( 2 so far )SQL Server 2000 Reporting Services Video Tutorial
I just had a chance to look into SQL Server Reporting Services. We had a debate on what to pick, Crystal Reports or SQL Server Reporting Services. With a staggering price for Crystal Reports and the licensing overheads we thought we’d give a try with SQL Reporting Services first.
And, it absolutely came out as [...]
A Faster Way to Search Through a DataTable
DataTable supports the Find() and Select() methods for quick searching. But a faster way is to use a DataView with a sort column.
DataView generates an index for a sorted column. If you’re searching for data using a particular column, create a DataView sorted by the column you need to search. Then, use the Dataview.FindRows() method [...]
ASP.NET AJAX 1.0 Source Code Released
ASP.NET AJAX team has just release the full source code to the ASP.NET AJAX product. This includes the source to the server-side ASP.NET integration (including the UpdatePanel, UpdateProgress, and ScriptManager controls, as well as the source to the Network Serialization code). It is being released under the Microsoft Reference License (Ms-RL). You can download it from here. [...]
Read Full Post | Make a Comment ( None so far )








