When I open “p3d” plant 3d dwg an error message appears

Asked By 10 points N/A Posted on -
qa-featured

Hello,

When I open "p3d" plant 3d dwg an error message appears like a heart attack. It is very irritating for me. Try to help me to overcome this issue. Any idea would be really appreciated.

Thanks in advance.

System.ArgumentException: DataGridViewComboBoxCell value is not Valid

DataGrid View Default Error Dialog

The following exception occurred in the DataGridView:

System.ArgumentException: DataGridViewComboBoxCell value is not

Valid.

To replace this default dialog please handle the DataError event.

OK

SHARE
Best Answer by Holly austin
Best Answer
Best Answer
Answered By 0 points N/A #176142

When I open “p3d” plant 3d dwg an error message appears

qa-featured

Hi,

I see that you are using a CAD software since .dwg is a DraWinG file. Here the problem is about the software you are using. The error dialog warns the developer to add dataerror for the datagridview combobox. If you know how to code you can do it by double clicking on the combobox and then adding the dataerror function to it. If you are not able to do that you must uninstall and reinstall the software you are using to view the .dwg files.

 

Answered By 0 points N/A #176143

When I open “p3d” plant 3d dwg an error message appears

qa-featured

This type of error normally occurs when you feed the wrong data value in the cell. You can solve this problem by doing some easy steps.

1. Add “DataError” for DataGridView

2. Just double click the datagridview

3. After that select ‘data error’ event from the event list

The problem may also occur because of items you have added to your Combobox column does not get the exact list of items.  You can fix this issue by adding items collection via AddRange to the cells item collection. That’s all you have to do. Thanks.

Related Questions