Upgrade the .NET Library
The most recent .NET Library version and release date is . See the .NET Library release notes for details of the recent changes to the library.
Upgrading IIS Only instrumentation
These steps document how to upgrade the .NET APM Library when only IIS instrumentation has been enabled, the components Instrument IIS .NET Framework and/or Instrument IIS .NET applications were selected in the previous installation of the .NET APM Library.
- Run
iisreset /STOPto stop IIS. - Run the uninstaller:
%PROGRAMFILES%\SolarWinds\APM\dotnet\unins000.exeThe uninstaller filename has the formatunins<nnn>.exewherennnwill increment on reinstalls. - Download the latest .NET Library from https://agent-binaries.cloud.solarwinds.com/apm/dotnet/latest/SolarWindsAPM_DotNetAgent_Setup.exe.
- Run the new installer.
- Run
iisreset /STARTto start IIS.
Upgrading IIS and non-IIS instrumentation
These steps document how to upgrade the .NET APM Library when both IIS and non-IIS services are being instrumented.
- Run
iisreset /STOPto stop IIS. - Stop services that have been enabled with instrumentation. Those services will either be configured in the applications section of the
solarwinds_apm.configfile, or were enabled for instrumentation by setting the necessary environment variables. - Run the uninstaller:
%PROGRAMFILES%\SolarWinds\APM\dotnet\unins000.exe. - Download the latest .NET Library from https://agent-binaries.cloud.solarwinds.com/apm/dotnet/latest/SolarWindsAPM_DotNetAgent_Setup.exe.
- Run the new .NET Library installer.
- Run
iisreset /STARTto start IIS. - Restart any services stopped in Step 2.
SolarWindsAPM.Agent NuGet package
The SolarWindsAPM.Agent NuGet package provides automatic instrumentation support. See SolarWindsAPM.Agent NuGet package.