4,119 questions with Developer technologies | .NET | Other tags
Get help to set up a .NET development environment on Windows 7 SP1.
Dear Goodnight. I have a computer with the following configuration: Windows 7 SP1 operating system. The Windows version is home premium x64. AMD Phenom Processor (TM) II X2 550 Processor 3.10 GHz, with 4GB RAM and 500GB HD. I want to create…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…
Developer technologies | .NET | Other
Captcha Resolve Using C#
Hello Respected Guys, I need a library or any C# solution to resolve image based captcha. Sample image look like blow I need to resolve this captcha image using c#. Please Suggest me for above problem
Developer technologies | .NET | Other
Developer technologies | C#
I want to acces onenote on sharepoint in graphapi, but get error
Hi, I follow this link https://learn.microsoft.com/en-us/graph/api/resources/onenote-api-overview?view=graph-rest-1.0 to access sharepoint site notebook. But I get the following { "error": { "code": "20143", …
Developer technologies | .NET | Other
Issue with "Mandatory" package update status in Microsoft Store
Hi, I am experiencing an issue with the Microsoft Store incorrectly reporting "Mandatory" package update status in some of my UWP applications. Following the official documentation, I implemented an update flow in my application that provides…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | .NET | Other
Developer technologies | C#
In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
.NET MAUI Migration from Xamarin.forms
Hi, as a result of migrating from xamarin to .NET MAUI, using the migration tool “Upgrade Assistant” provided by microsoft, I have resolved the various errors related to solution compilation. The code compiles correctly and even manages to emulate on…
Developer technologies | .NET | Xamarin
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
How to Enable Fullscreen for Console Applications in Windows 10 and Windows 11
It has been observed that Windows 10 and Windows 11 have different behaviors regarding fullscreen for console applications. Currently, a console application does not enter fullscreen mode as it did on Windows 10 with the code i used. CodeBlock: class…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | C#
How to fix Azure recomendation "Windows servers should be configured to use secure communication protocols"
Hi I want to fix recomendation "Windows servers should be configured to use secure communication protocols" on Azure but the provided link in Defender for Cloud could not help me. This the link ->…
Developer technologies | .NET | Other
I Want To Make...
I'm not sure if this is the right tag for this request, but I want to make a screenreader accessible app that will allow anyone to make high quality voice models, voice covers, songs, and the like. How do I get started making something that can…
Developer technologies | .NET | Other
System.ArrayTypeMismatchException when using System.Text.Json with .NET Framework 4.7 in MSTest
Hi, I'm currently using .NET Framework 4.7 along with MSTest (all packages are up to date). I'm trying to deserialize a JSON string using System.Text.Json as shown below: using System.Text.Json; private static JsonSerializerOptions GetOptions() { …
Developer technologies | .NET | Other
.NET 9 Aspire project: SQL Server login failed and database becomes unhealthy on restart
Hi, I have a project running on .NET 9 using .NET Aspire. When I start the project for the first time, everything works fine. But if I stop and start it again, I see the following error in the Aspire logs related to the database: Login failed for user…
Developer technologies | .NET | Other
API Integration — Unexpected TFN Error Code 18332
System.Configuration.ErrorException: Invalid TFN format detected at Service.Telephony.Connect() in /src/Service/Telephony.cs:line 9762 ---> InnerException: ErrorCode=18332249762
Developer technologies | .NET | Other
duplicate request method names in .net proxy class + BizTalk
we have XSD published as service in BizTalk, the end point is getting called by .net technology . When .net team try to consume the service using add service reference it creates the service.cs class library which has all the classes and methods for the…
BizTalk Server
Developer technologies | .NET | Other
Orleans compatibility with Cosmic
We are evaluating Orleans for a production-grade stateful service that needs: Virtual Actor model with per-entity affinity Automatic partitioning & routing Stateful storage bound to actors Single-threaded execution per actor (no locks) with…
Developer technologies | .NET | Other
How to use ASP.NET Code Behind to launch FileUpload
Is it possible to include an asp:Button with OnClick=DoFileUpload_Click, and the method runs whatever to launch the FileUpload class?
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Azure B2C sign in page does not display company branding images on .NET clients only
We are using MSAL.NET with B2C to authenticate our users. We have a custom company logo and background image that we display when the user signs in to our application. In our Angular-based web portal, the sign in page displays correctly, but in our .NET…
Azure Functions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | .NET | Other
How can I connect to my SQL server from my VM using a .NET application.
I have a .NET application on my azure virtual machine that will not connect to my azure SQL database. I can otherwise connect to the db on my vm using SSMS. My .NET application will connect from my local laptop. I am using ENTRA ID authentication.
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
SQL Server | Other
Issue with Pip after migrating from .Net 6 to .Net 7 docker image
I am migrating an application from .NET 6 to .NET 8. I want to update my docker file with latest SDK version. After migrating it to SDK 8.0, I am getting error with pip command This was in .NET 6 Dockerfile FROM mcr.microsoft.com/dotnet/sdk:6.0 RUN…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Seed Data Asp.Net core Identity .Net 9
Hello, good time. A problem in the new version of .Net 9 that I recently found after upgrading from version 8 to 9. Regarding the seed data context identity I found this problem after upgrading the version, in your project I have a Context, one for the…