Official Microsoft NuGet Source - nuget-package

I would like to filter and search through the Microsoft released NuGet packages as a source but I cannot seem to find a way to only start with the Microsoft packages with the NuGet API; does anyone know the syntax or a URL to such a hive?

So MS actually provides the answer in the settings of VS 2013: https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/
Works great in any application that utilises the NuGet API; LINQPad included!

Related

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'cf710c6e-dfcc-

I keep on getting this error:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'cf710c6e-dfcc-4fa8-a093-d47294e44c66'.
Getting this error in Visual Studio in an SSIS project. In my project I added an Analysis Services Processing Task to my control flow.
When I start to edit the Analysis Services Processing Task, Authentication window opens I sign in then the above error is presented.
This has never been a problem. This started 1 day ago. Cant explain why.
I have update the following
Visual Studio 2019 + Data Tools and extensions
SQL Management Studio
Any help will be much a appreciated
The current error message you are facing is due to the retirement of old client libraries. Microsoft shared the following warning to customers that were using older versions of client libraries:
Analysis Services client libraries version 19.12.3.0 or higher offers important security enhancements, so any applications that are still using earlier versions of the Analysis Services client libraries will not be supported after 30 June 2021.
Action required
To minimize risk and potential security vulnerabilities, please update your Analysis Services client libraries to version 19.12.3.0 or higher before 30 June 2021.
However, ( I believe ) the actual implementation date was on the 5th of July.
If you are facing issues connecting using SSMS/SSIS/VS:
Update the AS Libraries to the latest version from Analysis Services client libraries | Analysis Services client libraries
Update your SSMS to the latest version v18
Make Sure you have the latest updates for SSIS
If you are facing any issues with connecting using Excel:
Please check if you are using Excel’s MSI version or the ClickToRun version (This can be found using File > Account and About Excel)
If using MSI version, directly downloading the latest AS client libraries and upgrading them can help mitigate the issue (latest versions can be downloaded here: Analysis Services client libraries) “same as SSMS”
If using the ClickToRun version, please install the latest Office updates to help push the latest AS OLEDB libraries
One quick solution to help mitigate the issue, is to download and
install the latest client drivers and then copy from "AS OLEDB\140"
folder into the Excel ClickToRun’s ASOLEDB\140 folder and test if it solves the issue. Please take a backup of the existing ASOLEDB folder within MS Office.
Copy From:
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\140
To:
C:\Program Files\Microsoft Office\root\vfs\ProgramFilesX64\Microsoft Analysis Services\AS OLEDB\140\ [If 64-bit]
C:\Program Files (x86)\Microsoft Office\root\vfs\ProgramFilesX86\Microsoft Analysis Services\AS OLEDB\140\ [If 32-bit]

Switching Office Javascript APIs to Preview on Yeoman Office Generated project

I am trying to access the Office Javascript Preview APIs on my Angular Yeoman Generated project. I am writing this Office add-in on a Mac in Visual Studio Code. I wrote code on Script Lab with the preview library but do not know how to do the same for the Yeoman generated Office project. When I try to access the ".addFromBase64()" function, I get:
"Property 'addFromBase64' does not exist on type 'WorksheetCollection'.ts(2339)"
I have already tried changing the CDN references from Javascript 1.8 APIs
to the Javascript Beta (Preview) APIs and added the #types suggested by the note next to the section. I found and replaced 2 instances of the 1.8 APIs in 'commands.html' and 'taskpane.html'.
I have tried the steps for Updating an Office Add-in project created with a text editor or other IDE.
In case anyone else besides Daniel and me ever wants to know this:
As described here, in addition to changing the CDN referernces and adding the preview #types, you need to uninstall the production #types with
npm uninstall --save-dev #types/office-js
We confirmed the addFromBase64 should works in MAC from https://appsforoffice.microsoft.com/lib/beta/hosted/excel-win32-16.00.debug.js
Please clear cache and try again to see if works.

References and .dll missing from TFS get latest

I'm having an issue related to team foundation server with Visual Studio 2012.
I've checked in a new solution to the server, however when i get latest version for other machines, most of the references are missing and the .dll files in the bin cannot be located.
Is this because the files are not being pushed when i check in.
Any help is appreciated thanks
In Solution Explorer, right click the DLLs that aren't being included, go to Properties, and be sure that the Build Action is set to "Content".
Check whether you are using MSBuild-Integrated solutions or using Automatic Package Restore. If you use MSBuild-Integrated solutions, migrating MSBuild-Integrated solutions to use Automatic Package Restore.
If you haven't used Nuget to restore package. Check: https://docs.nuget.org/consume/package-restore
Check whether your project link to other projects. Don't reference output assemblies. Make a project reference or create a NuGet package.

Type or namespace name 'Diagnostics' does not exist in the namespace 'Microsoft.WindowsAzure'

I'm working with a pre-existing codebase from a software developer that has left my company. I've downloaded the source code from the repository. When I attempt to build the project, I get an error that says:
The type or namespace name 'Diagnostics' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
I can't figure out how to get this project up-and-running. When I look at the NuGet packages associated with the project, I can see that the Windows Azure Configuration Manager and Windows Azure Storage packages are already installed. I'm not sure what I'm missing though.
Can someone tell me what I need to install on my machine to get past this error? Thanks!
I recently had this error. The problem was that the project was referencing Framework 3.5 and I have the 2.4 SDK installed which targets 4.0. Upgrade your project to target 4.0 and you should be fine.
I was getting this error on Visual Studio 2015 Update 3. This project's Azure Tools verion is 2.9.
I resolved this error by right clicking References under the project that has the error, then clicking Add Reference, then click Extensions under Assemblies. Find Microsoft.WindowsAzure.Diagnostics, check the box, and click OK. Now try rebuilding your project and hope for a different error.
The assembly should exist on your computer here: C:\Program Files\Microsoft SDKs\Azure.NET SDK\v2.9\bin\plugins\Diagnostics\Microsoft.WindowsAzure.Diagnostics.dll
If you do not see this assembly, it's most likely because you do not have the required Azure SDK. If you are using Azure SDK v2.9 like I am, you can download the SDKs here: Microsoft Azure SDK for .NET - 2.9
Then click download and select:
MicrosoftAzureLibsForNet-x64.msi (Microsoft Azure Client Libraries for .NET)
MicrosoftAzureTools.VS.140 (Microsoft Azure Tools for Microsoft Visual Studio 2015)
If you are using Azure SDK v2.7 then you will want to use this link: Microsoft Azure SDK for .NET - 2.7

Where is WCF Data Services in Visual Studio Express 2012 for Web

I watched EF4.1 and n-tier application video for Julie Lerman,
she added a new ASP.NET Empty Web Application project in the solution (VS 2010). After that she added a new item, WCF Data Service.
I can not find this item in Visual Studio Express 2012 for Web. Could you please help me? Is this a limitation in the express 2012 version?
Here is an image of what I can see in the Add New Item form
I can't post answer my question, so:
I should intall "WCF Data Services 5.2 RTM Tools Installer"
More details on WCF Data services blog.
Thank you.
Yes, you need to install "WCF Data Services 5.2 RTM tools installer". For the VS pro and ultimate versions, we chain in the installer for "WCF data Services - 5.0". For the express editions, customers need to install the version they need.
One thing to note - even in Pro/Ultimate editions, the version that gets installed is 5.0. For newer features (like the new JSON format), customers will require to install the latest bits so that they can get all the new code generation features.
Thanks
Pratik

Resources