Can't import .OCX assembly into Web Matrix Project

  • Thread starter Thread starter Jason Robertson
  • Start date Start date
J

Jason Robertson

Hi,

I am using Web Matrix Project as .NET programming environment. Can you show
me detailed steps how to import the .ocx library into the Web Matrix
Project. I can't seem to be able to import other assembly than .dll, .exe or
..mcl . I am pretty new to the .NET programming environment, and may be
missing something.

I can see the file in C:\Program Files\Common Files\Tops\xyzxyz.ocx , but I
can't find a way to import it into the Web Matrix Project to see all Methods
and Properties of the assembly.

Thank you for any help.
 
You may want to try asking this in microsoft.public.dotnet.framework.aspnet

Since an ocx is a COM library you need to create a managed runtime callable
wrapper, visual studio will do this automatically but I doubt webmatrix
includes this functionality.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top