Difference between revisions of "VSTO"

From Blue-IT.org Wiki

(Why)
(Why)
Line 9: Line 9:
 
In most cases Word, Excel and Powerpoint are the most often used programs in business for daily comunication. It is like it is. Beeing able - now - without any restrictions, to program MS-Office addins with VSTO and prgraming languages like C# is a big adavantage. So, here we go.
 
In most cases Word, Excel and Powerpoint are the most often used programs in business for daily comunication. It is like it is. Beeing able - now - without any restrictions, to program MS-Office addins with VSTO and prgraming languages like C# is a big adavantage. So, here we go.
  
cap-it: bb_dt-hSx4hnegMga9-XP4DGP4DG65ea
+
cap it: adfkasöldfkasf
 +
 
 +
:[[File:ClipCapIt-150315-133003.PNG]]
  
 
== Troubleshooting ==
 
== Troubleshooting ==

Revision as of 12:30, 15 March 2015

Why

So, why VSTO here in an OpenSource themed wiki?

  1. since 2015 .NET is opensource (really)
  2. C# ist open source
  3. you can get the Visual Studio Comunity Edition for free (really free also for commercial use, if you are not working for a > 250 men company)
  4. Word an Excel are running fine with wine (see #MSOffice_2010_and_Wine) - Outlook not tested yet,

In most cases Word, Excel and Powerpoint are the most often used programs in business for daily comunication. It is like it is. Beeing able - now - without any restrictions, to program MS-Office addins with VSTO and prgraming languages like C# is a big adavantage. So, here we go.

cap it: adfkasöldfkasf

ClipCapIt-150315-133003.PNG

Troubleshooting

Cannot create Excel projects

Most likely: You have an PERSONAL.xslb File in the XSLT start folder (see above posts).

VS Settings

Reset VS settings

  • As admin: startmenu -> VS2013 -> VS-Tools -> Developer Command Prompt VS2103 (not native!)
devenv /resetuserdata
devenv /setup
  • As user: Open Developer Command Prompt VS2103 (not native!)
devenv /resetuserdata 
devenv /setup 
devenv /resetsettings