Feeds:
Posts
Comments

Archive for February, 2008

         You may receive “Service Unavailable” error while connecting to Team Foundation Server(TFS). I was getting this error from yesterday whenever I was trying to connect to TFS. Finally today I found the reason and solution. I had changed the password of Administrator user which I had used to configure TFS Application Pool. This has [...]

Read Full Post »

        Recently we had integrated Authorize.Net as a payment one of the payment gateway in application. Integrating Authorize.Net is a really simple task.
        First you need to register for test account. Here is the link for that. You will get a mail from Authorize.Net team regarding the approval of account.  You will receive your [...]

Read Full Post »

      You get this error while restoring the database backup file in SQL Server 2005. This is because when you took the backup your backup file is divided in more than one part and at the time of restoring the database you have not added all the parts.
       Lets do this practically so that you can [...]

Read Full Post »

         As a developer, it is really important for us to understand database design and underlying tables used in application. Sometime we do not have direct access to database server so that we can not open the server console and look in to the database.
         In this case we can take help of SysObjects, SysColumns, SysTypes [...]

Read Full Post »