1,783 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Is it possible to create MSIX deployments for .NET Framework apps?

I'm going through a Packing MSIX apps tutorial. At work we've got some .NET Framework WPF apps which have been deployed using the older ClickOnce deployment methodology. However, I can see that I'm going to have to drop that and use MSIX instead. What…

Developer technologies | Windows Presentation Foundation
asked Jul 19, 2025, 1:58 PM
Rod Falanga 591 Reputation points
0 answers

Need to delete/reset MS365 Developer Account

I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…

Developer technologies | .NET | .NET Runtime
asked Jul 18, 2025, 3:21 PM
Herb Wolff 0 Reputation points
0 answers

My report does not populate with the correct data when i change parameters. How do I fix this?

Correct Changed my times, but page does not update with correct batch start time. SQL tables are correct.

Developer technologies | Visual Studio | Testing
asked Jul 18, 2025, 2:45 PM
Martin Rondell 0 Reputation points
0 answers

why abc4j can not parse the file?

I am using .net android and add the package : abc4j to parse music file. but there is error and I can not parse it. this is the music file: p.txt

Developer technologies | .NET | .NET MAUI
asked Jul 18, 2025, 9:04 AM
mc 5,591 Reputation points
0 answers

Setting Content Type of virtual editors (Opened using IVsUIShell.CreateDocumentWindow)

I have implemented an LSP Language Server and want this to be loaded / associated with virtual documents. Virtual documents are opened using IVsUIShell.CreateDocumentWindow. How to set the Content Type of these virtual documents so that LSP Server gets…

Developer technologies | Visual Studio | Extensions
asked Jul 17, 2025, 2:48 PM
Sajith 21 Reputation points
0 answers

Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.

Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.

Developer technologies | Windows Forms
asked Jul 17, 2025, 12:40 PM
Diana Mlinga 0 Reputation points
0 answers

How to get Vendor Account, Purchase order, Single GRN Number and Voucher Number of Project PO in the Project Packing Slip Journal Header in d365 F&O

To add the fields of Vendor Account, Purchase order, GRN Number and Voucher Number of a Project PO in the Project Packing Slip Journal Header of CUSTPACKINGSLIPJOUR to use these fields for other reports

Developer technologies | .NET | Other
asked Jul 17, 2025, 11:37 AM
Akhil Bingi 0 Reputation points
0 answers

Problem transcription Azure Whisper

Hi, I'm using the Whisper 001 model from Azure in my project and I'm facing the issue: Azure sometimes randomly transcribes my audio into English, even when the speaker is clearly speaking French. Occasionally it does transcribe in French, but not…

Developer technologies | Visual Studio | Other
asked Jul 17, 2025, 9:02 AM
Jade Chevallier 0 Reputation points
0 answers

Why won’t my recovery key work

I have entered my recovery key correctly and it won’t work i tried everything even all of the advanced options and nothing will work it won’t even let me reset my pc

Developer technologies | Windows Presentation Foundation
asked Jul 16, 2025, 6:40 PM
mason gillette 0 Reputation points
0 answers

Emails with Undeliverable Subject don't get saved on a text File

Hi, I would like to ask if this is intended or a bug. I'm currently working on a program wherein all of the bounced emails (specifically undelivered emails) will be caught and then fetch the email addresses of the recipient of the undelivered emails…

Developer technologies | C#
asked Jul 16, 2025, 4:29 AM
Emmanuel Legaspi 0 Reputation points
0 answers

I want to learn free course of UX/UI design, unable to get the link

I saw a video suggesting to learn ux/ui from Microsoft learn, it is 4 4-hour courses. I am unable to locate it

Developer technologies | Visual Basic for Applications
asked Jul 16, 2025, 3:50 AM
AMOL KUMAR 0 Reputation points
0 answers

MICROSOFT DOWNLOADER

USEDERROR The extension 'name' already exists in the Marketplace.

Developer technologies | Visual Basic for Applications
asked Jul 15, 2025, 8:12 PM
ABHI JITH 0 Reputation points
0 answers

Best way to publish WPF Application

Hey everyone, I'm working on a WPF desktop application (targeting .NET Framework) that uses a local MySQL database to store user data. I'm ready to distribute it to clients, but I’m not planning to host it on a web server. My only method of sharing will…

Developer technologies | Windows Presentation Foundation
asked Jul 15, 2025, 11:06 AM
Milan Jadav 0 Reputation points
edited the question Jul 15, 2025, 4:07 PM
Rob Caplan - MSFT 6,037 Reputation points Microsoft Employee Moderator
0 answers

VS sends 'textDocument/didClose' to LSP server when file is not closed

I have a Language Server (LSP) implemented. For the first file opened (of the specified content type, which causes the Language Server to be loaded) I am getting textDocuement/didOpen message followed by textDocument/didClose message. But the file is…

Developer technologies | Visual Studio | Extensions
asked Jul 14, 2025, 2:56 PM
Sajith 21 Reputation points
0 answers

Sandbox Access Blocked Despite Completing Power BI Learn Module

Hello Microsoft team, I've joined the Microsoft 365 Developer Program and completed relevant Learn modules, including "Get started with Power BI," earning badges and XP. My profile preferences are updated with technologies such as Microsoft…

Developer technologies | Visual Studio | Other
asked Jul 13, 2025, 6:55 PM
Rohail Khan 0 Reputation points
0 answers

SSDT 2017 - TargetServerVersion issue with SQL Server 2019

Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 10:08 AM
Joerce30 0 Reputation points
0 answers

im unable to adjust my brightness, it turned grey and i had to change my display setting to 'show 1' everytime i open my pc

im unable to change my brightness level, i had to change my display setting everytime i open my pc to 'show 1' display i dont know what to do, my brightness level turned grey

Developer technologies | Visual Basic for Applications
asked Jul 11, 2025, 4:44 AM
vishav bhardwaj 0 Reputation points
0 answers

my laptopi modern 14 b11mou 14" fhd display core i3 11th windows key not working plz help me

my laptop modern 14 b11mou 14" fhd display core i3 11th windows key not working

Developer technologies | Windows Presentation Foundation
asked Jul 10, 2025, 6:58 PM
MD. JAKIR HOSSAIN 0 Reputation points
0 answers

LSP message for Word Completion from Visual Studio

I have a Langauge Server (LSP) implemented in C#. Have implemented textDocument/Hover and textDocument/Completion. This works fine on hover and typing in the editor. But Word Completion does not work. Which LSP message is sent from Visual Studio for Word…

Developer technologies | Visual Studio | Extensions
asked Jul 10, 2025, 3:11 PM
Sajith 21 Reputation points
0 answers

C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe cannot find

Windows cannot find C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe Make sure you typed the name correctly, and then try again.

Developer technologies | .NET | .NET Runtime
asked Jul 10, 2025, 1:57 AM
Chen, Draco 0 Reputation points