Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting COMPLUS_MDA=NotMarshalable causes exceptions while set\get of StringVariable #4386

Closed
wixbot opened this issue Apr 10, 2014 · 1 comment · Fixed by wixtoolset/balutil#24
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Apr 10, 2014

Setting COMPLUS_MDA=NotMarshalable causes exceptions while set\get of StringVariable is done from MBA client code.

Here is complete details on exception:
“Additional Information: A non marshalable COM component is being used from a different apartment/context then the one where it first entered the CLR. Since the component is non marshalable, it will be called directly from the current apartment/context. This may cause corruption or data loss if the component does not support being accessed from multiple threads at once. This is most likely caused by a faulty IMarshal implementation on the part of the COM component.

If there is a handler for this exception, the program may be safely continued.”

Originally opened by vishal.vishal

@wixbot
Copy link
Author

wixbot commented Apr 17, 2014

Release changed from v3.8 to v3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants