11,009 questions with Developer technologies-related tags

Sort by: Updated
0 answers

What is the way to certify commercial Windows Forms applications in .NET for Windows to inform that the application is not trusted?

We have a commercial application that was developed in C++ with .NET 4.7 Framework, and then we generated the installer with Inno Setup, but when running the application on some versions of Windows, customers claim that the application is not…

Developer technologies | .NET | .NET Runtime
asked 2025-06-20T18:40:32.02+00:00
Thiago Rodrigues 0 Reputation points
edited a comment 2025-06-21T06:40:34.6533333+00:00
RLWA32 49,666 Reputation points
0 answers

Unable to debug M365 agents tool kit in VS Code

Used Microsoft Agents Tool Kit, for creating a Chat Bot and integrated into Micrsoft Teams App, there is already a existing chatbot and existing code (TypeScript, JavaScript, node.js ) and well configured with all the keys and endpoints and unable to…

Developer technologies | Visual Studio | Debugging
asked 2025-06-20T21:46:55.1433333+00:00
Ravi Karamsetty 0 Reputation points
0 answers

The SSL connection could not be established, see inner exception.

Hi , I am using below environment for running web api which will call to external web api which required authentication and ssl certificate. Below are my code details, ------------->>MyHttpClient.cs<<----------------- public…

Developer technologies | C#
asked 2025-06-20T14:58:10.19+00:00
Patel, Anupam 0 Reputation points
0 answers

Getting "Status: 400 (The specifed resource name contains invalid characters.)" on ShareFileClient.Create()

