Hi... i have an ocx that can be added to the tool box of visual studio 2008 for win forms but not on web applications. I found out that when i tried referencing the ocx from my web application i only reference the RCW, (ATLH323Lib.dll) and not the AxATLH323Lib.dll which has all the methods and events i need... how do go about this..? i need to add AxATLH323Lib as a control so that i will not get an InvalidActiveXStateExecption. but i cannot simply use Controls.Add(axH323) [axH323 is an object instance of AxATLH323Lib] because it is not a System.Web.UI it is System.Windows.Form.AxHost...
...
Go to the complete details ...