Content
visual studio pair to mac stuck on connecting
I was able to connect Microsoft Visual Studio 2022 ver (17.5.3) to Ventura ver 13.3 Mac OSX running in docker image and I never used to have any issues until I had to reformat my pc, since then I have hit a bit of a wall. The iOS simulator launches in…


Post API gives error on sending the request
Hello, I tried to post to API but the C# code give me error "Failed to connect to localhost/127.0.0.1:7091" while if I tried to use Postman , it will work, for the recieved Json in APIService…


when connect to db2 database it balzor form hangs and stuck ?
I working on blazor web application working on two database sql server and db2 i face issue when connecting to db2 to get some data data retrieved slowly and some times hang and stuck so i need to make best idle case to handle connection issue to db2…


Blazor WASM Hosted Azure AD Application crashes after receiving Token
I have a Blazor WASM Hosted App that is using Azure Active Directory using the MSAL nuget package. During the login process, after receiving the access token, the application crashes with a JSON Parsing error. Have worked through the online walk…


Can SQLBulkCopy be nested transaction?
Hi, I like to archieve a single transaction commit after running Project A update statement and Project B SQLBulkCopy. Is it possible for SQLBulkCopy to be nested inside Project A transaction? I have try pass in Project A SqlTransaction and use inside…


Android Google code scanner API bindings
Hello, recently Google upgraded the code scanner API from beta to GA. This is something we are really interested in our .NET 7 Android app. When can Microsoft release the C# bindings to access this library? What is the best place to request something…


Blazor Server App crashes if DBContext is used
I have a Blazor Server App that runs fine in the VS Web Server but crashes hard when deployed to an IIS 10 Web Server running on a Windows Server 2022 Machine. I have reviewed my use of Entity Framework DBContexts and all are created and disposed very…
How to use NET MAUI releases with different NET versions
I am working on small tool using NET MAUI, but I am struggling to understand Microsoft's way of working on NET versions. While working on my tool, I have came up with certain bugs and reported them to Microsoft. Now they have fixed them. However I am…
Problems with Android emulator V33
After a couple of deploys I am getting the following error. I am not doing anything unusual and V31 does not have this error. Severity Code Description Project File Line Suppression State Error ADB0060: Mono.AndroidTools.InsufficientSpaceException:…


Blazor WASM Authentication (MSAL) and profile editing
I setup a profile editing user flow in Azure AD B2C active directory. I successfully setup a Blazor WASM application to redirect the user to the Azure endpoint. The user can successfully change information in the Azure page, but I cannot setup the Blazor…


Windows version / .NET Framework
Hello, I want to know which Windows version is installed and which .NET Framework version. How and with which function can I read it? My system Win10, VS2019.


angular loop form problem
HI so i am trying to develop an attendance system in asp.net core web api and angular as front end now ill provide the code first First the form: <form [formGroup]="attendanceForm" (ngSubmit)="onSubmit()"> <section…


ASP net core cors put method problem
Hello, I have a problem i wrote a Controler and a website. The website is under the main domain https://abc.com, my services are in subdomains https://subdomain.abc.com. I configured cors, GET and POST methods are working, but PUT makes…


How can I figure out what nuget package is throwing an error about Xamarin.Android.Support.v4 no longer supported?
I have an old Xamarin.Forms app for iOS and Android that I am trying to upgrade to work on the latest Android OS. When I build I get these errors: …


ASPX Web page Calendar will not show the top < Month > bar
Dragging in a simple calendar from the tool box (Vb not C#), I cannot seem to get the top < Month> bar to show on the calendar. Am I missing an Import code or web.config file code that tells this calendar what month this is? Never had this problem…


Plugin.FirebasePushNotification not refreshing token
I am using the FirebasePushNotification plugin in my xamarin forms app, and I followed all the instruction for the set up. https://github.com/CrossGeeks/FirebasePushNotificationPlugin This is the third app where i use it, but it's never firing the…


Swagger UI How to generate documentation
Hi there, In my ASP.NET Core 6 Web API application I am using Swagger UI. I wonder if I can somehow generate a PDF document from Swagger? Or any other ways to do it? Thank you. builder.Services.AddSwaggerGen(c => { c.EnableAnnotations(); …
How to achieve non-blocking processing in a Web API method?
I have a Web API with the MyWebApiMethod in it. Inside this method I want the following to happen: Start LogicA, wait for it to finish and then proceed to step 2. Start LogicB and proceed to step 3. without waiting for LogicB to finish Return an OK…


Why is Microsoft.CSharp.dll not signed using VS Mac?
If building a solution targeting an iPhone directly on a Mac or remotely via the Mac from a PC, the following errors are encountered. However, building the same code directly to the iPhone, it succeeds. Both VS's are latest versions with latest updates.…


/storage/emulated/0/BatchFiles" System.UnauthorizedAccessException: 'Access to the path '/storage/emulated/0/BatchFiles' is denied.
I get the following error when try to create a file in external storage in a android Xamarin in Visual studio 2022, android version is 12. /storage/emulated/0/BatchFiles" System.UnauthorizedAccessException: 'Access to the path…

