Adding reference to System.Data.Dataset for use in Outlook Macro

G

gorfbox

Hi folks,

I'm having a dickens of a time trying to use System.Data.Datase, I
just can't seem to properly set a reference to the appropriate DLL||
TLB||OLB. It doesn't show up in the references window within the
Script Editor, and if I attempt to add a reference by navigating to C:
\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and then clicking on
System.dll or System.Data.dll or System.tlb, all I get is an error
message stating that a reference could not be added.

I obviously don't know what I'm doing. Hayelp!

ccunning
 
A

Al Edlund

Just as a question from the side, are you really trying to set a reference to
a .net structure into a vba application or are you really coding in .net?
al
 
Top