56,242 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Clickonce Renew Certificate WPF Desktop .Net 4.5.2 Framework Application

Our Application is Desktop WPF based .Net Framework (4.5.2) APP and it's been in Production for long time. We do Deployments as Clickonce package and user gets auto updates through it. Problem: The initial certificate which was used to sign the…

Developer technologies | Windows Presentation Foundation
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,338 questions
asked 2021-08-08T20:32:59.297+00:00
Anonymous
commented 2026-09-07T16:24:24.15+00:00
JuliaMarvin 22,180 Reputation points Volunteer Moderator
3 answers

How share header & source codes in VC++

Hi In Visual C++, I have several headers and sources that I want use them in several projects and they are common. I put them in a folder named 'Common' in my projects folder like below: [My Projects] +--[Common] +--MyCode.h …

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,107 questions
asked 2026-09-06T05:14:59.1+00:00
drjackool 996 Reputation points
commented 2026-09-07T16:06:11.5333333+00:00
alexander charlie 0 Reputation points
2 answers

Address in, GPS coordinates returned; GPS coordinates in, address returned

I am looking for Visual Basic code or a Visual Studio control that can accept a world-wide mailing address as input, and return GPS coordinates. I am looking for Visual Basic code or a Visual Studio control that can accept GPS coordinates as input, and…

Developer technologies | Visual Basic for Applications
asked 2026-08-27T16:16:52.89+00:00
Ronald Chandler 41 Reputation points
commented 2026-09-07T15:37:45.3033333+00:00
Ronald Chandler 41 Reputation points
1 answer

Will migrating a .sln solution to .slnx cause problems with the .slnlaunch file?

I'm working with a Visual Studio solution which has 9 Visual Studio projects in it. It was written using .NET 8. I want to migrate it to .NET 10 where I can continue working with it with VS 2026. I had changed the solution to launch multiple projects…

Developer technologies | Visual Studio | Setup
asked 2026-09-07T13:13:45.04+00:00
Rod Falanga 1,116 Reputation points
answered 2026-09-07T14:41:18.06+00:00
Marcin Policht 106.5K Reputation points MVP Volunteer Moderator
3 answers One of the answers was accepted by the question author.

Visual Studio 2026 usually locks up when opened

I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,833 questions
asked 2025-12-06T13:30:28.3633333+00:00
Tony Whitley 40 Reputation points
commented 2026-09-07T14:16:54.74+00:00
MarcusNilsson-8584 0 Reputation points
1 answer

The project doesn't know how to run the profile with name 'machine-name' and command 'MsixPackage'

Hi, My laptop has just upgraded from an older Windows 10 laptop to a newer Windows 11 laptop. The Visual Studio Community also updated itself to 18.9.2. Unfortunately, now when attempting to build and debug this UWP C# app (either for the local laptop or…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-09-03T19:10:10.0733333+00:00
WoodManEXP 85 Reputation points
commented 2026-09-07T13:45:50.3433333+00:00
WoodManEXP 85 Reputation points
0 answers

Automatic highlight while editing enums, structs, and functions makes text unreadable

I am using dark mode in Visual Studio with the default settings. When I edit enums, structs, and functions in c/c++, the text highlights and becomes unreadable. I can not find the setting to change the color or disable it. Any help or suggestions would…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,833 questions
asked 2026-09-07T11:26:26.4766667+00:00
George Ford 0 Reputation points
commented 2026-09-07T11:47:43.53+00:00
Henry Pen 0 Reputation points
1 answer

MAUI iOS: Keyboard hides the entry on iOS platform.

I have and entry like below: <ctrl:BorderLessEntry x:Name="_borderlessEntry" Text="{Binding Text, Source={x:Reference this_flow_text}}" BackgroundColor="Transparent" Placeholder="{Binding Title,…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-09-07T11:11:17.2133333+00:00
Sreenivasan, Sreejith 1,020 Reputation points
answered 2026-09-07T11:11:37.3066667+00:00

AI answer

5 answers

How to achieve separate heap handling in VS 2022 C++ DLLs ?

Earlier Visual Studio versions (e.g. VS2010) used separate heap for each C++ DLLs and the main application (also C++). In VS2022 the main application and the loaded DLLs share the same heap.   We would like to restore the original behavior: separate heap…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,107 questions
asked 2026-08-27T11:24:49.96+00:00
Muduli, Rupamudra 0 Reputation points
commented 2026-09-07T10:49:55.6+00:00
Viorel 127.3K Reputation points
2 answers

visual studio 2026

