Additional SQL Server features and topics not covered by specific categories
Use the Windows Control Panel. Go to "Turn Windows features on or off." In the list is ".NET Framework 3.5 (includes .NET 2.0 and 3.0).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Currently I have implemented service broker external activator in sql database for change track. Now my client is upgrading .net farmework from .net 4.6 to .net 4.8 and sql server from 2017 to 2022. As "Servcie Broker External Activator service" is not provided by Microsoft after Sql 2017, my question is how i resolve dependency of SSBEA service from .net framework 3.5?
Additional SQL Server features and topics not covered by specific categories
Use the Windows Control Panel. Go to "Turn Windows features on or off." In the list is ".NET Framework 3.5 (includes .NET 2.0 and 3.0).
my question is how i resolve dependency of SSBEA service from .net framework 3.5?
SSBEA is a Windows Service without any direct dependency to the used SQL Server version.
On activation SSBEA starts "anything", whatever it is. A PowerShell or Python script, a C++ native app or a .NET app of any framework version; there is also no dependency; nothing to resolve.