writing custom .net runtime host #70101
Unanswered
shivamdabas
asked this question in
Q&A
Replies: 1 comment 6 replies
-
How does it fail (at least error code please). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I implemented a custom .net runtime host using the github code provided by Microsoft but I'm facing a peculiar issue.
I have implemented ODBC driver dll which is in C++ and and a custom .net runtime host which is calling .net core 5.0 dll to make use of Microsoft Authentication Libarary in .net but the problem that I'm facing is when this ODBC driver dll is getting called from another exe developed using .net 5.0 but with System.Data.Odbc nuget package , my program is crashing in custom .net runtime host trying to load the .net core and initialize the function pointer.
My code for loading .net core
The thing is if I call my ODBC driver dll from exact .net framework code it works fine.
Any help would be appreciated as I'm new to .net
Beta Was this translation helpful? Give feedback.
All reactions