Hi Guys,
Lot of Thanks in Advance... ! :)
dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(
in the preceding of class declaration i make it COM Visible true as follows:
I used object tag to embedd the control as follows:
Environment: Windows XP Professional, IIS 5.1, ASP .Net 3.5
plzzzz help me
Waiting for reply its urgent dear... ! :)
Regards,
Habib Ahmed Bhutto
Lot of Thanks in Advance... ! :)
dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(
in the preceding of class declaration i make it COM Visible true as follows:
Code:
namespace WindowsFormsControlLibrary1 { [ComVisible(true)] public partial class UserControl1 : UserControl { ///Code of the class } }
Code:
<object id="texctrl" classid="http:WindowsFormsControlLibrary1.dll#WindowsFormsControlLibrary1.UserControl1" height = "400" width = "400" VIEWASTEXT> </object>
plzzzz help me
Waiting for reply its urgent dear... ! :)
Regards,
Habib Ahmed Bhutto
Comment