cannot open file 'msvcprtd.lib' I have already included the GLFW, GLAD, Shader, and stb_image files correctly. The error appears during the linking stage, not while compiling the C++ code. I want to know why Visual Studio is looking for…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,107 questions
asked 2026-09-02T10:15:04.7833333+00:00
Mitta mohith 0 Reputation points
commented 2026-09-07T07:34:32.0133333+00:00
Tony Thach (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff Moderator
3 answers

Is .NET 4.8.1 the same as 4.8.09037?

The registry version of .NET on my windows PC shows 4.8.09037. Is this the same as .NET 4.8.1?

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,338 questions
asked 2026-09-01T10:57:50.5366667+00:00
John Mcgregor [Contractor] 0 Reputation points
commented 2026-09-07T07:32:05.4466667+00:00
Tony Thach (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff Moderator
2 answers

I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production

I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production

Developer technologies | .NET | .NET CLI
asked 2026-09-04T13:58:14.68+00:00
fuad 0 Reputation points
recommended 2026-09-07T04:43:49.8666667+00:00
JuliaMarvin 22,180 Reputation points Volunteer Moderator
4 answers

Playwright headed browser does not run via VS Code Remote SSH but works via MobaXterm X11 forwarding

We are using a Playwright environment hosted on a remote RHEL server and connecting to it using VS Code Remote SSH. When attempting to execute Playwright tests in headed mode from VS Code Remote SSH, the browser fails to start and reports that no display…

Developer technologies | Visual Studio | Setup
asked 2026-08-28T04:57:06.3566667+00:00
Subbu Ayyanar 0 Reputation points
commented 2026-09-07T02:33:30.35+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,540 Reputation points Microsoft External Staff Moderator
2 answers

Can I use VS2019 Build Tools if I only got VS2022 license?

Building on this answer https://learn.microsoft.com/en-us/answers/questions/1525775/visual-studio-build-tools-licensing (also see comments), I got a follow up question: Can I use VS2019 Build Tools if I only got VS2022 license?

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,833 questions
asked 2026-09-03T08:25:22.6733333+00:00
Ramold, Felix 25 Reputation points
edited an answer 2026-09-06T09:30:40.5733333+00:00
Pravallika KV 18,850 Reputation points Microsoft External Staff Moderator
2 answers

Unable to activate the Azure $150 monthly credit

The concern is I have Visual Studio Enterprise with GitHub Enterprise, and I am unable to activate the Azure $150 monthly credit.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,833 questions
asked 2026-09-03T08:07:19.3366667+00:00
Aranilla, Arvin A 0 Reputation points
edited an answer 2026-09-06T06:12:02.25+00:00
kagiyama yutaka 5,250 Reputation points
2 answers One of the answers was accepted by the question author.

the android quit when I first run the APP in .net MAUI?

I am using .net MAUI 9.0 and when I first debug the APP will crash/quit in android. and then I debug it runs well. and when I uninstall it and then debug again it will crash/quit again. how to find the error of it? there is no exception I run it on my…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-08-03T12:39:00.46+00:00
mc 7,296 Reputation points
edited the question 2026-09-06T00:44:00+00:00
mc 7,296 Reputation points
0 answers

Nominate games (or other programs) here to get featured on our Blog! (PART 5)

Continued from https://social.msdn.microsoft.com/Forums/en-US/f86ee1a1-dc43-43eb-bbcf-34aa0782911d/nominate-games-or-other-programs-here-to-get-featured-on-our-blog-part-4?forum=smallbasic Got a game you made that you want us to review for being…

Developer technologies | Small BASIC
Developer technologies | Small BASIC

A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.

296 questions
asked 2020-11-08T13:57:58.63+00:00
Nonki Takahashi 661 Reputation points
commented 2026-09-05T15:06:45.33+00:00
Lisa real 0 Reputation points
2 answers One of the answers was accepted by the question author.

Split One row into two

I need to split one row into two: One for R_GrossAmt and one for S_GrossAmt. Also, for R_GrossAmt. I use an Union to do that, but was wondering whether this can also be done using CROSS APPLY? If so, how will be my query. DECLARE @TableA TABLE (UID…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
asked 2021-05-06T16:48:41.87+00:00
SQL 321 Reputation points
commented 2026-09-05T15:01:14.41+00:00
Lisa real 0 Reputation points
0 answers

How to deploy outlook template after insert data and use data info in subject and body

hi All... I have some question here. 1 have text box, drop down, check box and a button. Data Input TxtBox Data Input : Animal Drop down Input : Veterinar Dept Button check box on : send email Button to insert data When I click Button and check on, data…

Microsoft 365 and Office | Development | Office JavaScript API
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,815 questions
Developer technologies | ASP.NET Core | Other
asked 2023-03-03T04:53:45.5+00:00
y.ari 0 Reputation points
4 answers One of the answers was accepted by the question author.

In wpf with vb, there is no closing of a popup opened from another popup with the Staysopen property set to true.

Hello, In WPF with VB, I have a main window representing a toolbar. A button in the main window opens a popup with the StaysOpen property set to True. From a button in the popup, I open a second popup with StaysOpen set to False. After the first time the…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,940 questions
asked 2026-08-08T17:23:32.26+00:00
jacky Perpète 216 Reputation points
answered 2026-09-05T04:22:35.0333333+00:00
jacky Perpète 216 Reputation points