A
Aaron Smith
Has anyone had their IDE do this before? I have 3 grids that are bound
to related tables. They are each in their own tab page.
Grid1 - DS.Table1.Table2
Grid2 - DS.Table1.Table2.Table3
Grid3 - DS.Table1.Table4
Table1
/ \
Table4 Table2
\
Table3
When I added grid1, I had a problem at first getting it to work.. Then I
finally figured out how to set the datamember correctly. Once I did that
the IDE start to throw that exception, and every once in a while it
will also say that the column Name can't contain nulls. Name is the name
of a column in table1 and table2. (not linked or indexed)...
It seems to throw the error pretty consistantly. It will throw it if I
try to run the program through the IDE.. I will build, then throw the
error, and even if you don't click the OK button, the program runs and
works fine (also runs on other machines fine). You can quit the program
and the message is still there waiting to be clicked. Once you click ok,
it will go back to the IDE and everything is fine.
If you have that form up and try to close the IDE, that is when you will
ALWAYS get that exception error, then the column cannot be null error
after that.
Any ideas? It's really annoying....
to related tables. They are each in their own tab page.
Grid1 - DS.Table1.Table2
Grid2 - DS.Table1.Table2.Table3
Grid3 - DS.Table1.Table4
Table1
/ \
Table4 Table2
\
Table3
When I added grid1, I had a problem at first getting it to work.. Then I
finally figured out how to set the datamember correctly. Once I did that
the IDE start to throw that exception, and every once in a while it
will also say that the column Name can't contain nulls. Name is the name
of a column in table1 and table2. (not linked or indexed)...
It seems to throw the error pretty consistantly. It will throw it if I
try to run the program through the IDE.. I will build, then throw the
error, and even if you don't click the OK button, the program runs and
works fine (also runs on other machines fine). You can quit the program
and the message is still there waiting to be clicked. Once you click ok,
it will go back to the IDE and everything is fine.
If you have that form up and try to close the IDE, that is when you will
ALWAYS get that exception error, then the column cannot be null error
after that.
Any ideas? It's really annoying....