Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,171 questions with Developer technologies | .NET | Other tags
VB.Net application query
Hi, One of the Application user lost his Admin access on one VB.Net application. No admin settings defined in db tables. Nothing set up in web. config. Can't find the reason. We have no Visual studio/Asp.net installed on the server. Can only open in …
Developer technologies | .NET | Other
"Add your story" form on dotnet.microsoft.com shows an access denied.
The "Add your story" form on https://dotnet.microsoft.com/en-us/platform/customers shows an access denied error. Could you please fix this?
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
I need to implement raw xml logging before the our wcf service process the incoming request from the clinet how to implement it give the approach
I need to log my incoming SOAP request as raw xxml in my app before it even comes into my WCF pipeline. How to implement it? Provide me with the idea and implementations, and it will help. Thanks in advance #WCF
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
iText 9 Errors
Hello everyone and thanks for the help in advance. I am working on a .Net 10 MVC project that utilize iText 9 to generate Pdf files. The code looks like this: string webRootPath = _webHostEnvironment.WebRootPath; string src =…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Visual Studio 2022 won't connect to NuGet
Visual Studio 2022 gives an error when trying to browse NuGet. I get these errors on 2 different Windows Servers (2016) I’ve tried. One running Visual Studio 2017, the other running Visual Studio 2019 and 2022. Visual Studio 2017: “[nuget.org] Unable to…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Clickonce user settings not carrying over
Upgrading a vb .net windows forms project from .net 4.8 to .net 10. Everytime I publish an update my user settings are lost. From research it looks like I need to make a strong name key for the project, but the build properties are not showing in my…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Unable to cast object of type 'System.Collections.ArrayList' to type 'System.String[]' error in my WCF service
We have a WCF service that peforms exchange powershell commadlets and parses the responses into a required json format. Recently, we started seeing issues with User/Group commandlets where it is reporting the below issue. Unable to cast object of type…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Exception from HRESULT: 0xD0000003 at FileIntegrity.MarkAsTrusted in .NET CodeDom Compiler on Windows 11 Enterprise 23H2
Hi Team, I happen to be an employee of Analog Devices and recently got my laptop repalced with a new Win11 Enterprise system. Upon reinstalling all the work-related tools and packages on this system, our desktop application that uses the .NET Framework…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
.NET v6 deprecation and Windows Server 2022 images
I created a new Windows Server 2022 VM to replace my old Windows Server VM. However, when I ran dotnet --info on the new VM, it said that it had .NET 6: C:\Users\DCAdmin>dotnet --info global.json file: Not found Host: Version: 6.0.42 …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Upgrading any .NET
I am currently working with .NET vulnerabilities especially the SEoL versions. Unfortunately, the version like less 8/9/10 doesn't update if I tried to install the latest version. How do I update these old versions to latest?
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Best Way to Implement Letter-Boxed Style Validation Logic in an App?
Hi everyone, I’m working on a small project inspired by the letter boxed word puzzle concept, where users must create words using letters from different sides while following specific rules (no consecutive letters from the same side, chaining last letter…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
impact analysis
look for practical impact analysis of applying version16.11.20 or later (latest servicing release) against .Net affected versions from 3.1.1 to 3.1.16 and affected versions from 6.0.3 to 6.0.7
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
.NET Azure deploy problem
I have problem with the deployment of a .Net app via gitlab pipline. The problem appears when azure CLI unzips provided archive. It creates an additional folder in wwwroot instead of placing all files directly in wwwroot. Here is my code: - az webapp…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
When attempting to add Microsoft.Windows.Desktop.App 8.0.6 I am getting "Package ... has packagetype 'DotnetPlatform' that is not supported
As part of moving from the deprecated WMPLib.WindowsMediaPlayer class to the current Windows.Media.Playback.MediaPlayer class, I am attempting to properly include the required DLL and all dependencies. The MediaPlayer class is a Windows Desktop 8 class…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
need impact analysis
is there a negative impact while upgrading Latest .NET version = .NET 10 (LTS) on all .Net Core EOL
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
impact analysis required
look for possible negative impact analysis of implementing fix .NET Framework 4.8.1 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems Un-deleted
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
HttpClient vs browser (Edge, Chrome) error/exception handling
My bottom line is I'd like to know how a mature browser (Edge, Chrome) retrieves a url. It is certainly not as .NET documentation describes with Net.Http.HttpClient (.NET v9). In a VB stock market data scraping app, one website…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Token bucket rate limiting not working as expected.
Hello, I am facing an issue with Token bucket rate limiting, for testing purpose i set the limit to 5 and replenishment amount to 3 every 2 minutes and created partition based on userId. i created a small code which calls an api ( i have added the per…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Package Publishing Step Fails for .NET 8 Azure Functions App
I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How to Convert Excel File to Pdf in .NET Console App using NuGet Package
I have installed Microsoft Visual Studio Professional 2019. I selected Console App (.NET Framework) Visual Basic. The console application will extract data from the database, write them in an excel file, and then convert the excel file to pdf file. I…
Microsoft 365 and Office | Excel | For business | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.