How do I prevent deployed .NET Assembly from throwing Microsoft C++ exception: "xsd_binder::MalformedDocumentError" in C# VS driver project?
Show older comments
When native code debugging is enabled (via Project > [Application Name] Properties > Debug in Visual Studio), my C# driver application, which initializes a deployed .NET Assembly from MATLAB, throws repeated exceptions and does not proceed. The error message is as follows:
Exception thrown at 0x000007FEFCEAA06D in AxonLite.exe: Microsoft C++ exception: xsd_binder::MalformedDocumentError at memory location 0x00000000003425E0.
How can I prevent the deployed .NET Assembly from throwing the Microsoft C++ exception "xsd_binder::MalformedDocumentError" in my C# Visual Studio driver project when native code debugging is enabled?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!