AxMSFlexGrid is ambiguous in the namespace AxMSFlexGridLib

K

Kevin

I've had my program working just fine in debug mode. Yes, I'm using
the MSFlexGrid from VB6. I decided I would try to "Publish" my program
for the first time and I get over 60 errors about the AxMSFlexGrid
being ambiguous.

Why am I able to run the program in debug mode just fine, but have all
these errors once I publish? I obviously know very little of
compilers.

Would someone tell me how to get rid of these errors please (without
getting rid of the MSFlexGrid)?
 
C

Cor Ligthert [MVP]

Kevin,

It is not impossible that you are the only guy in the world doing this. As
well that you will be the last guy in the word doing this. It is not a
normal way of using VB.Net, do you expect any answer on your question than
that you self can give better.

Maybe you can get some guessings, but in my idea not a checked answers.

Cor
 
K

Kevin

I replaced all MSFlexGrids with the new DataGridView and now have no
problem. It wasn't worth fooling with trying to figure out the flaky
system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top