54,727 questions with Developer technologies-related tags

Sort by: Updated
1 answer

How to Convert MS Word to PDF in ASP.NET

I use NuGet's PDFSharp for merging PDFs, and it's great. But now I'm trying to see if I can read an MS WORD document and convert it into a PDF. I'm not sure PDFSharp or MigraDoc can do it. I know Spire.DOC will work, but it's not free. I can get it done…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,620 questions
asked 2025-10-23T00:40:18.42+00:00
Corey Fleig 140 Reputation points
commented 2025-11-05T00:39:00.5466667+00:00
Corey Fleig 140 Reputation points
1 answer

Chat VScode

Ciao, avevo aperto un file su VScode ma per sbaglio il file è stato eliminato dal sistema, quindi vorrei capire se la chat su dove avevo fatto modifiche su quel file si possa recuperare

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,535 questions
asked 2025-11-01T04:12:52.9+00:00
C0taghj6lo 0 Reputation points
edited an answer 2025-11-05T00:04:08.7466667+00:00
Leon Tran (WICLOUD CORPORATION) 355 Reputation points Microsoft External Staff Moderator
0 answers

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,611 Reputation points
edited the question 2025-11-04T21:26:13.5+00:00
Kim Strasser 1,611 Reputation points
4 answers

How to fix - You must install or update .NET to run this application

root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,133 questions
asked 2023-06-13T08:40:17.94+00:00
Bashar Muhanna 45 Reputation points
answered 2025-11-04T20:58:47.14+00:00
Lucas Scheere 0 Reputation points
0 answers

How can I make SVG drag or pointer move events work correctly on Android in .NET MAUI Blazor Hybrid app?

Hello, I have no success in fixing the SVG drag event issue on Android device. When I try to move my finger on Android device, the circle in the video moves just for a short time and then suddenly stops. It won't let me drag the circle longer. I use…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T20:19:55.4666667+00:00
Justas Juknevičius 0 Reputation points
0 answers

Microsoft Visual 2015-2022

I am having troubles with Microsoft Visual C++ 2015-2022 x64 and x86. So when I run certain applications I will randomly get a pop up that look like that screenshot. So I have been trying to trouble shoot it all morning because I just bought Battlefield…

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,022 questions
asked 2025-11-04T18:47:17.3366667+00:00
Landon falk 0 Reputation points
1 answer

This version of .NET for iOS (26.0.9752) requires Xcode 26.0. The current version of Xcode is 26.1. Either install Xcode 26.0, or use a different version of .NET for iOS.

I get this error after updating Xcode on my Mac today: This version of .NET for iOS (26.0.9752) requires Xcode 26.0. The current version of Xcode is 26.1. Either install Xcode 26.0, or use a different version of .NET for iOS. See…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T10:37:51.4833333+00:00
Kim Strasser 1,611 Reputation points
edited an answer 2025-11-04T16:33:39.9333333+00:00
Bruce (SqlWork.com) 81,521 Reputation points Volunteer Moderator
0 answers

vs 2022 community installer infinite loading

There's an infinite download. How can i fix it? I already tried Install new 2026 version Turning off antivirus Resetting browser cache Update latest updates of .NET Runtime, Windows and C++ Collect.exe tool's…

Developer technologies | Visual Studio | Setup
asked 2025-11-04T15:20:32.0966667+00:00
Brilko Dima 0 Reputation points
edited the question 2025-11-04T15:21:19.3966667+00:00
Brilko Dima 0 Reputation points
1 answer

How to increase bandwidth for any cryptocurrency (TRX)

In TRX, the amount of bandwidth available per user for free transactions is very low. What if I want to allow a user to buy bandwidth and increase their bandwidth periodically? Is there an API or something that can increase the bandwidth for each…

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,661 questions
asked 2025-11-03T08:18:56.62+00:00
Mohammad Hasan Salmaaniyaan 45 Reputation points
edited a comment 2025-11-04T14:23:53.9+00:00
Mohammad Hasan Salmaaniyaan 45 Reputation points
2 answers One of the answers was accepted by the question author.

ApplicationVersion and ApplicationDisplayVersion in my .csproj file are not the same as Version number and Version name in AndroidManifest.xml

I have the following lines in my Android .csproj file: <PropertyGroup> ... <ApplicationVersion>1</ApplicationVersion> <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> ... …

