Content
Button click event is not firing
Greetings again dear experts. I have an .aspx page with two sections One section allows our users to enter records displays existing records for update. The second allows users to preview the records, whether insert or update before submitting to the…
What are the possibilities of squaring a API web service with Azure?
I have some web products published as web api services for public and organizations and run on different platforms. Now I am interested to migrating them to Azure. Most of the services are developed under asp.net(framework 4.7.0) with owin(tokenized)…


Full text search of files Search.CollatorDSO.1
We are moving a site off an old server and need to update our search object that is no longer available on Server 2019. We currently query a catalog based on submitted search term and select doctitle, filename, size, path, url from a folder path and use…
Auth cookie is deleted by the browser when it closes
I have a strange problem. When I close my browser (whether Chrome or MS Edge), my authentication cookie is deleted. Consequently, the next time I start the browser, I have to log in again. My controller looks like this: ClaimsIdentity claimsIdentity =…


Move Iothub to another subscription
Hi How can I move a Iot hub from one subscription to another. I need to have same connectionstring, Hostname, sharedkey etc


How do I get the List from firebase sorted?
The items display but I want them to be in ClubId order but can't get it to sort. What do I need to fix? Model/Club.cs public class Club { public int ClubId { get; set; } public string DateTime { get; set; } …


Unable parse Json
Can any body help me parse the below json in ASP.net C# i need the grantedTo": email and Id also. I have tried many ways but unable to parse. Can anybody…


How to upload a large file using one drive API in ASP.net C#
How to upload a large file using one drive API in C# Please find the code as below as it is not working Please Help. [HttpPost] [Route("Uploadlargefile")] public async Task<string> UploadFileAsync(IFormFile…


Unable to Delete document using One drive API in C#
I am unable to delete a document by using one drive API in ASP.Net(c#) if the document is open. How to check the document is already open by using one drive API. Please help.


How can we make asynchronous call to edge hub trigger from a C# edge module ?
The iot edge solution is having 2 modules, first module is a C# module and second is Edgehub trigger module. First module is sending data in a loop to second module. I want the edge hub module to execute asynchronously static async Task…


Error using Azure Migrate App containerization to migrate ASP.NET APP
First of all, I'm using the app conteinerization tool of Azure Migrate, I'm trying to migrate an ASP.NET App to AKS, using a VM that hosts Windows Server 2019. When I try to provide a cluster for AKS in the deployment specifications, I'm getting the…


how to replace retired flashupload functionality with fileupload for single image in asp.net?
how to replace retired flashupload functionality used for uploading multiple images with fileupload for uploading single image in asp.net? Since flashplayer has reached end of support, I need to replace with existing alternative of fileupload control by…


.NET error in Event Viewer, "filenotfoundexception" "typeinitializationexception"
I'm at the end of my rope here. Details: Using Microsoft Visual Studio Installer Projects Windows 10 is the target system, x86 is the build target, x64 is the windows machine. I've built and deployed this installer with my projects into this machine…
iText7 PDF generation help needed
Hello friends, In my Blazor Server application, I am generating a PDF like this. But requirements changed, I need to insert a table and logo like this sample. How can I manage it? InkedScreenshot 2023-01-31 at 19-47-25 Purchase Order -…
ISS RDP Site still showing insecure after cert issued
I have gone and got a certificate for *.contoso.com and [contoso.com] . I have installed it against the default website on windows server IIS. I am now browsing (using the same server) to https://dc1.internal.contoso.com/RDWeb/Pages/en-US/login.aspx and…
How to find pc is hacked or not
i nee to know my pc is haced or not


Cannot Log into MS Authenticator to verify a code in order to close my hotmail account
First, I already download the Microsoft authenticator, but it alway want me to open Microsoft authenticator to approve the request to sgin in. When I cannot use Microsoft authenticator, how can I open Microsoft authenticator to approve the request? …
How should a service exit to prevent an error?
I'm developing a Windows service in C#, .NET 6.0 following the instructions on https://learn.microsoft.com/en-us/dotnet/core/extensions/windows-service The service runs as expected, but when I stop the service, it logs an error A task was…


I'm getting code first approach validation error can you help me
I add error massege and I update database with (datanase-update -Force).but not working error massege. why ?


how to fix AutoFixture.ObjectCreationExceptionWithPath: AutoFixture was unable to create an instance from AutoMapper.IMapper
i have below code for xunit testing in asp .net core using AutoFixture.Xunit2;using AutoMapper;using FluentAssertions;using Moq;using MyRBV.AppService.Cars;using MyRBV.AppService.Contract.Cars;using MyRBV.DomainService.Cruds;using…

