Windows error 0x8032000F, -2144206833

Detailed Error Information

FWP_E_TXN_ABORTED[1]

MessageThe explicit transaction has been forcibly cancelled.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode50 (0x032)
NameFACILITY_FWP[2][1]
DescriptionThe source of the error code is the Firewall Platform.[2][1]
Error Code15 (0x000f)

Questions

0votes
1answer

The explicit transaction has been forcibly cancelled. (Exception from HRESULT: 0x8032000F)

I am developing a WP8 MonoGame app. I added the app to Windows Apphub and created 4 in app consumbalbe products. 2 weeks ago I tested my IAP retrieval and purchasing code in the emulator since testing is not allowed on device. All went well then. Today I returned back [...] read more
c#
windows-phone-8
in-app-purchase
monogame
0votes
2answers

In App purchase is creating error

I am creating an app which need to add In app Purchasing option to purchase selected video, and when purchased send request to download it on other server with Receipt; I am trying to achieve list of available option to purchase with the fallowing code-- try { ListingInformation ProdList = [...] read more
windows-phone-8
in-app-purchase
0votes
2answers

In App purchase in Windows phone

I am developing an app with facility of In App purchase but application crashes on the falloling code var List = await CurrentApp.LoadListingInformationAsync(); and it shows me up the explicit transaction has been forcibly cancelled. (Exception from HRESULT: 0x8032000F) read more
windows-phone-8
in-app-purchase

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0