|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
AxMSFlexGrid is ambiguous in the namespace AxMSFlexGridLibI'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)? 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 Show quoteHide quote "Kevin" <kev***@cfl.rr.com> schreef in bericht news:9hudg2p5pqgb7mhn4voivr4092ilip3oaa@4ax.com... > 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)? 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. On Wed, 13 Sep 2006 03:42:51 +0200, "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote: Show quoteHide quote >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 > >"Kevin" <kev***@cfl.rr.com> schreef in bericht >news:9hudg2p5pqgb7mhn4voivr4092ilip3oaa@4ax.com... >> 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)? > Kevin,
In my idea the right decission, :-) CorShow quoteHide quote "Kevin" <kev***@cfl.rr.com> schreef in bericht news:ac7ug2l5e4mkq1bpu93tqjjv97hkomq5a4@4ax.com... >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. > > > On Wed, 13 Sep 2006 03:42:51 +0200, "Cor Ligthert [MVP]" > <notmyfirstn***@planet.nl> wrote: > >>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 >> >>"Kevin" <kev***@cfl.rr.com> schreef in bericht >>news:9hudg2p5pqgb7mhn4voivr4092ilip3oaa@4ax.com... >>> 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)? >> |
|||||||||||||||||||||||