COMPlus E2E Native Assembly test failing in Windows Sandbox #8886
bevanweiss
started this conversation in
WiX Development
Replies: 2 comments 2 replies
-
Test components are here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
When I try to add the source projects to the WiX build, I'm getting this error on the Native linking.
Anyone got an idea of how to resolve the duplicate resource error here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just as an FYI.. I've built the latest main repo, which has included the COM+ updates that I had added.
And in my Windows Sandbox environment it appears to be throwing an E2E Integration Test failure on the Native registration.
I don't think this is a WiX problem, but is instead an issue with my test TestComponentNative.dll.
It seems like it has a dependency that isn't met under the Windows Sandbox environment (making it a less than ideal test case).
When I try to manually register it I'm getting a similar error
I'll dig into it, and hopefully have a better NativeDLL without the dependency issue soonish... (i.e. sometime this weekend).
I haven't seen this same error in the github build actions, so it's likely just a thing with the Windows Sandbox (perhaps with this Windows Insider build also..).
Beta Was this translation helpful? Give feedback.
All reactions