4,154 questions with Developer technologies | .NET | Other tags
vb.net reportviewer render SSRS report print first page only
I have a windows form with a reportviewer component on it. I have the following code in VB.Net to print a SSRS report directly to a printer but it prints only first page only. Try doc = New Printing.PrintDocument() AddHandler…
Developer technologies | .NET | Other
Obsolescence and security review
Dear Team, Just following up on my earlier request regarding the SBOM compilation and the security/obsolescence review for some instruments. To finalize compliance documentation and plan upgrades, please share the details for each production…
Developer technologies | .NET | Other
How to generate PDF with Multilevel list with hierarchical numbering in C# application
Hi, I am new to C#, I am creating a small application, and I need to generate some PDF reports from C# application programmatically. Most of the reports will be Word-like multilevel lists with hierarchical numbering (these numbers have to be calculated…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Developer technologies | C#
How to fix/update .NET Runtime Version
I am trying to run a newly installed Revit 2026 program on my Surface Pro 11. I have completed to install but when I go to run the program, I get the .NET Runtime error (screenshot attached). I did install the updated ARM version according to the…
Developer technologies | .NET | Other
I accidentally deleted the .net desktop. How can I download and reinstall it?
Moderator: Moved form System Center Orchestrator
Developer technologies | .NET | Other
Support for merging .NET Core / .NET 6/7/8 class libraries into a single DLL
Hi, I’m working with .NET 6/7/8 class libraries and want to bundle a library and all of its dependencies into a single DLL file. I’ve explored the following options: ILMerge / ILRepack (but these are officially for .NET Framework and unreliable for…
Developer technologies | .NET | Other
Swagger setup error after upgrade
builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…
Developer technologies | .NET | Other
WHY ARE MICROSFT KILLING VISUAL BASIC AND THIER USERS? in favour on third party programming languges
My question is Why is Visual basic (the original programming language) being leverage out of Microsoft? Today there are many programming languages in the world currently in use as well as the mass migration to the python platform ... which would not…
Developer technologies | .NET | Other
Developer technologies | VB
JWT Authorization ICON in .NET 10 Issue
(Moved from: Community Center | Discuss the Q&A site | Site suggestion) I'm implementing JWT authorization in .NET 10, but I noticed that the [Authorize] attribute and the lock icon are missing. Has anyone encountered this issue, or does anyone have…
Developer technologies | .NET | Other
Manufacturer Obsolescence date / EOL Date
Microsoft_Components (1).pdf Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates. We have 100+ components which I…
Developer technologies | .NET | Other
,NET MAUI GIVING ERRORS AFTER UPDATING FROM VS 2022 17.4.3 TO 17.4.4
I have VS 2022 17.3 installed and created a lot fo MAUi APps that are working well but when i updated VS to 17.4.4 it start giving serious errors as included below. I have all necessary payloads installed. please kindly assist as im currently running a…
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
Request for official EOL/“manufacturer obsolescence” dates for Microsoft components (SBOM compliance)
Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates (and how to interpret “obsolescence” for Modern‑Policy…
Developer technologies | .NET | Other
Can't reuse types for WCF Service Reference in Visual Studio 2022 .NET Framework 4.8 project
Trying to add a WCF service reference in a .NET Framework 4.8 project. We have a package that includes the data types the Web Service uses and would like to reuse them. However, we can't seem to reuse the types. I have the NuGet package installed. I have…
Developer technologies | .NET | Other
deps.json does not exist
Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
Microsoft To Do Graph API: PATCHing recurrence returns “Invalid JSON, Error converting value … to type 'Microsoft.OData.Edm.Date'”
Hi team — I’m hitting a repeatable issue when PATCHing the recurrence of a To Do task via Microsoft Graph. Endpoint: PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{list-id}/tasks/{task-id} What I'm sending (sanitized): { …
Developer technologies | .NET | Other
How to Use 32-bit COM DLL in a 64-bit WPF .NET Core 6 Application?
I have a Class Library project in .NET Core named "LIBTOOBA" with the following setup: Project File (LIBTOOBA.csproj): <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
Developer technologies | C#
Can't launch my app because of 'you must install .NET Desktop Runtime' popup
Hi everyone, I'm trying to run my application I've just installed on my computer but I'm having an issue with my .NET Runtime. I've been debugging this application in Visual Studio Community 2022 v17.10.2 and it works fine when I start it through Visual…
Developer technologies | Visual Studio | Extensions
Developer technologies | .NET | Other
Developer technologies | VB
Developer technologies | Visual Studio | Other
I'm getting a runtime error in my functions app but only in Azure, locally everything works fine and neither any issues in my Azure DevOps pipeline.
The error I'm getting is: Microsoft.Azure.WebJobs.Script: Error building configuration in an external startup class. StoringenDWG.Functions: Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=8.0.0.0,…
Azure Functions
Developer technologies | .NET | Other
Declaring a .NET package in future version of AL for Business central on prem
Interact with an external database from BC onprem AL — will it allows direct SQL CRUD to a non-BC database. using .net package like SQLConnection: DotNet SqlConnection; SQLCommand: DotNet SqlCommand; SQLDataAdapter: DotNet…
Developer technologies | .NET | Other
Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?
Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?
Developer technologies | .NET | Other