Nuget restore task failed
I am seeing following error in the restore task: (command is restore ) C:\azp\agent\_work\1\s\source\R2T2CoreTests\R2T2CoreTests.csproj : error NU1101: Unable to find package Microsoft.VisualStudio.Web.CodeGeneration.Design. No packages exist with this…
Developer technologies .NET Entity Framework Core
Which certificate does the VS installer use for verification of vs_installer.opc
I am trying to install the VS 2022 Build Tools on my build server. However, during installation, I am receiving the following error on the bootstrapper logs: [16a0:0011][2025-06-25T06:41:39] Download requested:…
Developer technologies C#
How to use the "userExperienceAnalyticsOverview" Graph API with C#
Encountering 400 errors when calling the "userExperienceAnalyticsOverview" Graph API in C# and through the Graph Explorer. The API appears to be functional based on Intune admin center. Seeking guidance on how to successfully implement this API…
Developer technologies C#
How to use the "userExperienceAnalyticsOverview" graph api?
I can see on the thread that this API is working, but when I call it on C # and use it on the graph explorer website, I always get 400 errors. How can I make this API work in the code? This is api document address: …
Developer technologies C#
Get error deploying to analysis services via VS 2022 Community to SQL 2019
Hello All, Hope you can help. I get an error trying to deploy my tabular package to SQL 2019 from VS 2022 community. I get a JIT error
Developer technologies Visual Studio Debugging
Can't Deploy to Analysis Service Get Error
Hello, I have a new computer, new install of visual studio 2022 community and Analysis Services Project installed. I can't deploy my tabular project to SQL 2019 Analysis Services. I get the following error: See the end of this message for details on…
Developer technologies Visual Studio Debugging
How can I create an edmx using Visual Studio 2022 so I can get rid of Visual Studio Express 2010?
I use VS 2020, but I have kept Visual Studio 2010 for 10 years because the edmx (Entity Framework) for a very old app was built using that old VS. I would really like very precise instructions explaining how I can get rid of VS 2010 but still build the…
Developer technologies Visual Studio Setup
SAML Access Denied from Azure AD - Localhost Sustainsys Setup
I am trying to set up an SAML based authentication using ASP.Net framework 4.8. But after login i am returning back to my localhost site and getting error like https://localhost:44353/Saml2/Acs?error=access_denied . I have assigned users and all the…
Developer technologies ASP.NET ASP.NET API
ETL UI not papering with Visual Studio 2022 or 2019
We have implemented the Data Warehouse in SQL server and That ETL view through Visual studio . It was working properly and now when open the .dtsx file with visual studio UI not loading just load the code.
Developer technologies Visual Studio Setup
It marks lines in red, but it compiles.
In Visual Studio 2022 with the latest update and C#, I use two DLLs. In the first DLL, I removed an enumeration and created another one, which I compiled. In the second DLL, it also compiles, but the lines where I reference the new enumeration are…
Developer technologies C#
your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
Developer technologies .NET .NET MAUI
CID image embeds are not loading properly in Outlook but load properly in Gmail
We are using CID to load the images, but the images won't load in outlook, we are using IFluentEmail. var attachments = new List<Attachment>(); // Set image src then Get image src for email purpose htmlNode.SetAttributeValue("src",…
Developer technologies C#
can VS Code highlight TIE syntax?
Can VS Code recognize and highlight TIE syntax? Is it and extension? Where do I get it, how do I install it? If not yet available, how do I create one?
Developer technologies Visual Studio Extensions
NPOI System Out Of Memory exception
I'm using NPOI as nugget package to generate xslx files. In local eveything works fine and I never get OutOfMemory exception but on my azure application deployed I do make some OutOfMemory exception while writing my workbook to my…
Developer technologies C#
[Test] Ask your question in the language of the Q&A site
Include all the details of your issue in the Question Details block. Include what you are attempting to accomplish, steps that have already been taken, error messages, unique aspects of your scenario or configuration, and any other pertinent information.…
Developer technologies Small BASIC
Positioning UWP ContentDialog on top of AppWindow.
In UWP app , I have a AppWindow which is opened from the main window with the below code. var appWindow = await AppWindow.TryCreateAsync(); var frame = new…
Developer technologies Universal Windows Platform (UWP)
Unable to debug M365 agents tool kit in VS Code
Used Microsoft Agents Tool Kit, for creating a Chat Bot and integrated into Micrsoft Teams App, there is already a existing chatbot and existing code (TypeScript, JavaScript, node.js ) and well configured with all the keys and endpoints and unable to…
Developer technologies Visual Studio Debugging
MIP SDK and managed identities
I want to get a token that can decrypt an AIP protected file, by using the MIP SDK. This is working with certificate credentials. My idea is to use a managed identiy to get the token. My problem is, that I didn't find a way to configure the AIP Azure…
Developer technologies C#
The SSL connection could not be established, see inner exception.
Hi , I am using below environment for running web api which will call to external web api which required authentication and ssl certificate. Below are my code details, ------------->>MyHttpClient.cs<<----------------- public…
Developer technologies C#
Getting "Status: 400 (The specifed resource name contains invalid characters.)" on ShareFileClient.Create()
I have a container app connecting to an Azure Files Share. When attempting to create a file using ShareFileClient.Create(lengthO, it throws an exception with the message of "Status: 400 (The specifed resource name contains invalid characters.)"…