Migration from .Net Web Application (Framework 4.7) into .Net Core Web 8.0
Hi, I would like to migrate my application from .Net Framework 4.7 to .Net Core 8.0 as I would like to have my application in the latest version. My application is in MVP architecture and web pages are aspx (UI part). Is there any easy way to migrate it…
.NET
ASP.NET Core
ASP.NET
C#
ASP.NET API
CSS style loading failed after RCL library release ?
hi, I have created a new RCL library. (RazorClassLibrary1 .net 9.0) Component1.razor : @page "/test1" <div class="my-component"> This component is defined in the <strong>RazorClassLibrary1</strong>…
Blazor Training
The process cannot access the file because it is being used by another process
I tried to update me db schema in my code and after changing that if i run my application i ma getting the error as follows The process cannot access the file because it is being used by another process but my db is not opened anywhere so how to…
How to get a copy of the .NET Upgrade Planner
I would like to use the .NET Upgrade Planner from this link but access is denied when trying to download https://apisof.net/upgrade-planner Are there any alternatives places to get the download? Thank you.
.NET Runtime
how to recover BitLocker
recovery key not working on BitLocker. Have entered key info but doesn't unlock the computer
.NET Machine learning
at StreamJsonRpc.JsonRpc.d__154`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndD
|at StreamJsonRpc.JsonRpc.d__154`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at …
.NET Runtime
Source generator
Hello I have a Class library, with a class using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Text; namespace FontAliasGenerator { // Step 1: Mark this class as an incremental source generator [Generator] …
.NET MAUI
Can't find ado.net entity data model missing visual studio 2019.
i have installed Entityframework 6 also but ado.net entity data model not visible
.NET
ASP.NET API
Installing 4.5.2 framework
I want to install below highlighted and for that i should include in the vs build script, can you please assist , Please share me the exact command and where to download whatever I mentioned below highlighted is not working
Entity Framework Core Training
how to divide Path by line in .net android?
I am using .net android canvas. and how to divide Path into two paths by line? there is Path which by many lines. and I want to dive the shape into two paths by the green one. but actually the line is the orange one
.NET MAUI
How to impleyment slient printing in maui blazor
Hi, I have working on a new app for billing purposes, For cross-platform I made a project Maui Blazor. Now all other development finished, Haven't got any ideas for printing the receipts on sales. Please help me out in this scenario. Concept is…
.NET MAUI
problem with .net framework 4.0
hi. i installed windows 7 yesterday and tried to install .net framework 4.0. the error code is 0x800c0019. I need it to install other peograms, pls help :C
Windows
Windows
.NET
.NET
.NET Runtime
.NET Runtime
problem with .net framework 4.0
hi. i installed windows 7 yesterday and tried to install .net framework 4.0. the error code is 0x800c0019. I need it to install other peograms, pls help :C
Windows
Windows
.NET
.NET
.NET Runtime
.NET Runtime
When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
A couple of my apps and also a brand new created test app all get the same error when I try to deploy to either of my iPhone 6 devices. It also takes a very long time for the error to finally occur and the build to stop. I can say the following things…
.NET MAUI
How to fix white screen in release mode and there were no any error occured
How to fix white screen in release mode and there were no any error occured, debugging mode still can appear content in razor page, while after release to App Store keep appear white screen....
.NET MAUI
[chromium] [INFO:CONSOLE(0)] "Failed to load module script: The server responded with a non-JavaScript MIME type of "";. Strict MIME type checking is enforced for module scripts per HTML spec
Steps to reproduce the problem: Using Xamarin Webview to load URL. Facing problems on Android APK < 30 with lower chrome version. Unable to load Webview. Problem Description: Trying to launch a Xamarin.Android WebView using…
Xamarin
Getting 429 errors on the azure functions but not able to find any of these calls in the Logs or in the Azure Insights
While using an Azure functions and .Net 8 Isolated, after some time with messages being sent and functions running... we start getting a lot of 429 errors on the azure functions. Here problem is we don't find any of these calls in the Logs or in the…
.NET F#
How to try .net 10 preview development on Windows?
I am currently working on .net 9 with Visual Studio Community 2022 v17.14.4. I would like to try .net 10 preview. I have looked at the information on website: https://dotnet.microsoft.com/en-us/download/dotnet/10.0 I saw the information of .net10 preview…
.NET Runtime
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…
.NET
Visual Studio
VB
Visual Studio Extensions
What does scoped lifetime for a service mean in Blazor (server)?
This is for Blazor (server). According to this documentation, session scope for a service in Blazor (server side) means: Scoped services aren't reconstructed when navigating among components on the client, where the communication to the server takes…
Blazor
