Skip to content

Commit cbdcc3f

Browse files
authored
Apply suggestions from PR review
1 parent 412b9fb commit cbdcc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token-wam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ This message indicates that either the application user closed the dialog that d
163163
```
164164
### "MsalClientException: ErrorCode: wam_runtime_init_failed" error message during Single-file deployment
165165

166-
You may see the following error when packaging your application into a [single file bundle](https://learn.microsoft.com/dotnet/core/deploying/single-file/overview).
166+
You may see the following error when packaging your application into a [single file bundle](/dotnet/core/deploying/single-file/overview).
167167

168168
```
169169
MsalClientException: wam_runtime_init_failed: The type initializer for 'Microsoft.Identity.Client.NativeInterop.API' threw an exception. See https://aka.ms/msal-net-wam#troubleshooting
170170
```
171171

172-
This error indicates that the native binaries from the [Microsoft.Identity.Client.NativeInterop](https://www.nuget.org/packages/Microsoft.Identity.Client.NativeInterop/) were not packaged into the single file bundle. To embed those files for extraction and get one output file, set the property IncludeNativeLibrariesForSelfExtract to true. Read more about ["how to package native binaries into a single file"](https://learn.microsoft.com/dotnet/core/deploying/single-file/overview?tabs=cli#native-libraries)
172+
This error indicates that the native binaries from the [Microsoft.Identity.Client.NativeInterop](https://www.nuget.org/packages/Microsoft.Identity.Client.NativeInterop/) were not packaged into the single file bundle. To embed those files for extraction and get one output file, set the property IncludeNativeLibrariesForSelfExtract to true. Read more about [how to package native binaries into a single file](/dotnet/core/deploying/single-file/overview?tabs=cli#native-libraries).
173173

174174
## Sample
175175

0 commit comments

Comments
 (0)