I'm currently using Microsoft Office Professional in version 16.0.4266.1001, and it has Word JavaScript API 1.1.
I'm wondering if I can update Word JavaScript API to 1.3 without updating my Microsoft Office Professional?
In that case I would have Microsoft Office Professional version 16.0.4266.1001 and Word Javascript API 1.3.
Thank you for reply :)
New features in the Office.js API have dependency on the updates in the product. so you need to update office if you want to use the 1.3. BTW we are now in Builds 16.0.8229, so your build is quite old, I strongly recommend you to update. thanks!
Unfortunately not; the JS APIs and the supporting host code are intricately connected.
See https://dev.office.com/docs/add-ins/develop/office-js-versioning
Related
I have problems with my Word Add-in. It doen't work.
After some investigation I figured out that this issue apears after Office update.
I mean in elder versions of MS Word was used Internet Explorer. But after update the engine is Microsoft Edge Legacy. Also I now that now exists new Microsoft Edge based on Chromium.
So the question is next, is there a way to make my MS Word use Microsoft Edge based on Chromium instead of Microsoft Edge Legacy?
In addition:
in my research I depends on data from this link:
https://learn.microsoft.com/ru-ru/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins
Also tried to install WebView2 but it doen't help.
Current Version of MD Office: 13628.20274
Current Version of Word: 16.0.13628.20234
Will be grateful for any information related to my issue.
Thank in advance and have a nice day))
Check your Office installation. Build 13628.20274 is a release in the Current/Monthly Channel but is from January 2021. With this build the WebView2 control should be included and installed automatically. But, as you are several months behind the usual update schedule, your administrator might have put some restriction in place that prevent normal update installation.
As you installed the WebView2 control manually, you should double check that it is enabled in Office. The registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\WEF\Win32WebView2 must exist and must have a value of 1 (DWORD).
I have recently developed an Add-in for my company using the Word API. It works perfectly on my machine using Word 2016.
My question is, will this Add-in work for older Word versions (2003 or newer )?
If not is there a work around this, or how to rewrite one that works for all version starting from 2003?
Office.js was launched with Office 2013 for Windows. It is not supported on any versions prior to Office 2013 for Windows (or Office 2016 for Mac).
WordApi is a more recent addition. This API is only supported by Word 2016 for Windows/Mac, Word for iPad and Word Online.
You can find the supported hosts and platforms at Office Add-in Availability.
With regards to your question on a workaround, there isn't any workarounds for leveraging Office.js with legacy/unsupported versions of Office.
I am trying to read some information from TFS 2012 REST API's so are there any REST API's to get the info from TFS
Unfortunately no, the first release of 1.0 API's (that too undocumented started with TFS 2013). This is the official documented release for API versions.
Major API version releases align with Team Foundation Server RTM releases. For example, the 3.0 API set was introduced with Team Foundation Server 2017.
A small number of undocumented version 1.0 APIs existed in Team Foundation Server 2013, but are not supported.
Official Visual Studio documentation for API's here.
I've recently downloaded the new SQL Developer 4.0 tool, and moved my usually used extensions to it. But while after i started the software my extensions weren't there ! not loaded at all and no log about them when i activated debug logging mode !
Any body has an idea on how to load extensions in 4.0 version ?
As noted in the early adopter release announcement:
All 3rd party extensions are currently disabled – our framework has
changed such that they will need to be updated to be compatible with
the new version
The extension developers will need to update their extensions; if there is not already a new version available you'll need to contact them directly to ask for this to be done, it's not something Oracle has control over really. This and this might also be of interest. As mentioned in the release notes, issues with the early-adopter version should be reported on the SQL Developer forum.
Does no such plugin exist?
So to be clear, I realize that RedGate has their own SSMS SCC app, and I realize that VSS2k5 will integrate in. I'm looking to stay with Hg as that's where my source already is, and I'ld like to find something that my team can stay consistent with on their tools.
As is, I guess I'm going to have to just run it through TortoiseHg and a folder with manual maintenance. Which isn't terrible, but naturally it would be nicer if there was an app pre-existing that I could consume.
And no, I don't have the time or inclination to write one myself. Not before Summer 2011.
Thoughts or ideas?
There are two versions of HgScc plugin:
HgScc - uses old MS SCCI API, works with MS VS2005/2008/2010 and with some third party IDEs. Last version of this plugin was released in 2008. It is not actively developed anymore, because MS SCCI API is very limiting and does not allow a tight integration with Visual Studio.
HgSccPackage - uses MS SCC Package, works only with MS VS2008/2010. This version of plugin currently in active development.
To get the first version of HgScc follow the instructions here:
MSSCCI compliant Mercurial client
Red Gate SQL Source Control is looking into supporting Mercurial in a future version, http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/803713-mercurial-support-as-source-control-system.
SQL Server 2012 (Denali) is using the Visual Studio 2010 Shell as the basis for the new Management Studio. I haven't tried it yet but I am hoping that tools such as VisualHg will work in Sql Server 2012. I will update this post after I get on my laptop that has the 2012 SQL Management Studio installed.
Have you tried hgscc? I know it integrates with Visual Studio, but I haven't tried it with SSM