I have a container app connecting to an Azure Files Share. When attempting to create a file using ShareFileClient.Create(lengthO, it throws an exception with the message of "Status: 400 (The specifed resource name contains invalid characters.)"…

Developer technologies | C#
asked 2025-06-19T19:36:54.9566667+00:00
Demougin, Matthew W 25 Reputation points
0 answers

Unable to connect Visual Studio debugger to Azure Web App

I have a web app running in Azure. This is a mature app. I have always been able to periodically connect my Visual Studio 2022 debugger to this web app to debug code. At some point in the last month, this has stopped working. I should say that this…

Developer technologies | Visual Studio | Debugging
asked 2025-06-19T15:28:46.3+00:00
Nick Evans 5 Reputation points
0 answers

Publishing MSIX packages to the store on VS2022 for AR

I have an app which I package and publish for several years via VS2019 using the Windows Application Packaging Project. This deploys direct to the Microsoft Marketplace where I can publish it. I have recently upgraded to VS 2022 for ARM and can no longer…

Developer technologies | Visual Studio | Extensions
asked 2025-06-19T14:47:30.7266667+00:00
Neil Elroy 0 Reputation points
0 answers

How to open a untitled file

I want to open a Untitled file in visual studio, when i open the file it is supposed to save in the disk until user explicitly saves it and also I want to attach my Editor factory or language service to that untitled file I am using this code but it is…

Developer technologies | Visual Studio | Extensions
asked 2025-06-19T09:52:38.9633333+00:00
Vasu Bansal 20 Reputation points
0 answers

how to change the color of the rippleDrawable of button in .net android?

I am using .net android and how to edit the color of the rippleDrawable of button in .net android? I have set the colorstatelist of enabled but it not changed.

Developer technologies | .NET | .NET MAUI
asked 2025-06-19T04:33:48.56+00:00
mc 5,571 Reputation points
0 answers

When I compiled python using Cython, I was unable to call vcvarsall.bat

I have tried to reinstall the Visual Studio Installer many times, but every time I execute "python setup.py build_ext --inplace", All will show the error "b'dk\xf6e\rN\x94^\tg \x00\…

Developer technologies | Visual Studio | Debugging
asked 2025-06-19T03:28:34.01+00:00
远坤 尉 0 Reputation points
0 answers

get bound from winrt::Windows::Graphics::Capture::GraphicsCaptureItem

0 is it possible to retrieve bound rect (x,y, height, width) from winrt::Windows::Graphics::Capture::GraphicsCaptureItem, I see only Size is supported. Any specific reason its hidden?…

Developer technologies | C++
asked 2025-06-18T06:23:09.79+00:00
Zunna Berry 0 Reputation points
commented 2025-06-18T19:09:01+00:00
Darran Rowe 2,076 Reputation points
0 answers

VBA: Word Application.WindowSize event does not work on Mac

I have implemented Word Application.WindowSize event, according to…

Developer technologies | VB
asked 2025-06-18T14:50:18.08+00:00
Eugene Z 20 Reputation points
0 answers

VBA: Saving Excel file does not work on Mac, if the destination is in local OneDrive folder

Summary: writing Excel workbook fails, if the destination is under OneDrive, only on Mac, and only if the destination file does not already exist. I have a test routine that reads and writes Excel files (see the end of the post). The source and…

Developer technologies | VB
asked 2025-06-18T14:36:50.9366667+00:00
Eugene Z 20 Reputation points
0 answers

VBA vs OneDrive: is it possible to use "Copy Link"s to work with files/folders?

VBA Word "Documents.Open" and "Document.SaveAs2" works with local files; but when OneDrive is present - they can also work with network path,…

Developer technologies | VB
asked 2025-06-18T14:10:11.63+00:00
Eugene Z 20 Reputation points
0 answers

The Status property of WiFiDirectAdvertisementPublisher is not updated after the Publisher is initially started

With WiFi switched on (through the Modern UI Settings via the taskbar or via ms-settings:network-wifi) starting the Publisher results in the WiFi Direct network being created and started as expected. Switching the WiFi off while it's in the Started state…

Developer technologies | C#
asked 2025-06-18T08:42:44.65+00:00
Tom W 0 Reputation points
0 answers

How to configure editor settings for better performance when editing .sql files?

"I’m working with SQL files in Visiual Studio, and I find the toolbar menu distracting when editing them. Could you guide me on how to remove or hide the toolbar specifically for .sql files in this editor? I’m looking for a way to streamline the…

Developer technologies | Visual Studio | Setup
asked 2025-06-17T17:33:14.4333333+00:00
Billy Arthur 0 Reputation points
commented 2025-06-18T00:33:03.1866667+00:00
Viorel 122.9K Reputation points
0 answers

c# windows form definition for abstract class

I'm creating a number of abstract classes. One represents a production ticket with a number of parameters such as number of items to test, part number, electrical values, etc. My background is in embedded coding so I'm not 100% sure the most efficient…

Developer technologies | C#
asked 2025-06-17T22:21:26.7833333+00:00
mjeschke 40 Reputation points
0 answers

Visual Studio Code does not let me type the letters a, s, or d, only in files

I can type these letters in the terminal just fine; however, I nothing shows up once I try and edit my code using these letters

Developer technologies | Visual Studio | Debugging
asked 2025-06-17T21:42:37.16+00:00
John Zhang 0 Reputation points
0 answers

When creating an Outlook email through VBA in Excel, this now results in error 287; more specifically on getting a string value from .HTMLbody. This problem now appears when we moved to the 365 version. Any thoughts?

The goal is to create an email, using the contents of an Excel sheet. The email should contain the Outlook signature (text and pictures) of the user that is working with the Excel sheet at that time (that can vary). So first the signature is supposed to…

Developer technologies | VB
asked 2025-06-17T17:08:55.49+00:00
Gerard_Logistic 0 Reputation points
0 answers

VBA: Copy and Paste with a TextBox do not work on Mac

VBA for Word; but there is no coding involved. Create a UserForm. Add a TextBox. Run it. On Windows - you can Copy and Paste to/from the TextBox - vs the Clipboard. On MacOS - you cannot. (at least, it never worked for me - please post if it works for…

Developer technologies | VB
asked 2025-06-17T13:28:21.35+00:00
Eugene Z 20 Reputation points
0 answers

After Deployment in Azure function - Internal server error 500 (exception caught attempting to connect to SQL DB)

Create Azure Resources: Azure Function App: Create an Azure Function App in the Azure portal. Key Vault: Set up an Azure Key Vault to store your sensitive information like passwords securely. Azure SQL Database: Create an Azure SQL Database in the…

Developer technologies | Visual Studio | Extensions
asked 2025-06-17T12:39:07.56+00:00
Reshma 0 Reputation points