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
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
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
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
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
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++
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
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
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#
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
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
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
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
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
SQL Server | 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
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
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
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
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++
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…