Developing PowerPoint AddIn, getting Office 365 error
up vote
0
down vote
favorite
After creating Office Add-In template project, on execution I am getting an error which says application isn't installed in this computer.
What should I have to install? I ave already installed Office Tools from Visual Studio installation.
I have Visual Studio 2017 Project Type was : Office Add-In ( PowerPoint Web Add In) Office version is : 2007

c# vsto powerpoint office-addins office-web-app
add a comment |
up vote
0
down vote
favorite
After creating Office Add-In template project, on execution I am getting an error which says application isn't installed in this computer.
What should I have to install? I ave already installed Office Tools from Visual Studio installation.
I have Visual Studio 2017 Project Type was : Office Add-In ( PowerPoint Web Add In) Office version is : 2007

c# vsto powerpoint office-addins office-web-app
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After creating Office Add-In template project, on execution I am getting an error which says application isn't installed in this computer.
What should I have to install? I ave already installed Office Tools from Visual Studio installation.
I have Visual Studio 2017 Project Type was : Office Add-In ( PowerPoint Web Add In) Office version is : 2007

c# vsto powerpoint office-addins office-web-app
After creating Office Add-In template project, on execution I am getting an error which says application isn't installed in this computer.
What should I have to install? I ave already installed Office Tools from Visual Studio installation.
I have Visual Studio 2017 Project Type was : Office Add-In ( PowerPoint Web Add In) Office version is : 2007

c# vsto powerpoint office-addins office-web-app
c# vsto powerpoint office-addins office-web-app
edited Nov 13 at 19:50
Cindy Meister
13.4k101934
13.4k101934
asked Nov 13 at 16:52
Usman
1,00422558
1,00422558
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34
add a comment |
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
A Web Add-in (which uses the Office JS APIs) only works with Office 365. You'd need to create a VSTO project for an Add-in that runs in any earlier version of Office.
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
A Web Add-in (which uses the Office JS APIs) only works with Office 365. You'd need to create a VSTO project for an Add-in that runs in any earlier version of Office.
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
add a comment |
up vote
0
down vote
A Web Add-in (which uses the Office JS APIs) only works with Office 365. You'd need to create a VSTO project for an Add-in that runs in any earlier version of Office.
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
add a comment |
up vote
0
down vote
up vote
0
down vote
A Web Add-in (which uses the Office JS APIs) only works with Office 365. You'd need to create a VSTO project for an Add-in that runs in any earlier version of Office.
A Web Add-in (which uses the Office JS APIs) only works with Office 365. You'd need to create a VSTO project for an Add-in that runs in any earlier version of Office.
answered Nov 13 at 19:48
Cindy Meister
13.4k101934
13.4k101934
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
add a comment |
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
OK. I am really sorry I am very beginner at creating VSTO project. I don't know what option to choose. Of course web solution wont be my selection.
– Usman
Nov 13 at 20:02
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
For example, I am starting from the task ... Creation of VSTO add-in for PowerPoint (C#) that will draw a red rectangle around the currently selected shape.
– Usman
Nov 13 at 20:04
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53285895%2fdeveloping-powerpoint-addin-getting-office-365-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Perhaps a silly question ... I work in VBA, not Visual Studio ... but do you have PowerPoint installed? Or possibly the version of PPT that your project is targeting?
– Steve Rindsberg
Nov 14 at 20:28
Powerpoint Office version 2007 . I think i need to install Office version 2013.
– Usman
Nov 15 at 13:34