Upgrade to VS 2005

I have a functional program developed under VS 6.0. It compiles and runs.

I am trying to move it over to VS 2005. I get the following error.

Unregistered MSFLXGRID.OCK or missing program. Is there something about the active X control that i must install or register I thought I bought a full up version.

John



Answer this question

Upgrade to VS 2005

  • Reza Chitsaz - MSFT

    The flex grid is not a bought component. You should probably change your code to use datagrids, which do the same thing and a whole ton more. If it works in VB6 on the same machine, then the error is misleading, if it's registered, then it's registered.



  • Upgrade to VS 2005