How do I prevent deployed .NET Assembly from throwing Microsoft C++ exception: "xsd_binder::MalformedDocumentError" in C# VS driver project?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!