brug af ocx
jeg har et asp.net projekt hvor jeg har indsat en ocx kontrol på den gamle faconnemlig sådan her:
<OBJECT id=xpoint style="LEFT: 0px; TOP: 0px" codeBase=xpoint31.cab#version=3,1,11,134 height=430 width=550 border=1 classid=CLSID:9DBAFCCA-592F-101B-85CE-00608CEC2981>
<PARAM NAME="_Version" VALUE="65536">
<PARAM NAME="_ExtentX" VALUE="13388">
<PARAM NAME="_ExtentY" VALUE="10213">
<PARAM NAME="_StockProps" VALUE="1">
<PARAM NAME="BackColor" VALUE="255">
<PARAM NAME="FlashColor" VALUE="10000">
<PARAM NAME="HtmlFile" VALUE="">
<PARAM NAME="BackGroundFile" VALUE="">
<PARAM NAME="ConfigFile" VALUE="./config.xml">
<PARAM NAME="ArchiveFile" VALUE="">
<PARAM NAME="BasePath" VALUE="">
<PARAM NAME="AreaPath" VALUE="./area/area">
<PARAM NAME="MediaPath" VALUE="./media">
</OBJECT>
hvordan kan man kalde den ocx's funktioner fra sin serverside c# kode?
jeg bliver ved med at få den her fejl:
The type or namespace name 'xpoint' could not be found (are you missing a using directive or an assembly reference?)
