Content
Javascript issue
Hi, It is showing "undefined" to the 1st column and can you help and check the project below? https://1drv.ms/u/s!Ai8CrEskdewXykrPvEzLNAv4XY7Z?e=CAEWAW


Looking for Help for generating .MSI on GITLAB Linux docker container
Hi All, Good Morning/Evening! As a part of User Story, I need to generate a .MSI out of 3 Projects in .net and facing Issues in GITLAB CI/CD Pipeline. GitLAB CI/CD pipeline will run these 3 Projects in GitLab runner and as we do no have ADMIN privileges…


How to Add the publisher to the trusted publishers store on all clients?
Hi, I have a problem adding a certificate to the trusted publisher store. I ran this command in cmd with admin rights but cmd said certmgr.exe not found: certmgr.exe -add certificate.cer -c -s -r localMachine TrustedPublisher If there is any solution or…


Why is Maui's "Colors.xml" not found building with Visual Studio Mac but is with Visual Studio Windows?
Using VS Mac 17.6 Preview 2, building a MAUI application, it is responding with "Resource "Resources/Styes/Colors.xml" not found (XFC0124)" as an error. Building the exact same code, just copied to the Mac for its build, with VS…


ID Card Template: Set background image of Card by clicking an image in Imagebutton in DataList
I have DataList that shows images from database; the images are contained in an Imagebutton. I also have a card on the web page, the card has labels and image controls. I want to be able to click on any of the Imagebuttons, and pass the clicked image as…


Upload file to users onedrive under same domain
we want to develop a web app from which we can upload files to student's one driver under our Azure domain ( Iwht out student credentials). for this we need a list of all students, then we upload particular files to each student depending upon their…
Why does the .net maui title bar disappear on iOS when using shell.searchhandler?
I am developing a .net maui iOS app that uses shell.searchhandler. The app also uses shell.titleview, which appears above shell.searchhandler in the XAML. When you tap in the search box, the virtual keypad appears, but the shell.titleview disappears.…
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…


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…

