|
-
Nov 25th, 2003, 11:29 AM
#1
Thread Starter
Junior Member
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
-
Nov 25th, 2003, 11:46 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|