Hi Vikyath28,
Any exception thrown when calling a .NET object property or method is converted into LabVIEW error 1172. This error means that LabVIEW received a .NET exception from the called API. The root cause of the error will be related to the .NET exception message, as 1172 is a generic error code for any .NET exception. To solve this problem, go through this article I have linked.
It will detail the necessary steps to:
- Obtain the full .NET exception message.
- Troubleshoot the error in order to resolve it.
Regards)
________
Best way to thank is to give Kudos / Mark as a solution.