I got the following warning message when I registered and exported type lib from VisualCron.dll using the RegAsm.exe tool. Is it trivial warnings?
C:\Program Files\VisualCron>regasm visualcron.dll /tlb
Type library exporter warning processing 'VisualCron.JobClass+_JobClass.get_Task
s(#0), VisualCron'. Warning: Type library exporter encountered a generic type in
stance in a signature. Generic code may not be exported to COM.
Type library exporter warning processing 'VisualCron.JobClass+_JobClass.set_Task
s(value), VisualCron'. Warning: Type library exporter encountered a generic type
instance in a signature. Generic code may not be exported to COM.
Assembly exported to 'C:\Program Files\VisualCron\visualcron.tlb', and the type
library was registered successfully