MichelLaplane
MichelLaplane
I have updated the project for be able to use Visual Studio 2017 with Framework 4.5.2 and updated packages.
| Q | A | --------------- | --- | Bug fix? | no ? | New feature? | yes? | New sample? | no ? | Related issues? | NA...
When clicking on Display nothing happens and an error is visible in manage extensions "Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist."
running npm install gives this error: npm error code 1 npm error path D:\Dev\HugoBernier1\react-diagram-webparts-master\node_modules\deasync npm error command failed npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node ./build.js npm error node:internal/child_process:414...
I have build a Visio VSTO that needs to access a SharePoint site and I was face with a lot of problem. Using CSOM fails using standard PublicClientApplication. I then...
Open mermaid live editor, the Sample Flowchart Chart is opened and displayed. Use Action=>SVG download to produce a SVG file. Use the code: var svgDocument = SvgDocument.Open(strFullPath); var pngImage =...
### Library version used 4.72.1.0 ### .NET version .NET Framework 4.8 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? This is a new...
using the Microsoft.Office.Interop.Excel.15.0.4795.1001, the Formula2 is not available. `string strValue = range.Formula2;` must be transformed to `string strValue = range.Formula;` returning to the old times which is very bad.