![]() |
|
Spaces home Sin Min's SpacesPhotosProfileFriendsMore ![]() | ![]() |
|
Sin Min's SpacesDesign, Develop, Debug, Deploy...4D in the life of a software guy~
August 19 How To: Auto Disconnect 3G on Windows Mobile 6.1 StandardMost of you aware that having 3G turned on will drain your phone's battery pretty quickly. Hence, you might want to enable auto disconnect from 3G (by default it won't) whenever the data connection is not in use. Step 1: Go to [Settings]->[Connections]->[Advanced]->[Options] Note: If you are unable to complete step 1 and step 2 (i.e. if you are running Windows Mobile 6.0 Professional, etc.), use a registry editor and go to HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings\. Change the value for [CacheTime] to 30. PHM Registry Editor (Pocket PC): http://www.phm.lu/Products/PocketPC/RegEdit/ August 18 VSTS: Q&A at Tech·Ed SEA 2008There were some questions directed to me when I was at Tech·Ed SEA 2008 last week. So I think it is a good idea for me to blog about them here for sharing purpose. Scenario: We currently have 5 developers (maybe will hire more in the future). We are doing SQL programming (*.sql files) and ASP.NET application (*.aspx, *.aspx.vb, web.config etc). We would like to save all the source files and have version control in this system. Q: What is/ are the software required and version to implement the version control only? Q: What software is required for developers to work with database objects and have them stored in source control? Q: What is the sequence of the installation steps for software at the server side on Windows Server 2003 R2 Enterprise Edition? Q: What is the necessary software to install in to the developer's PC (Windows XP Pro) so that we can do the version control? Remarks: TFS is not a VSS upgrade. Instead, it is the foundation for Visual Studio Team System – a fully integrated, software development lifecycle tool. TFS provides a robust source control system, integrated work items, and dynamic reports, all built on SQL Server 2005 (and now supports SQL Server 2008**). *Visual SourceSafe 2005 Update must be installed to improve compatibility with Visual Studio 2008. This is applicable if you are implementing VSS2005 as your source control solution and you use VS2008 as the client. **Visual Studio 2008 Team Foundation Server Service Pack 1 must be installed at the server side for SQL Server 2008 support. August 17 Error 29109 during TFS2008 SP1 InstallationDuring the installation of SP1 for TFS2008, I encountered a fatal error and the setup process had to rollback. A quick view at the HTML installation log (located at C:\Documents and Settings\userId\Local Settings\Temp\) revealed the following error message: Returning IDOK. INSTALLMESSAGE_ERROR [Error 29109.Team Foundation Report Server Configuration: SQL Reporting Services configuration encountered an unknown error. Verify that you have sufficient permissions to configure SQL Reporting Services, and try again.] A further review at the detailed TXT installation log (located at the same path as the above) shown that access to configure Reporting Services was denied. TFRSConfig - Team Foundation Server Reporting Services Configuration Tool Connecting to SQL Server Reporting Services. Please wait... at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) At first glance, it seemed like the account I was using to execute the SP1 has no permission to configure Reporting Services. However, that was ruled out rather quickly as the account is a member of local Administrators group. Revisited the error message and the FQDN caught my attention as I updated the computer NetBIOS name to FQDN (using TfsAdminUtil.exe) some time ago. Did a search and came across the following: "One possible explanation for this failure to access WMI data remotely is that a firewall is blocking that traffic. If the friendly name were actually represented as TFS-Q.somedomain.com, that could drive traffic that would otherwise be local through a proxy server. An address with ‘.’s in it would not be considered a local address when interpreting the setting that determines whether to bypass a proxy server for local addresses. The traffic would then leave the box, which would mean that you would need the DCOM port open (TCP 135)." Viola!!! After executed TfsAdminUtil.exe configureconnections with /ReportsUri as well as /ReportServerUri to change the FQDN back to computer NetBIOS name and updated IIS Default Web Site's host header to include the computer NetBIOS name, SP1 installed successfully on the server. After the upgrade, I just changed the computer NetBIOS name (again using TfsAdminUtil.exe) back to FQDN and removed the host header value added just now. August 12 VS2008, TFS2008 and .NET 3.5 Service Pack 1 Released!Following the release of SQL Server 2008 RTM last week, the availability of Service Pack 1 for Visual Studio/Visual Studio Team System 2008 SP1, Team Foundation Server 2008 SP1 and the .NET Framework 3.5 SP1 was announced earlier today. Go get them while they are hot! (Note: Bootstrapper is for online install) Visual Studio 2008 Service Pack 1 (Bootstrapper) Some of the key improvements included:
For more details, please visit Brian Harry's blog. August 08 TLA032-ILL - Team Development with Microsoft Visual Studio Team System 2008I'll be delivering a Instructor-led Labs (ILL) at Tech·Ed SEA 2008 on Day 3 (13 Aug), 10:00am - 11:15am (Room 404). Feel free to drop by if you are interested. This lab is intended for developers and project managers working on Microsoft .NET Framework solutions. In this lab you will review and work with the Work Items created when using the MSF CMMI process template for a team project. You will modify the existing work items in both Visual Studio and Microsoft Office Excel. You will see how Microsoft Visual Studio Team System Team Foundation Server can be configured to send alerts when the solution changes. You will interact with the project through the SharePoint project portal created for the team project and Team System Web Access. Through the exercises in the lab, you will perform tasks related to work item management and team communication using Team Foundation Client and Microsoft Office Excel. For more ILL sessions, please visit http://www.microsoft.com/malaysia/techedsea2008/inst-lab.mspx. Slides Download: http://cid-456e9b12e7be1f3a.skydrive.live.com/self.aspx/Tech%c2%b7Ed%20SEA%202008/TE08%20Sin%20Min%20-%20TLA032-ILL.pdf August 07 SQL Server 2008 RTM!Yes! It is here finally and comes with Developer, Enterprise, Standard, Web, and Workgroup editions. You may download them via MSDN Subscriptions today! August 01 Performance Related: VSTS 2008 Database Edition GDR July CTPI did a schema import yesterday from Malaysia against a SQL Server 2005 located in US and the devenv.exe process consumed 90-98% most of the time. Add on to that, opening this project from local file system (not attached to source control) also takes hours with high CPU utilization as well (> 90% most of the time). Below are details on the size of the project: Size: 21.3 MB (22,371,240 bytes) Notes: Every time you load the project, a model file (with the file name [guid].model) and some temporary files (with the file name [guid].[n].tmp) will be created in C:\Documents and Settings\[user]\Local Settings\Temp\ where files are added to the model. This is where it takes the most time for the project to be ready for usage. These files get removed automatically if the solution or Visual Studio closes normally (no crash or exception). UPDATES: The product group is starting to address performance as a whole now within the GDR release, so over the coming weeks you should start to see significant performance improvements.
|
|
|||||||||||||||||||||||||||||||||||||||
|
|