Archive for February, 2007

"Mutex could not be created" error with ASP.NET 2.0

Posted on February 27, 2007. Filed under: .NET, .NET Framework, ASP.NET, HowTo, Tips and Tricks |

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 [...]

Read Full Post | Make a Comment ( 2 so far )

Unable to start debugging on the server…Visual Studio .NET 2003 error

Posted on February 21, 2007. Filed under: .NET, .NET Framework, .NET Framework 2.0, ASP.NET, HowTo, Opinions, Tips and Tricks, Tools |

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

Posted on February 19, 2007. Filed under: Breaking News, Code Samples, Microsoft, News, Tools |

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

Posted on February 15, 2007. Filed under: Code Samples, Concept, Database, HowTo, SQL |

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 [...]

Read Full Post | Make a Comment ( 4 so far )

A Faster Way to Search Through a DataTable

Posted on February 6, 2007. Filed under: ADO.NET, HowTo, Tips and Tricks |

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 [...]

Read Full Post | Make a Comment ( None so far )

ASP.NET AJAX 1.0 Source Code Released

Posted on February 6, 2007. Filed under: .NET, AJAX, ASP.NET, Breaking News, Code Samples, Microsoft, News |

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 )

  •  

    February 2007
    M T W T F S S
    « Jan   Mar »
     1234
    567891011
    12131415161718
    19202122232425
    262728  
  • Del.icio.us

  • Subscribe

    Subscribe in NewsGator Online

    Subscribe in Rojo

    Add WinDev to Newsburst from CNET News.com

    Add to My AOL

    Add to netvibes

    Subscribe in Bloglines

    Subscribe in NewsAlloy

    Add WinDev to ODEO

    Subscribe in podnova

    Add to Pageflakes

  • Spams Blocked

Liked it here?
Why not try sites on the blogroll...