+1.604.763.2828 Vancover, Canada | +1.206.923.9676 Seattle, USA | +44.020.3239.8686 London, UK | +86.1358.161.6375 Beijing, China   
Home  info@primeobjects.com   
Products & Features Consulting Partners Blog and Communitiy About Us
Products & Features Consulting Partners Blog & Community About Us Sign up, 14 days free Login >>

Developer Updates
We're software engineers who love building great software!

Tuesday, January 05, 2010

Team Founder Server 2008 - TF53011 Not a licensed user

Source: Developer Updates
Tags: Team Foundation Server , Team Foundation Server 2008 , TFS

I have tried many ways to add a domain user into Team Foundation Server 2008 without any luck. I keep getting TF53011 error. It seems the security settings on TFS user interface are useless. The Valid User group does not help to make a user "VALID" or say "Licensed".

After Google search for 20 minutes, the command line below eventually did the trick. As I said before Team Foundation Server is garbage. Can you imagine that you have to achieve the most common operation by a command line?

TfsSecurity.exe /server:YourTFSServerName /g+ n:"[Server]\Team Foundation Licensed Users" n:"DomainName\UserName"

Note: You need to keep [Server] as it is without any change.

posted by Gary Zhang @ 09:03:02 PM   0 Comments
Email the article to a friend
Add comment to the article.

Sunday, January 03, 2010

IE 8 on the Windows XP is different from IE 8 on the Vista or Windows 7

Source: Developer Updates
Tags: 

Our developer has found some features failed on the IE 8 running on Windows XP. We are looking into the issues and working on the fixes. But it is good to know that some scripts work on Vista/Windows7+IE8, Firefox, Safari and Chrome but not on XP+IE8.

Ok we have found the javascript that works in IE8 on Vista and Windows 7 but not on XP. It is the code below.
document.getElementById(id).offsetLeft

We have to change it to $("#"+id).position().left

posted by Gary Zhang @ 07:30:29 PM   0 Comments
Email the article to a friend
Add comment to the article.

Thursday, December 31, 2009

How does the theme work?

Source: Developer Updates
Tags: Personalization , Theme , UI

The theme selected by the user is saved in the ThemeName attribute of the SystemUser entity, therefore ThemeName column in the SystemUser table. The default value of this field is Lightness.

When user select a theme in the Theme Picker dialog, the page will be redirect to http://www.primeobjects.com/Default.aspx?Theme=[ThemeName]. This will change the theme and at the same time change the user profile.

posted by Gary Zhang @ 11:04:17 AM   0 Comments
Email the article to a friend
Add comment to the article.

Thursday, December 10, 2009

Announcing the Microsoft AJAX CDN - ScottGu's Blog

Source: Developer Updates
Tags: AJAX , ASP.NET , CDN

Announcing the Microsoft AJAX CDN - ScottGu's Blog

posted by Gary Zhang @ 10:49:19 AM   0 Comments
Email the article to a friend
Add comment to the article.

Remote desktop (MSTSC) stop working on Windows 7

Source: Developer Updates
Tags: 

I recently upgraded my machine from Vista Home to Windows 7 Home and since then have been having issues connecting to any machines on my network via remote desktop (MSTSC)

connection. Prior to the upgrade,  there were no issues and I could connect just fine.

I am able to browse the other machines via windows explorer and can ping them as well, so it doesn't seem to be a connection issue. The machines that I am attempting to remote into are windows server 2003 and 2008.

Essentially what happens is once I open the remote desktop client, enter the name of the machine, then hit connect, the client says "configuring remote session" and hang there forever. The window for the remote connection freezes, and I have to kill it with the task manager.

Fix: Options of remote console -> Local Resources -> Remote Audio -> Settings -> Remote audio playback = Do Not Play

posted by Gary Zhang @ 10:12:09 AM   0 Comments
Email the article to a friend
Add comment to the article.
Subscribe to Current Posts [RSS Feed]
Subscribe to Latest Posts [RSS Feed]



Favorite Links

    © Copyright 2009 PrimeObjects.com. All Rights Reserved. | Security Statement | Privacy Statement