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
 
Back
Top