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

While trying to create the object for winrt component we are getting FileNotFoundException. #125

Open
rahulkps23 opened this issue Jan 12, 2022 · 0 comments

Comments

@rahulkps23
Copy link

rahulkps23 commented Jan 12, 2022

While trying to create the object for winrt component we are getting FileNotFoundException.

sample:
winRTClass winrt = new winRTClass();
winrt.getValues();

where winRTClass is the class name in windows runtime component.

Also we are able to create objects for other c++ (our custom) libraries in a similar way and it works fine. The issue is only with this particular library

https://docs.microsoft.com/en-us/answers/questions/690260/while-trying-to-create-the-object-for-winrt-compon.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant