I have converted an existing vb6 app that uses Oracle client OO4O to VB.NET. AFter many many errors and warnings that I have fixed the program now runs. But I get the following warning on a build that I am unable to resolve:
"Could not determine the dependencies of the COM reference OO4OAddin".
This is followed by a number of other warnings such as:
"Processing COM reference OO4OAddin. Error while importing type: parameter referenced a type library that is not available (type: '_Connect'; parameter: 'VBInstance'; method: 'get_VBInstance')"
and
"At least one of the arguments for '_IOraBlob._ReadCPP' cannot be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate".
I have scanned the internet but get no matches on these errors. The OO4O DLL's are all registered. What is required to get these warnings resolved and what exactly do they mean?