Click here to Skip to main content
16,018,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
for my webapplication,i gave for update and in which when i import file it is showing this error:how to solve it..


The Microsoft Office Access database engine could not find the object C:\Windows\SysWOW64\inetsrv\EmployeeDetails.xlsx Make sure the object exists and that you spell its name and the path name correctly.
Posted

1 solution

Hi)

I think that this issue can be related with system folder SysWOW64 that you trying access. Mmm, not you but ASP.Net application, that, of course, has not any permissions on this folder.

So try copy your file in another folder, for example: C:\temp, and try accessing from there.
And make sure that this file is not currntly open by other applications.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900