Ask Your Question
3

What are the steps to access TFS Server 2010 in an application developed in VS2019/VS2022?

asked 2023-05-07 22:08:09 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-07 22:17:02 +0000

pufferfish gravatar image

To access TFS Server 2010 in an application developed in VS2019/VS2022, follow these steps:

  1. Open Visual Studio 2019/2022.
  2. Create a new project or open an existing project that requires access to TFS Server 2010.
  3. Right-click on the project in the Solution Explorer and select "Add -> Existing Item".
  4. Browse to the location of the TFS Server 2010 DLLs and select the appropriate DLLs. These DLLs will typically be located in the following folder: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v4.0\
  5. After adding the DLLs, right-click on the project in the Solution Explorer and select "Properties".
  6. In the properties window, select the "Build" tab.
  7. In the "Platform target" dropdown, select "x64" or "x86" depending on your system configuration.
  8. Click on the "Apply" button to save your changes.
  9. Close the properties window.
  10. To use TFS Server 2010 in your application, you will need to create a TFS connection object and use it to connect to the server. Consult the TFS Server 2010 documentation for more information on how to do this.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 22:08:09 +0000

Seen: 10 times

Last updated: May 07 '23