Share via

Object doesn't support property or method office.js getCustomizedScriptPath

Anonymous
2013-05-13T18:57:17+00:00

I am trying the 'Apps for Office Create an Invoice Manager' to see what 2013 Office development has become.  I created a new Windows 7 environment SP1, installed VS 2012 and Office 2013. Opened the ManageInvoices.sln project, pressed F5 to build, then clicked Populate in the Word Document.  This produced the error. Seems this should work straight out of the box.  I tried both

<script src="https://appsforoffice.microsoft.com/lib/1.0/hosted/office.js" type="text/javascript"></script>

and

<script src="../../Scripts/Office/1.0/office.js" type="text/javascript"></script>

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2013-05-14T16:16:09+00:00

    So I tried another one of the samples, CorporateBio.  This one runs without Exceptions but does not work.  You can enter a name but Submit and Validate buttons do not show up.  This seems really odd that the quality is so poor.  I must be missing something major.  I installed the latest of VS 2012 update 2, Office 2013, OfficeToolsForVS2012RTW.

    Was this answer helpful?

    0 comments No comments