Activex control in .NET Form (VS.NET 2003)
-
I am Using VS.NET 2003. I tried dragging Activex controls from toolbar to the form. It does the following things 1. Creating tlbimp wrapper file and it is sucess. 2. Creating Aximp wrapper file and it does something after that it poppedup "File or assemblyname Axinterop.ID.dll or one of the depencies was not found". (Note:ID is activex name) I tried even with command prompt 1. tlbimp abc.ocx /out:interop.abc.dll and it created sucessfully 2. aximp abc.ocx /out:axinterop.abc.dll /rcw:interop.abc.dll /rcw:interop.stdole.dll AxImp Error: File or assembly name stdole, or one of its dependencies, was not found. Can any body faced this type of problem? (Note: Even Microsoft activex control also giving the same problem? :)) Please tell me some method to use Activex control in .NET Thanks, Uma Mahes