remote debugging in Visual studio 2022 - remote-debugging

I have question how to enable remote debugging in visual 2022
in my machine this feature is enabled till 2019 but now for 2022
wanted to understand what all packages needed for 2022 as existing packages already added to ( C:\Program Files (x86)) with my current project name
When execute some operation in one machine and trying to connect it with another machine with its IP addresses then connection should get establish and the remote debugging should be possible in another machine when we debugging with out installing Visual studio 2022 in different machine

Related

Connecting MySQL to Visual Studio Community 2019 using MySQL Connector/NET

I have installed MySQL server, workbench, shell and connector/NET on my computer. I want to add following reference: MySQL.data in visual studio community 2019. I searched in assembles section for mysql.data but nothing is visible in search result.
I am using the following statement to connect to SQL database.
using namespace MySql::Data::MySqlClient;

Visual Studio 2017 Remote Debugging: Network Connection Lost

Installed Visual Studio Remote Debugger 2017 on Windows Server 2012.
Running Visual Studio 2017 on my laptop, I attached my code successfully to a process running on the server SOMESERVER:4022.
I run the target process on the server up to where my breakpoint should hit.
Visual Studio pushes to the front as if my breakpoint is about to hit.
I get "The network connection to SOMESERVER:4023 has been lost. Debugging will be aborted.
Notice that I connect using port 4022 but the connection loss notes 4023. I assume it's because I'm running x86 application on x64 server.
Ideas?

Building Visual Studio project on Windows Server 2012

I have set up a CI server for our .NET projects. To build those projects I want to use the Visual Studio executable devenv.exe.
This worked out perfectly during the "evaluation period". Now these 30 days are over, to keep using Visual Studio on my Desktop computer, I just updated my license with one mouseclick. Doing this on the server allows me to build using the GUI, but when running devenv.exe programatically with the required parameters, I am receiving an error that the evaluation license expired, even though I renewed it.
I have already tried a clean reinstall, which did not fix the issue for me. Visual Studio on the server is connected to the same account I am successfully using on my Desktop PC.
Is there a known fix for this issue?
Figured it out. The license is somehow related to the user that launches Visual Studio. So to to automatically build projects with devenv.exe, the building agent has to run under the same user account, that installed an launched Visual Studio.

sharepoint 2013 installation issue

I have created an Oracle virtual box VM using Windows server 2012 R2 standard OS. Then I installed active directory services using sever manager feature and then I installed SQL server 2012 express edition and installed all prerequisites for SharePoint server 2013. All prerequisites are installed successfully. All the installation done on a single machine. But still I am getting an error while installing SharePoint 2013.
Setup is unable to proceed due to the following error:
Windows server App-fabric is not correctly configured.You should uninstall Windows Server App-fabric and reinstall it using the SharePoint Product Preparation tool.
The sharepoint install disk has an executable named something like prerequisite.exe. Beware though you need to do your install with SharePoint 2013 SP1. SP1 being the key.

tfs 2012 build service and 2012 build controller

I am currently troubleshooting an issue where we have upgraded the tfs main server (which also has the build controller on it) to 2012 update 2. However, the build, running under tfs 2010 build service, will not run. In Microsoft documentation is says you can run 2010 build service with 2010 build controller. However, can you run a 2010 build service against a 2012 controller.
As far as I know it is not possible to use a 2010 Build Agent with a 2012 Build Controller, but it is possible to use 2010 Build Agent/Controller with TFS 2012: http://nakedalm.com/visual-studio-2012-update-2-supports-2010-build-servers/
If you have the option you could install a Build Controlle on the machine where the agent is running.