Problems with Tfs service(tfs.visualstudio.com)


my situation this:
i have created project(myproject.visualstudio.com) @ tfs.visualstudio.com outlook-accoun( accountname@outlook.com).

it works connect tfs service clicking "open new instance of visual studio" in tfs-portal @ job laptop, not work @ laptop @ home. setup identical same ie(9.0.8112.16421) , vs2012 rc. 

the exact error message this: "tf30063: not authorized access "https://myproject.visualstudio.com/defaultcollection".

the concept of tfs in azure awesome kind of input solve issue appreciated!

martin,

after configure connection pictured above , click ok, microsoft account login screen should appear (see below). it? if not, please try clearing ie temp internet files , vs cache follows , let me know happens:

fix 1: delete tf service cookie
 

1. close browser instances, live messenger instances, skydrive, live mesh, or else signed in microsoft account (formerly "live id").

2. open internet explorer , visit live.com. click ‘sign out’ in top-right corner.

3. use internet explorer delete temporary internet file , cookies  (be sure delete cookies). if not want delete cookies, then…

    a.    determine folder cookies stored.

    b.    open file explorer folder

    c.    search files cookie & tfspreview (or visualstudio) in name. delete find. note: may need enable display of hidden files , folders in file explorer.

 

 

 

 

fix 2: rename tfs \ vs cache

 

1. close open instances of visual studio (**important**).

2. run following .cmd in elevated command prompt.

 

set appdatatf=%userprofile%\local settings\application data\microsoft\team foundation

set appdatavs=%appdata%\microsoft\visualstudio

 

if exist "%appdatatf%\1.0\cache" move "%appdatatf%\1.0\cache" "%appdatatf%\1.0\cache.old"

if exist "%appdatatf%\2.0\cache" move "%appdatatf%\2.0\cache" "%appdatatf%\2.0\cache.old"

if exist "%appdatatf%\3.0\cache" move "%appdatatf%\3.0\cache" "%appdatatf%\3.0\cache.old"

if exist "%appdatatf%\4.0\cache" move "%appdatatf%\4.0\cache" "%appdatatf%\4.0\cache.old"

 

if exist "%appdatavs%\8.0\team explorer" move "%appdatavs%\8.0\team explorer" "%appdatavs%\8.0\team explorer.old"

if exist "%appdatavs%\9.0\team explorer" move "%appdatavs%\9.0\team explorer" "%appdatavs%\9.0\team explorer.old"

if exist "%appdatavs%\10.0\team explorer" move "%appdatavs%\10.0\team explorer" "%appdatavs%\10.0\team explorer.old"

if exist "%appdatavs%\11.0\team explorer" move "%appdatavs%\11.0\team explorer" "%appdatavs%\11.0\team explorer.old"


trevor hancock (microsoft)
please remember "mark answer" replies help.



Archived Forums V  >  Visual Studio Team Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........