-
build errors
can anyone tell me what these errors are and how to get rid of them
The referenced component 'AxEnhancedGrid' could not be found. Could not load the type library. Library not registered.
The referenced component 'EnhancedGrid' could not be found. Could not load the type library. Library not registered.
C:\Source Safe\SalesFigures\frmSalesImport.vb(35): Type 'EnhanceGrid' is not defined.
Cheers
Jamie
-
Looks like you referenced an ActiveX control and now it can't find it. Either put the ActiveX control back or reregister it. You might also try deleting the reference to it and adding that again, so .NET recreates the wrapper for it.