M
Miro
I am having an annoying vs2008 pro ( vb ) issue.
I have a custom class for a date cell for the datagridview column.
I use the column in the datagrid on a cell.
And every once in a while - the form cannot be displayed because it thinks
the 'DataGridViewDateColumn' doesnt exist.
"Count not find type ' .. and its like the datagridviewdatacolumn.vb i have
in my project is not compiled.
It works it works and suddenly i try to pull up the form and it thinks it
doesnt exist as part of my project.
Any ideas?
My solution is to go through the code and DELETE out the datagridviewcolumn,
compile, and then go and re-add it.
I have a DataGridViewMaskedEditColumn.vb and i dont run into issues with
that .vb ( yet )
I have a custom class for a date cell for the datagridview column.
I use the column in the datagrid on a cell.
And every once in a while - the form cannot be displayed because it thinks
the 'DataGridViewDateColumn' doesnt exist.
"Count not find type ' .. and its like the datagridviewdatacolumn.vb i have
in my project is not compiled.
It works it works and suddenly i try to pull up the form and it thinks it
doesnt exist as part of my project.
Any ideas?
My solution is to go through the code and DELETE out the datagridviewcolumn,
compile, and then go and re-add it.
I have a DataGridViewMaskedEditColumn.vb and i dont run into issues with
that .vb ( yet )