TF80071 when trying to connect MPP to TFS
Hi,
I'm trying to connect MPP with my Team Server. When I click "choose team project" I get the dialog that list the projects. I select one (no matter which ) and get error TF80071 "team foundation encountered an error while acessing the work items database..."
I followed every advice in the other thread regarding this error, including changing the mapping and turning off the connection to the office server (which I don't use). i still get the same error.
Any idea what's wrong?
Thank you,
Ken
Hi Ken,
Sorry to hear you are having problems with this. Can you create a file called 'winproj.exe.config' in the directory where winproj.exe resides (should be in %programfiles%\Microsoft Office\Office11 or something similar). The file should contain the following:
<configuration>
<system.diagnostics>
<switches>
<add name="General" value="3" />
</switches>
<trace autoflush="false" indentsize="3" />
</system.diagnostics>
</configuration>
This will cause a file called tfs_msproject.log to be generated in your %temp% directory. Please post the contents of that file after reproducing the problem (should contain some information about the exception that occurred).
-Dennis