11,013 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Are BinScope checks like ATLVersionCheck and GSCheck applicable to C# applications?

Dear Team, I ran Microsoft BinScope 2014 on a C# application (.NET managed code) and observed several failed checks including: ATLVersionCheck ATLvulnCheck CompilerVersionCheck GSCheck GSFriendlyInitCheck GSFunctionSafeBuffersCheck RSA32Check …

Developer technologies C#
asked 2025-06-27T08:25:44.3733333+00:00
Mashuk Raza 20 Reputation points
edited the question 2025-06-29T09:45:22.6866667+00:00
Mashuk Raza 20 Reputation points
0 answers

Is Stack Protection Header applicable or configurable in C# applications?

Dear Team, I’m analyzing a C#application and noticed that tools like Process Explorer or PE header inspectors show "Stack Protection: Disabled" for the executable. I would like to confirm the following: Is it possible to enable stack…

Developer technologies C#
asked 2025-06-27T08:48:17.1633333+00:00
Mashuk Raza 20 Reputation points
edited the question 2025-06-29T09:44:52.91+00:00
Mashuk Raza 20 Reputation points
0 answers

how to keep the decimalpoint 3 -5 of a float?

float x=393f,y=393f; x-y may be a value not zero. bool IsInLine(float x,float y){} this is to determin weather x,y is in my line but if I pass parameter it will compute error. the value may be a integer and same. but if x-x1 or x-y is not zero. I think…

Developer technologies .NET .NET Runtime
asked 2025-06-29T05:37:06.49+00:00
mc 5,426 Reputation points
edited the question 2025-06-29T05:39:34.9066667+00:00
mc 5,426 Reputation points
0 answers

Unhandled exception. System.InvalidOperationException: Failed to connect to remote share \\IP-Address\import\. Error: 1219

We have 2 Windows servers on Azure that are NOT connected to Active Directory, as follows: App server which is connected to the internet SQL Server that does not have public connection to the internet, but is accessible from the app server I have a…

Developer technologies C#
asked 2025-06-28T22:13:48.7533333+00:00
john john Pter 1,040 Reputation points
edited the question 2025-06-28T22:14:19.17+00:00
john john Pter 1,040 Reputation points
0 answers

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++
asked 2025-06-28T20:08:39.41+00:00
CDev-8220 365 Reputation points
edited the question 2025-06-28T20:09:35.8266667+00:00
CDev-8220 365 Reputation points
0 answers

Errors with cmath Functions Not Recognized in Global Scope

While building a project, multiple errors were encountered indicating that several functions from the cmath header are not recognized in the global scope. The error messages include: the global scope has no "abs" the global scope has no…

Developer technologies Visual Studio Debugging
asked 2025-06-28T13:48:16.0433333+00:00
Exil_S 0 Reputation points
commented 2025-06-28T18:42:17.7833333+00:00
Viorel 122.5K Reputation points
0 answers

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#
asked 2025-06-26T03:50:42.2566667+00:00
Aron Tsang 10 Reputation points
edited a comment 2025-06-28T06:36:45.5266667+00:00
Marvens 0 Reputation points
0 answers

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#
asked 2025-06-27T16:43:07.6566667+00:00
Yasin Tonge 0 Reputation points
0 answers

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)
asked 2025-06-20T03:31:24.36+00:00
DotNET Fan 271 Reputation points
edited a comment 2025-06-27T16:24:40.2766667+00:00
DotNET Fan 271 Reputation points
0 answers

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
asked 2025-06-27T08:59:45.2266667+00:00
Sam 0 Reputation points
0 answers

Visual Studio 2022 Build Failure Due to Shortcut Creation Issue

The solution includes a Setup Project that fails to build, causing the build process to be cancelled. This has worked previously without issues. To troubleshoot, the solution was tested on two other computers: one with Visual Studio 2019 and another with…

Developer technologies Visual Studio Debugging
asked 2025-06-27T07:11:40.6133333+00:00
Sean Kozen 0 Reputation points
commented 2025-06-27T08:47:00.26+00:00
RLWA32 49,536 Reputation points
0 answers

UWP - https certification valiation issue

I am trying to call an https api on a payment device, it returns a certificate signed by intermediate CA and that signed by root CA. I have installed root CA in trusted store of windows, added capability in WPF manifest. It returns error - Partial chain…

Developer technologies Universal Windows Platform (UWP)
asked 2025-06-10T16:15:50.5+00:00
Vinod Sahu 0 Reputation points
commented 2025-06-27T08:33:17.8033333+00:00
Harry Vo (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff
0 answers

www-authenticate: Bearer error="invalid_token",error_description="The signature key was not found"

I am getting below error while validationg intra auth token www-authenticate: Bearer error="invalid_token",error_description="The signature key was not found" i am not able to find IssuerSigningKey from any where

Developer technologies C#
asked 2025-06-27T06:41:58.4+00:00
Gayatri Joshi 0 Reputation points
commented 2025-06-27T06:43:18.4+00:00
Gayatri Joshi 0 Reputation points
0 answers

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
asked 2025-06-27T06:28:27.8+00:00
Gurwinder Singh (Trianz) 0 Reputation points
0 answers

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
asked 2025-06-27T05:34:37.8433333+00:00
Saurabh Shinde 0 Reputation points
0 answers

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#
asked 2025-06-27T05:08:54.5366667+00:00
Ashraf Khan 40 Reputation points
0 answers

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
asked 2025-06-26T13:51:58.9733333+00:00
Lance Boudreaux 0 Reputation points
0 answers

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#
asked 2025-06-26T02:48:33.7933333+00:00
Alistar Jiang 0 Reputation points
commented 2025-06-26T08:19:57.75+00:00
Alistar Jiang 0 Reputation points
0 answers

Where is my certificate

I completed my course devops...where is my certificate

Developer technologies Small BASIC
asked 2025-06-26T07:40:34.67+00:00
I Muskaan 0 Reputation points
0 answers

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
asked 2025-06-26T07:17:55.77+00:00
dgeorgewnxu 0 Reputation points