I'm trying to learn how to write Office.js apps. I did use the example given here. Manifest file, QuarterlySalesReportManifest.xml, I did change the value of SourceLocation element to "\MY-PC\MySharedApp" which is the location of the "home.html". I also placed QuarterlySalesReportManifest.xml in another folder, "\MY-PC\MyManifest" and added this folder as a share location that contains the manifest as a trusted app catalog in Excel.
When I try to run the app from Excel it seem the QuarterlySalesReportManifest.xml is recognized but it searches for Home.js file without success and give an error message
Cannot find 'file://my-pc/MySharedApp/Home.html?_host_info=Exc...
Make sure the path or internet address is correct.
I do not know where am doing wrong because the path entered is as i got from Windows Explorer. Any idea on this?