How can I create an Azure Web App using .NET 10 (LTS)? I only se the .NET 10 (LTS) (Preview)
I am trying to deploy a webapp to production that uses .NET 10 (LTS). I only see .NET 10 (LTS) (Preview) as an option. When will the .NET 10 (LTS) runtime stack be available in Azure?
Developer technologies | .NET | .NET Runtime
Federation Proxy Service(Microsoft.IdentityServer.ProxyService) crashed with object disposed exception
**Service - **Microsoft.IdentityServer.ProxyService.exe(v10.0.17763.1728) Server - Windows Server 2019 Standard I am getting following error with federation proxy service(Microsoft.IdentityServer.ProxyService.exe)- Application:…
Developer technologies | .NET | Other
How to add icon near string for compartment item of CompartmentShape
Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…
Developer technologies | Visual Studio | Extensions
how to get the date of Daylight Savings Time ending in c#
Greetings, Using Visual Studio 2022. Project is c# windows service. I need to check if the current date/time is the end of Daylight Savings Time. I have googled till my eyes cross and get inconsistent/incorrect information. TimeZone which appears…
Developer technologies | C#
- Request to reset Microsoft 365 Developer Program profile -
I’m unable to set up the free E5 developer subscription. My Developer Program account shows no “Set up E5 subscription,” and I receive error Code: 41101 when accessing the dashboard. MS-CorrelationId: 00000000-5c**** Developer Program email:…
Developer technologies | Universal Windows Platform (UWP)
Kernel mode - PsGetCurrentProcessId && PsGetCurrentProcess bad docs
в ходе написания драйвера столкнулся с необходимостью скрыть импорты. начал писать импретацию функций PsGetCurrentProcessId и PsGetProcessId(PsGetCurrentProcess()). обнаружил ошибку вроде как две функции по названию имеют один и тот же смысл но нет…
Developer technologies | C++
How do i install a click-once application from the browser
For many years I have been developing and updating an application in VB.Net using 'click-once' in VS. I have only been able to install it using FireFox. Recently (since about a week ago) I have been unable to install or upgrade the application. There…
Developer technologies | VB
How to save a worksheet as pdf into a SharePoint list and include the metadata at the same time
I have written vba that saves the current worksheet in excel as a pdf to a SharePoint document list. I would like to save the metadata for the list at the same time. The metadata exists in named cells in the excel worksheet. This is the vb code I am…
Developer technologies | VB
How do I package my Deploy contents into an Installer for my winui 3 app?
I reference images that I hold in a SharedResources project using the relative binding like this in my XAML: <Image Source="ms-appx:///SharedResources_UI3/NewIcons/Delete_Icon2.svg" Width="35" Height="35"…
Developer technologies | Visual Studio | Extensions
WinForm in Visual Studio 2026 - changing name of a control causes designer to fail
Just migrated to VS 2026. When creating a new form, there is no issues and controls can be added fine. However, when you change the name of a control, the designer throws a wobbly as not all references are renamed in the designer code. I need to…
Developer technologies | Windows Forms
not working projecting the pc
when I install projecting to the pc they will work after some time they do not connect with other device and not work it can't connect with other device
Developer technologies | Windows Presentation Foundation
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
Developer technologies | Visual Studio | Extensions
Mis, bagaimana caranya membuat templet untuk presentasi
Saya ini membuat templet untuk presentasi materi saya
Developer technologies | Windows Presentation Foundation
Does ID2D1SvgDocument not support the opacity of svg resource?
I use d2d to draw a svg resource, but the actual effect looks very strange. the origin svg resource: <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 64 64" viewBox="0 0…
Developer technologies | C++
Unsafe-inline and unsafe-eval
Hi All, We have an application developed in ASP.NET (.NET Framework 4.6.2). Understand from the below article that we need unsafe-inline and unsafe-eval settings in order to run the…
Developer technologies | ASP.NET | Other
Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?
Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?
Developer technologies | Visual Studio | Testing
Approval for bundle Microsoft.AnalysisServices.Tabular version 19.94.1.1 with our servicedesk plus product for integrate Power BI cloud version
We are requesting approval to use the Microsoft.AnalysisServices.Tabular version 19.94.1.1 bundle with our ServiceDesk Plus product. This is required to integrate with the Power BI cloud version. Please route this request to the appropriate team for…
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#
MSIX installation fails on some PCs with 0x80070005 when UAC is enabled – how to install MSIX as administrator?
Hi, I have a .NET MAUI Windows app packaged as an MSIX. On several PCs the MSIX installs without any issues. But on some machines—especially where UAC is enabled—the installation fails with the following error: App installation failed with error…
Developer technologies | .NET | .NET MAUI
.NET Email Send --Specified HTTP method is not allowed for the request target
Hello, I have a .NET application that uses Microsoft Graph to send emails. App Registration has Mail.Send permissions of type Application that has been approved by Global Admin. This is the method i have to configure the Email Client private…