What is a good business idea? Before answering the question, What is a good business idea? Let me ask you this question, do you need a good business idea to start your business? A long time back, my MBA professor once told me that...
Budgeting for Cradle pre-seed grant I’ve been meaning to write more about the entrepreneur scene in Malaysia, but I just can’t seems to find the time to do that. But I would like to share with any budding entrepreneurs that wants to...
Budgeting for Cradle pre-seed grant I’ve been meaning to write more about the entrepreneur scene in Malaysia, but I just can’t seems to find the time to do that. But I would like to share with any budding entrepreneurs that wants to...
Is Friendster better off with MOL?
In the last post, i had talked about losing mind share in US. However, Friendster is still very strong in Asia, especially in Malaysia and Philippines. Friendster is the #11 site in Malaysia and #6...
Friendster is losing mind share in the US – Try searching...
Friendster is now Malaysian. Malaysia’s MOL has just bought Friendster a couple of weeks back for an undisclosed sum. It was rumored to be at the region of USD 26 million, a large sum of money considering...
For those who are getting error when open Excel documents stored on the Team Foundation Server (TFS). Courtesy from Poh Sze.
“TF84037: There was a problem initializing the Microsoft Excel Team Foundation Addin. Re-installing the Team Foundation Client may be required.”
The reason is because the Office .Net programmability support is not installed. You need to modify your installed version of Office and install this option.
1. In Add/Remove programs, locate your Office application and select it.
2. Click on the ‘Change’ button
3. Select ‘Add or Remove features’ and click ‘next’
4. Select ‘Choose advanced customization of applications’ and click ‘next’
5. In the tree view, expand ‘Microsoft Office Excel’ and make sure the .NET Programmability Support option is set to ‘run from my computer’.
6. Click ‘update’
Apologies for not posting this up sooner. It has slipped my mind with all the deadlines that i need to catch.
Here’s the link to my slides for both session “Build Better Software – Code Performance” and “Governing Software Quality with Visual Studio Team System”
In the link, you can also find an excel spreadsheet with some recommendation on Capacity Planning. This is courtesy from the ACE team. ACE team is
The ACE (Application Consulting & Engineering) Team is responsible for application performance, security & privacy engineering @ Microsoft. Our mission is to drive application excellence into production by providing application engineering leadership through world class performance, security & privacy analysis services.
Deleting a project on Team Foundation Server is not that straight forward. Here’s how you can delete a team project
Open the Visual Studio 2008 Command Prompt window.
Change to the C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE directory. For example: cd "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE"
Run the TFSDeleteProject utility using the following command line. “TFSDeleteProject /server:YourServerName YourTeamProjectName”
To confirm the deletion press Y and then press ENTER.
TFSDeleteProject utility then deletes the team project that you’ve selected