I have a CVI program that calls into a dll created from a VI.
When the VI is compiled with debugging off, the program runs, but doesn't return the reults I expect. So I turned on debugging and tried to step into the dll.
That results in the line 406 error.
I've searched my drive for MemoryManager.cpp, but I guess it isn't provided (or I didn't install it)
What should be my next step in tracking this down?