54,004 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
1 answer

DLL file not found when invoking function from Excel/VBA

I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…

Developer technologies Visual Basic for Applications
asked 2025-06-29T01:41:47.34+00:00
Chris Grossman 5 Reputation points
answered 2025-06-29T09:11:40.96+00:00
simo-k 10,420 Reputation points Volunteer Moderator
1 answer

Allocate / free memory with Visual Studio C++

I have a very simple program int main(void) { double* myVect = new double[10000000]; wait(2); // wait for 2 seconds delete[] myVect; wait(2); return 0; } I execute this program in Debug mode, put a breakpoint on "return 0" and look at the…

Developer technologies C++
asked 2025-06-29T07:22:27.0766667+00:00
Ollivier TARAMASCO 0 Reputation points
answered 2025-06-29T09:00:37.45+00:00
RLWA32 49,536 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
1 answer One of the answers was accepted by the question author.

How many threads can Splunk ODBC support concurrent reading simultaneously

Hi there, I would like to know how many concurrent threads Splunk ODBC supports reading data simultaneously? Thanks&Regards, zmsoft

Developer technologies C#
asked 2025-06-26T05:53:52.4866667+00:00
zmsoft 470 Reputation points
accepted 2025-06-29T02:51:03.8+00:00
zmsoft 470 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
1 answer

Best practices for building a Tinder-style swipe experience in React Native (for a student-to-company matchmaking app

Hi everyone, I'm currently developing an app called StageMatch as part of a school project. It's a platform that helps students find internships by swiping through company profiles (similar to Tinder), and when there's a match, they can chat directly…

Developer technologies Visual Studio Other
asked 2025-06-28T13:42:49.3866667+00:00
Sander den Butter 0 Reputation points
accepted 2025-06-28T15:14:00.94+00:00
Sander den Butter 0 Reputation points
4 answers

Singleton Class with Async

I'm working on building a Blazor Web App (.net 9) for an internal company portal. I want to load some persistent data to be used throughout the app into a class and then load that class as a scoped service. Most of the data will be fairly static, but…

Developer technologies ASP.NET ASP.NET API
asked 2025-05-15T12:19:30.1366667+00:00
GarudaLead-8570 46 Reputation points
answered 2025-06-28T14:43:00.13+00:00
frankreebig 0 Reputation points
1 answer

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
asked 2025-06-25T21:31:47.0433333+00:00
Ken Smith 190 Reputation points
answered 2025-06-28T14:37:43.8766667+00:00
Ken Smith 190 Reputation points
5 answers

how or where a sync function in a web API controller can help me?

hi, I just made one web API with core 9 with entity framework and all actions, i found that all the methods are made with a sync. q1) so my question is where or how it can help me , because in my case i call my controllers action methods from java…

Developer technologies ASP.NET ASP.NET API
asked 2025-06-24T13:12:08.41+00:00
rajesh yadav 171 Reputation points
edited an answer 2025-06-28T10:42:51.2666667+00:00
AgaveJoe 30,126 Reputation points
1 answer One of the answers was accepted by the question author.

Which certificate authority is used to verify vs_installer.opc during Visual Studio 2022 Build Tools installation?

Hello Team, I’m trying to install Visual Studio 2022 Build Tools on a Windows build server. During the installation, the bootstrapper logs show an error related to vs_installer.opc. I’d like to know: Which certificate (or certificate authority) is used…

Developer technologies Visual Studio Setup
asked 2025-06-28T05:48:19.79+00:00
Ayoshna Saha 115 Reputation points
accepted 2025-06-28T07:07:01.78+00:00
Ayoshna Saha 115 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
1 answer One of the answers was accepted by the question author.

How to set status of control from OnLaunched in C++/WinRT app?

In Visual Studio I compiled the blank C++/WinRT UWP app which displays a button that says "Click me" and "Clicked" after it is clicked. As an experiment to learn how to initialize a control according to user settings, I copied the…

Developer technologies Universal Windows Platform (UWP)
asked 2025-06-27T21:53:30.9633333+00:00
Steven Brown 46 Reputation points
commented 2025-06-28T05:43:51.88+00:00
Steven Brown 46 Reputation points
1 answer

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#
asked 2025-06-25T03:34:47.8633333+00:00
Central data 156 Reputation points
answered 2025-06-27T22:19:07.21+00:00
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
1 answer

[Visual Studio 2022] Adding a Project Reference fails

Greetings All, I have a problem with Visual Studio 2022. Firstly, I should tell you that my VS2022 environment is as follows: Microsoft Visual Studio Community 2022 Version 17.14.3 VisualStudio.17.Release/17.14.3+36127.28 Microsoft .NET Framework …

Developer technologies Visual Studio Setup
asked 2025-05-31T13:56:34.8466667+00:00
RobDev 411 Reputation points
commented 2025-06-27T21:02:48.0666667+00:00
Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
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
1 answer

Blazor Server APP

I’m building a Blazor Server application, which uses WebSockets for real-time communication (via SignalR). By default, Blazor uses MessagePack as the serialization protocol, which results in a binary transfer format. For debugging and interoperability…

Developer technologies .NET Blazor
asked 2025-06-26T21:08:52.5+00:00
Selvaraj, Deepak 0 Reputation points
edited an answer 2025-06-27T16:26:10.02+00:00
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator