Is MDAC required for Data namespace?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! I have an application which will load some XML files on a Datagrid. I
have not tried yet, but i just need to know if the target machine needs to
have the MDAC installed in order to work properly.
 
In .NET, MDAC is not something optional to your app. It is one of
prerequisites for the framework. As long as the .NET Framework installed,
the DataGrid (which is part of Win Form, and has nothing to with MDAC) will
work. .NET Framework itself requires MDAC2.6 or later.
 
Back
Top