VB6 App + .Net component working as compiled app but not in VB6 IDE
- by Craig Johnston
I have a VB6 App that uses a .Net component (via a .tlb reference in the VB6 app) which is working fine when executed as a compiled app, but it produces an error from the VB6 IDE a certain point when it is trying to use the .NET component.
I should note that the error occurs when the .NET component is meant to be invoking a third party reporting component.
What could the problem be? Could the VB6 IDE be looking in a different location for certain DLLs? The .tlb is in the same location as the application executable so I don't why there should be a problem.
I need to have the application running in the IDE in order to debug and step through the code.