How do I fix this error?
argument list for class template "CUIAnimationCallbackBase" is missing template <class IUIAnimationCallback, class CUIAnimationCallbackDerived> class CUIAnimationCallbackBase : public IUIAnimationCallback { public: static…
Developer technologies C++
Our graph api lost its privilege to remove licenses from users
We developed a graph API app that helps us with on/offboarding of our employees. started a few weeks ago, our app lost its ability to remove licenses. this is the error I get: Status Code: Forbidden Microsoft.Graph.ServiceException: Code:…
Developer technologies C#
Microsoft.Web.Infrastructure 1.0.0 license agreement
Hi all, The original license information page for Microsoft.Web.Infrastructure 1.0.0 appears to be no longer accessible: https://www.microsoft.com/web/webpi/eula/aspnetmvc3update-eula.htm Could someone confirm that the original WebPI EULA still…
Developer technologies Visual Studio Other
Microsoft Graph API: createdDateTime filter with gt still returns same timestamped record
I’m facing an issue while fetching sign-in logs from Microsoft Graph API using a time-based polling mechanism. We're fetching logs from the Microsoft Graph API endpoint: https://graph.microsoft.com/v1.0/auditLogs/signIns We use the filter:…
Developer technologies Small BASIC
in shell.flyoutheader Button is not clicking on ios app in maui .net 9 project
<Shell.FlyoutHeader> <ContentView Padding="{OnPlatform iOS='0,0,0,5'}"> <Grid x:DataType="viewModel:AppShellViewModel" Padding="0,0,0,5"> …
Developer technologies XAML
The wait operation timed out SOURCE...............: FORM.................: http://localhost/Pages/Reports/TDSDetails.aspx
Date.................: 6/26/2025 Time.................: 6:57:03 PM MESSAGE..............: The wait operation timed out SOURCE...............: FORM.................: http://localhost/Pages/Reports/TDSDetails.aspx QUERYSTRING..........: …
Developer technologies C#
Visual Studio 2022 Not Responding after adding ContextMenu
I'm using VS 2022 v17.14.7 developing a WinForms app using .Net 8.0 and C#. When I add a ContextMenu to any form and try to add a menu item under it, Visual Studio stops responding and has to be killed via the Task Manager. This also happens when using…
Developer technologies Windows Forms
Where is my certificate
I completed my course devops...where is my certificate
Developer technologies Small BASIC
in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")
in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can…
Developer technologies Windows Forms
How to fix the .NET desktop runtime 8.0.11 installation
When installing the windowsdesktop-runtime-8.0.11-win-x64.exe in windows 11 OS it prompts fro the location of dotnet-host-8.0.10-win-x64.msi package which is not available and the installation failed. I could not find this msi package in the downloads…
Developer technologies .NET .NET Runtime
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
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
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
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.…