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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top