Microsoft Office Excel cannot access the file Microsoft.Office.Interop.Excel
Nguồn:https://stackoverflow.com/questions/7106381/microsoft-office-excel-cannot-access-the-file-c-inetpub-wwwroot-timesheet-app/7386967#7386967
Nguồn:https://stackoverflow.com/questions/7106381/microsoft-office-excel-cannot-access-the-file-c-inetpub-wwwroot-timesheet-app/7386967#7386967
I've been searching around and The following two solutions both worked for me.
Steps: Run dcomcnfg
Go to Console Root \Component Services\Computers\My Computer\DCOM Config\Microsoft Excel Application
Right click Microsoft Excel Application
Select Properties
Go to Identity tab
Select The interactive user.
In step 2, if you can't locate that path then try running mmc comexp.msc /32
instead of dcomcnfg
.
Create the directory C:\Windows\SysWOW64\config\systemprofile\Desktop
Comments
Post a Comment