2
Windows 프로젝트에 ActiveX 컨트롤이 있습니다. 나는 그것을 나의 웹 프로젝트에 사용하고 싶다. 나는 객체, 클래스 ID, 코드베이스에 대해 읽었지만 작동하지 않는다. 도와주세요ASP.NET의 ActiveX 컨트롤
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>WebForm1</title>
</head>
<body>
<form id="Form2" runat="server">
<object id="DKroki" height="310" width="300" classid="bin/Interop.KrokiPrj.dll" viewastext>
</object>
</form>
</body>
</html>