vote up 2 vote down star

Any ideas what the problem could be?

Some facts:

-The direct report link works(i can surf to http://theserver/Reports/Pages/Folder.aspx?ItemPath=/someSite )

-I have enough rights

-It has worked and suddenly it stopped working

-I can open source control

-I am directly connected over a local lan with the tfs server

-My colleages do not have any issues like that

TFSproblem

flag

64% accept rate

1 Answer

vote up 4 vote down check

I ran into this a while back and found my solution here. The solution is described by "Fern82" near the bottom of the thread.

What you need to do is delete the following directory:

C:\Documents and Settings\<Current User>\Local Settings\Application Data\Microsoft\Team Foundation\1.0

Next run the following statement in a Visual Studio Command Prompt:

devenv /resetuserdata
link|flag
that seems to do the trick. Thx! – MichaelD Mar 31 at 14:21
it also fixed a bunch of other problems and increased visual studio performance a lot. thx again! – MichaelD Apr 1 at 7:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.