A standard exe contains a registered Active-X DLL. Now some
error arise in the application but not in the standard exe ,
it is in the Active-X DLL. How do you find it out in which
line no the error is?



A standard exe contains a registered Active-X DLL. Now some error arise in the application but not ..

Answer / ketan

We need to open source code of Standard exe as well as
ActiveX Dll. Then need to put the breakpoint in standard
exe's code where we have used reference of ActiveX.. Then
Run project and u can find the error in activeX

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Which controls can not be placed in MDI ?

2 Answers  


How many ways we can access file using VB?

0 Answers  


What is ado data control in vb?

0 Answers  


What is DAO?

0 Answers  


Which controls have refresh method?

2 Answers  






Dim x, y as integer. What is x and y data type?

8 Answers  


what is the Difference between listbox and combo box?

2 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?

1 Answers  


How can I access a record by record number?

0 Answers  


HTML stands for What? Use of HTML ?

2 Answers  


What is the use of Scalewidth and ScaleHeight Proeperty?

1 Answers  


Categories