Developer technologies | .NET | .NET MAUI
asked 2025-11-02T12:41:26.4166667+00:00
Kim Strasser 1,611 Reputation points
accepted 2025-11-04T13:18:29.4366667+00:00
Kim Strasser 1,611 Reputation points
1 answer One of the answers was accepted by the question author.

What is the iTunes Artwork in Info.plist in Visual Studio?

Which images should I add in the iTunes Artwork section in Visual Studio Community 2022 Version 17.14.19? Should I add the same png image as my AppIcon? Where exactly will this iTunes artwork be displayed when I upload my iOS project in the Apple App…

Developer technologies | .NET | .NET MAUI
asked 2025-11-02T11:22:03.23+00:00
Kim Strasser 1,611 Reputation points
accepted 2025-11-04T13:09:25.6066667+00:00
Kim Strasser 1,611 Reputation points
0 answers

What should I change in my Android .csproj file before uploading it to Google Play?

I created a new Android project in VS Insiders and I added my files from my old VS 2022 Android project to the new project. But I have not changed my new .csproj file. My new .csproj file in VS Insiders looks like this and debugging on my Android device…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T13:07:55.73+00:00
Kim Strasser 1,611 Reputation points
0 answers

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
asked 2025-11-04T12:58:19.91+00:00
ScreptorIT 20 Reputation points
5 answers

Export data from Excel to MS SQL Server

Hi, We have an excel that stores data in it. Some forms are created inside it that are not tabular in structure. So we can consider excel sheets act as individual pages as in any website. now we need to pull data from excel into database. I…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows
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,711 questions
SQL Server | Other
asked 2022-11-10T05:30:20.117+00:00
Ravi Kumar 1 Reputation point
answered 2025-11-04T12:24:01.1566667+00:00
Ramana Kopparapu 306 Reputation points
3 answers

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
asked 2025-11-03T15:27:00.3666667+00:00
Alex Mak 26 Reputation points
answered 2025-11-04T12:16:46.4566667+00:00
Alex Mak 26 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI: UI issue with Label and ProgressBar

I have a UI like below and there is alignment issue with Label and ProgressBar. ActionForm.XAML <?xml version="1.0" encoding="UTF-8"?> <ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

Developer technologies | .NET | .NET MAUI
asked 2025-11-03T15:06:18.8666667+00:00
Sreenivasan, Sreejith 135 Reputation points
commented 2025-11-04T11:09:02.3966667+00:00
Sreenivasan, Sreejith 135 Reputation points
2 answers

a VS2019 installation from a win10 system to a win11 system

I had a VS2019 installation on a older system, and want to install on a win11 system so I can migrate older VS2010 projects to VS2022 but I cannot download from the MS site. I have copied the files from the original system but there is no setup.exe or…

Developer technologies | Visual Studio | Setup
asked 2025-10-25T17:27:05.09+00:00
Rfrank 0 Reputation points
commented 2025-11-04T10:55:39.4566667+00:00
Michael Le (WICLOUD CORPORATION) 3,835 Reputation points Microsoft External Staff Moderator
1 answer

visual studio MSIX or PWA app packaging issue

app name not visible in visual studio but i have already created many app name like :Smart PDF Compressor,PDFs Splitter kindly help asap .Thank you

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,535 questions
asked 2025-10-24T15:02:30.3266667+00:00
ASHA DEVI MAURYA 0 Reputation points
commented 2025-11-04T10:51:37.1133333+00:00
Michael Le (WICLOUD CORPORATION) 3,835 Reputation points Microsoft External Staff Moderator
1 answer

How can I set the environment variables to run a c++ programme from the command window when winsdk.bat fails to set WindowsSdkDir variables correctly?

When I run the VsDevCmd.bat file to configure a command window to allow me to compile C++ programs the following variables are NOT set: WindowsSdkDir WindowsSDKVersion WindowsSDKBinPath WindowsSDKVerBinPath This is because VsDevCmd.bat calls…

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,022 questions
asked 2025-10-31T10:30:27.02+00:00
Jon Noble 0 Reputation points
answered 2025-11-04T10:03:36.6066667+00:00
Adiba Khan 1,125 Reputation points Microsoft External Staff
1 answer

How to write data to a gip device (Xbox Series controller)?

I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…

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,661 questions
asked 2025-07-29T16:28:07.47+00:00
magrega 51 Reputation points
answered 2025-11-04T09:33:33.4466667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 885 Reputation points Microsoft External Staff