I am trying to import excel in Enterprise portal in Ax 2012
For that i have done the following
-> created a new webpage and used asp fileupload control in the page to load the excel file.
-> After loading the file i have called the Ax method where i have written code to read the excel
This excel import is working in some machines but in some machines i am getting the following errors
when trying to import the excel
- COM object of class Excel.Application could not be created.Ensure that object has been properly registered on computer
- object 'COM'could not be created
- Ensure that Microsoft Excel is installed
Does any one have any idea what might be the problem ?
Note : microsoft excel is properly installed in the machine and the version is same in both the
environments where the import is working properly and not working properly
*This post is locked for comments