IWICImagingFactory2 appears to change ApartmentState (AOT) #518
Unanswered
shinta0806
asked this question in
Q&A
Replies: 1 comment
|
This issue does not occur if we call Even in the case of an implicit MTA (APTTYPEQUALIFIER_IMPLICIT_MTA), I think it's better not to change to STA when generating IWICImagingFactory2. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I create an instance of IWICImagingFactory2, the ApartmentState appears to change from MTA to STA.
This phenomenon occurs when AOT is configured but not published (i.e., it is not actually AOT).
What's strange is that this phenomenon does not occur when publishing with AOT or when AOT is not configured.
Why has this situation come about?
My environment is:
All reactions