How can i load 3rd Party dll from client side in ASP.NET

Pawan Mengade 1 Reputation point
2022-10-13T11:26:36.03+00:00

In my project I'm using 3rd party DLL for some printing operation. Previously I achieved it using activeX object but noe as IE is no longer in use. I need to achieve same in EDGE. I tried using reflection but its executing on server side.
Any help will be appreciated.

Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 30,191 Reputation points Microsoft External Staff
    2022-10-14T06:11:44.497+00:00

    Hi @Pawan Mengade ,
    For the moment, you can run ActiveX in Edge, if you use IE Mode in Edge, that mode supports ActiveX controls, Java and Silverlight.
    For more information, see Configure IE mode on Microsoft Edge. https://learn.microsoft.com/en-us/deployedge/edge-ie-mode
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.