Convert solution of class libraries in framework to .NET
Hi, I have solution with list of clsss libraries in framework 4.6.2. I would like to know full steps of converting this solution to .NET 8/9 using visual studio. Thanks in advance,
Convert solution of class libraries in framework to .NET
Hi, I have solution with list of clsss libraries in framework 4.6.2. I would like to know full steps of converting this solution to .NET 8/9 using visual studio. Thanks in advance,
Files are missing when publishing asp mvc core c# visual studio .net7 web application
Hello, I am developing a website on asp mvc core c# .net7 via visual studio and I have published my web page, but the files that should be in it do not come. The incoming files are as follows; wwwroot Folder appsettings.development.json…
IIS Express is running, but I get "Connection Refused" Error
I'm developing an ASP.Net Web Form application and an ASP.Net Api. /Edit: They are two different projects, have nothing to do with each other, but both have problems with IIS Express. /Edit VS Studio 2022 is updated, no firewall or virus scanner is…
ASP.NET Core Web API + Swagger + Azure B2C
Hello experts, since weeks (with on and off phases) I try to protect my ASP.Net project with the Azure B2C. For testing if that works I want to use Swagger. But I am too stupid to make it a success. I got all kinds of error messages but I am unable to…
"Not In Keychain" Issue with Apple Distribution Certificate in Visual Studio, Xcode 16
Hello everyone, I'm having trouble getting my Apple Distribution certificate to show up as valid in Visual Studio 17.11.5 for a Xamarin project. In Xamarin Apple Accounts under Apple Distribution, the certificate appears as "Not In…
Clarification on ASP.NET Core Hosting Compatibility with IIS on Windows Server 2012 R2 and Windows Server 2012 Standard
I am currently evaluating the hosting capabilities of ASP.NET Core applications on both Windows Server 2012 R2 and Windows Server 2012 Standard, and I need confirmation regarding their compatibility with IIS. Specifically, I would like to understand…
How to change the bacground and text color of MenuFlyoutItem?
Hi, How to change the bacground and text color of MenuFlyoutItem? <FlyoutBase.ContextFlyout > <MenuFlyout > <MenuFlyoutItem Text="Load external configurations" Command="{Binding…
Help to filter in TreeView
Hi, I've a blazor hybrid maui application and I have put the treeview. I have created a service to search for files in the tree structure and a text input for the search. My problem is that when I select a file in the search zone the nodes are filtered…
Learnings from migrating from Xamarin Native apps to .Net
Since Xamarin is coming to the end of its life time Microsofts recommendation is to migrate the Xamarin native apps to .Net applications. https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0. We have done the code level migration…
Any idea why my changes are not being reflected as soon as my pipeline uploads the latest build to IIS. The App pool and site is already getting a restart by the pipeline.
So, I have written a pipeline for my dev enviroment and it was working just fine untill today, as now i need to manually go to the instance and restart app pool and and website of my specific site.
how to get the encoding of text?
how to get the encoding? if I have text like this:Καλώς ήρθατε στην επίσκεψη how to get its encoding? I know it is in windows-1253 but if there is textBox and user input some text how to get the encoding?
how to get the encoding of text?
how to get the encoding? if I have text like this:Καλώς ήρθατε στην επίσκεψη how to get its encoding? I know it is in windows-1253 but if there is textBox and user input some text how to get the encoding?
Showing System.Drawing.Bitmap in MAUI form?
Hello, I want to do a MAUI applciation able to read a USB camera from IDS and paint the incoming images in the main form. I'm able already to detect the camera initialise it and receive the incoming images. I'm able, also, to save those incoming images…
How to place appsettings.json in RCL project to be consumed by Configuration of blazor wasm app
I have a strategy to share App.razor from RCL project with Blazor hosting apps like Blazor Webassembly standalone app as a front-end app and Blazor hybrid apps as native apps. I placed all assets into a RCL project(RCL) including appsettings.json file in…
Getting Error in communication with the Azure Blob Storage from .Net Application
I have been using Azure Blob Storage with my .net application and I am uploading and downloading files (mostly in .pdf format) in the storage. But recently it started throwing exception related to authentication. I'm attaching the errors' screenshots…
VB.NET - Detecting when the computer wakes up.
I have tried a suggestion that someone posted on Stack Overflow, however, it is not working. I can't seem to find the solution online. I wonder if it is even possible to detect when the computer wakes up from sleep in VB.NET. Heer is my code. First, I…
MAUI .NET 8 on Android - throwing an exception
MSBUILD : java.exe error JAVA0000: Error in C:\Users\jeeva.nuget\packages\xamarin.androidx.collection.jvm\1.4.3.1\buildTransitive\net8.0-android34.0....\jar\androidx.collection.collection-jvm.jar:androidx/collection/ArrayMapKt.class: 1>MSBUILD :…
java to .net conversion
I am a java developer and I am looking for tool to convert a java project to .net. since I would not like to spend for a resource to redevelop on .net. since there is a constant development is going in java. If a conversion can help keep the catchup on…
Can run the CLI
As I entered this cli: dotnet new blazorserver -o BlazingPizzaSite here's the error: No templates or subcommands found matching: 'blazorserver' To list installed templates similar to 'blazorserver', run: dotnet new list blazorserver To search for the…