I've developed a custom web solution that connects to the TFS server. Now I want to move that solution to the test phase by having it installed on a test machine.
The problem is that on the test machine Team Explorer 2010 isn't installed which has resulted in some weird behavior, e.g. the WorkItemStore is always null after connecting.
I've been working on setting all the necessary .dll's in the bin folder but with no results.
Do I really have to install Team Explorer on my web server to get this working (maybe the install configures registry setting, temporary files etc.) ?