# UWP - Fails WACK due to AppContainerTest

**URL:** https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714
**Category:** FMOD Engine
**Created:** [February 21, 2018, 6:58pm UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714 "2018-02-21T18:58:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tyoung17](https://avatars.discourse-cdn.com/v4/letter/t/c89c15/32.png) [@tyoung17](https://qa.fmod.com/u/tyoung17)
#### Post date: [February 21, 2018, 6:58pm UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714/1 "2018-02-21T18:58:26Z")

</div>

Hello! I am trying to publish a C# UWP game for Windows Store, but it fails the AppContainerCheck.

File fmod.dll has failed the AppContainerCheck check.  
File fmod64.dll has failed the AppContainerCheck check.

It says to add the linker flag /APPCONTAINER, however there’s no linker options for a C# UWP app. I’ve tried extensive searching and had no luck finding a solution, yet I am using the UWP DLL’s I’m pretty sure. Is there an option in the .csproj I need to add?

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [February 22, 2018, 10:17pm UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714/2 "2018-02-22T22:17:32Z")

</div>

The UWP libs we ship with the API are named: fmod\_X86 and fmod\_X64.  
If you are using the standard windows libs from the Windows API it won’t work, there is a separate download for UWP.

---

<div class="post-metadata">

### Author: ![tyoung17](https://avatars.discourse-cdn.com/v4/letter/t/c89c15/32.png) [@tyoung17](https://qa.fmod.com/u/tyoung17)
#### Post date: [February 22, 2018, 10:20pm UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714/3 "2018-02-22T22:20:54Z")

</div>

> [@](#):
>
> The UWP libs we ship with the API are named: fmod\_X86 and fmod\_X64.  
> If you are using the standard windows libs from the Windows API it won’t work, there is a separate download for UWP.

I did download the separate UWP version, yet I still have this issue.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [February 23, 2018, 3:24am UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714/4 "2018-02-23T03:24:59Z")

</div>

I will have to do some testing and get back to you.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [February 28, 2018, 4:13am UTC](https://qa.fmod.com/t/uwp-fails-wack-due-to-appcontainertest/13714/5 "2018-02-28T04:13:46Z")

</div>

I have not been able to reproduce this issue, although I did get a similar error for some different libs. This was resolved by enabling the ‘Compile with .NET Native tool chain’ solution property.

Are you able to reproduce this in a bare app that you would be able to share with us?
