diff --git a/releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md b/releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md index 95e58c4..8be3b10 100644 --- a/releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md +++ b/releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md @@ -1,3 +1,4 @@ + # Stack traces are missing source information for frames with debug information in the Portable PDB format when running on .NET Framework 4.7.1 ## Symptoms @@ -12,7 +13,8 @@ The .NET Framework 4.7.1 added support for detecting and parsing the Portable PD ## Workarounds - If you control the build process for the problematic assemblies you may be able to configure it to generate the classic Windows PDB format instead. +- You can use the [PDB conversion tool](https://github.com/dotnet/symreader-converter) to convert the Portable PDBs into the classic Windows PDB format and deploy those with the application instead. ## Resolution -A fix is anticipated in .NET Framework 4.7.2, in the near future, that restores Portable PDB functionality with greatly improved performance. \ No newline at end of file +A fix is anticipated in .NET Framework 4.7.2 in the near future that restores Portable PDB functionality with greatly improved performance.