Import from Excel The 'Microsoft.Ace.OLEDB.12.0' provider is not registered on the local machine

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
This is with Godaddy shared hosting.  It was working fine then they did some database work then it didn't work.  Godaddy said nothing was changed and it had to be Nopcommerce.  So I am a bit confused.

Anyone know about this?
Hace 14 años
It should not be a bug or issue of nopCommerce.

The error can mean:

1. Data Connectivity Component is not installed.

    To resolve:

       Install missed component.

2. The OLEDB provider of x64 is missing try running your application in x86 mode

   To resolve:

       Right click your project -> Choose the Properties -> Then select the Build page -> Search for Platform target       ComboBox -> Change the default Any CPU into x86

     Next links also can be helpful:

       http://forums.asp.net/themes/fan/forums/thread.aspx?ThreadID=1388042&PostID=2957826&PermaPostID=2957826#2957826

       http://blog.crowe.co.nz/archive/2007/04/16/728.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.