LNK2005 error on C++ app when implementing a replacement new and delete
In Visual Studio 2019 C++14 I can build a "hello world" program with a custom new and delete. I'm unable to link a larger program which implements a custom new and delete replacement. The error is LNK2005 "void * __cdecl operator…
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
Microsoft .NET 8.0.10 - Windows server Hosting
i need download link for Microsoft .NET 8.0.10 - Windows server Hosting
Developer technologies .NET .NET Runtime
How can I properly handle exceptions in asynchronous methods using async/await in C#?
Hello, I am working on an application using C# and async/await for asynchronous programming. I want to ensure that exceptions thrown inside my async methods are properly caught and handled without causing unobserved task exceptions or crashing the…
Developer technologies C#

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#
How to fix "report processing jobs limit have been reached" in asp.net./vb.net application
What could be the problem leading to this error: The maximum report processing jobs limit configured by your system administrator has been reached."... We have already increased report limit in registry? The application was developed inhouse and…
Developer technologies ASP.NET ASP.NET API
What is the best way to install .net Runtime v8.0 via Intune?
What is the current best way to install .net Runtime v8.0 via Intune to a large number of users? The .net website offers an .exe file but it doesn't contain an .msi I can turn into an Intune app. There are also winget instructions listed but winget…
Developer technologies .NET .NET Runtime
Microsoft Security Intune Other
Visual studio 2022 community will not export templates
When I try to export a project template I get the following error dialog box I tried a couple different projects and it's a no go The drive path seems kind of weird It is looking for a runtimes folder under the main project folder? I know…
Developer technologies Visual Studio Other
Need help to download VS 2017
Hi All. I have MSDN account but I don't have subscription. I went on Microsoft Visual Studio web site to download old version. All Visual Studio 2017 versions unavailable. I would appreciate if anyone could share the Visual Studio 2017 Professional or…
Developer technologies Visual Studio Setup
MAUI: Rebuild Error: Type androidx.collection.ArrayMapKt is defined multiple times
I am getting below error when rebuilding in release mode: 1>MSBUILD : java.exe error JAVA0000: Error in…
Developer technologies .NET .NET MAUI
How to format razor pages in blazor in visual studio 2022
Hi, we are having problems with formatting after upgrade to visual studio 2022. In visual studio 2019 we could format our razor files pretty well, in visual studio it looks really bad. We cannot use 2019 anymore because of the .net 7.
Developer technologies .NET Blazor
How to Rename a Solution and Projects in Visual Studio 2022 Without Affecting Functionality?
I have a working application that includes Blazor Server, Blazor WASM, and an API. I want to change the names of the solution and the projects while ensuring that the current application remains unaffected. What is the easiest and problem-free way to…
Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
Developer technologies C#

Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
Developer technologies .NET .NET MAUI
There is no difference in font weight for ranges
Font size 14 and Family Arial: The weight actually not changing the boldness upto some particular range. This is creating problem in setting custom weight. Any Solution for this. Refer to Attachment.Font_550-800_ARIAL_14.png
Developer technologies C#
Request for Assistance with App Service Performance – High Time in ManagedPipelineHandler
Experiencing performance issues with an Azure App Service. Analysis revealed 4 slow request(s) where the module consuming the most time is: ManagedPipelineHandler (57.1%) The diagnostic message indicates: "To troubleshoot performance issues or to…
Developer technologies VB

is there a path algorithm?
I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line
Developer technologies .NET .NET MAUI
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
How to setup offline Text to speech with azure ai cognitive speech sdk for unity apps on ios and android devices
We are trying to integrate Microsoft Text-to-speech services to a Unity application which will be used on both ios and android devices. We figured out how to use the SDK provided by Microsoft to use the Text-to-speech services but we also would like to…
Developer technologies C#
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#
Supportability of XBAP + WCF Message Security + ClientFormsAuthenticationMembershipProvider + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)
We are troubleshooting the following architecture scenario: • Client: XBAP application(.xbap) running in IE11/PresentationHost.exe on Windows Server 2022 • WCF Service Binding: wsHttpBinding with SecurityMode="Message Security" …