How do I use a COM component from VB.NET?
问题 How do I access a COM component from an ASP.NET page. I added reference to my ASP.NET project. The actual dll I got from the 3rd party is ePadIIu.dll but when I added it to the ASP.NET project it shows as ePadIIu.interop . I want to access all the methods and properties in the component. The sample I received from the 3rd party software uses vbscript to access all the methods. How do I use those methods in the code behind from default.aspx.vb . 回答1: When you added the reference to the COM