an exception occurred while trying to create an instance of system.windows.forms.datagrid
-
Respected Gurus i m working with vb.net and making a windows application. any how i m not able to create an instance of the datagrid control on my form. whenever i drag and drop the datagrid on my form,i left with the error An exception occurred while trying to create an instance of system.windows.forms.datagrid.The exception was "External component has thrown an exception" I found the system.windows.forms.datagrid.dll in C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE copied this dll from another machine. and again trying to use it,but left with the same error. wht to do?
-
Respected Gurus i m working with vb.net and making a windows application. any how i m not able to create an instance of the datagrid control on my form. whenever i drag and drop the datagrid on my form,i left with the error An exception occurred while trying to create an instance of system.windows.forms.datagrid.The exception was "External component has thrown an exception" I found the system.windows.forms.datagrid.dll in C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE copied this dll from another machine. and again trying to use it,but left with the same error. wht to do?
:doh: You cant use a datagrid meant for Mobile app on a Windows Application.
SG