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
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…
Developer technologies | C#
After installing VS2019 and Ifort, it shows that it “'failed to load correctly'IntelGfxDbgPackage'”.
I recently installed VS2019, but after installing the Intel Fortran compiler as an add-on, when I reopened VS2019, it displayed “failed to load correctly'IntelGfxDbgPackage”(see the picture).The ActivityLog.xml file shows "Failed to load the file or…
Developer technologies | Visual Studio | Setup
Convert list of files to GEOGJON
Hi, 1.I need to convert these files to GEOJSON: ArcGIS Package Files |lpkx|Layer package — bundles a layer’s data, symbology, and metadata for sharing. Used in ArcGIS Pro. |.lyrx|Layer file — stores map layer properties, such as symbology and labeling,…
Developer technologies | C#
How do I eliminate flickering when using DrawString?
HI all, I am creating a screen which will have a horizontal scrolling text at the bottom of the screen, along with some graphics at other screen locations. I have this working using a timer, but the text flickers and I would like to know if there is a…
Developer technologies | C#
How to delete an address linked to a closed developer account?
I am no longer a developer. I want to delete an old address in my account's address book but it is linked to my old developer's account and will not allow me to delete it.. How can I delete this address from my account?
Developer technologies | Universal Windows Platform (UWP)
Need help with npm
Need help with below scenario In our project we have enabled pnpm. when I hit the command 'pnpm run test ' facing below error ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package.json (or package.yaml, or package.json5) was found in…