Recompiling an oooooold solution
I'm trying to compile an old solution (DotNet 4.0) I wrote 15 years ago, so I can update it to newer versions of DotNet. I haven't used C# or DotNet in that time, so bear with me. I'm using VS Code with the C# Dev Kit. I think I got all of the setup for…
Options for connecting public api with on-premise API
Hi, I have question on connecting my Primary API to Secondary API in on-premise network. Currently, Both the Primary and Secondary API are hosted in on-premise network. I want to host the Primary API on Azure so that it can be publicly accessible to…
MAUI Migration - Xamarin.Android.Common.targets error XA4215
I have an app I migrated from Xamarin.Android to .NET MAUI Android. I am getting the following error. I don't understand why, as the app is MAUI so why would anything Xamarin show up? (Xamarin.Android.Common.Targets - what is this? I can't find it on…
Error Creating Control - Panel7 the 'Text' Proprty cannot be set declaratively
by veiw design i get this error Error Creating Control - Panel7 the 'Text' Proprty cannot be set declaratively the is as foll. <asp:Panel ID="Panel7" runat="server" Text=" " BackColor="#80FFFF"…
Called multiple times
I have a turbine service that fetches data from a database, obviously I check for internet public event Action NoInternet = delegate { }; private const string collectionName = AppConstants.COLLECTIONNAME; private readonly IFirestoreService…
how to fix To prevent possible data loss before loading the designer, the following errors must be resolved: ?
|Here is the call stack:at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateVariableKindUnknownException(XmlElementData xmlElement, String name)at …
VS 2019 always crashes whenever I try to open this one solution
I am tasked with maintaining an old VB.NET ASP.NET WebForms application. It has 9 projects within the solution. It is at least 15 years old, which is longer than I have been employed in this position. None of the original developers are around. They left…
Cannot drag Menu from the Toolbox in ASPX
The menu was accidentally deleted from my ASPX project, and when I tried dragging it from the Toolbox, it would not work. How can I bring back the menu?
Cannot drag Menu from the Toolbox in ASPX
The menu was accidentally deleted from my ASPX project, and when I tried dragging it from the Toolbox, it would not work. How can I bring back the menu?
Handler "aspNetCore" has a bad module "AspNetCoreModuleV2" in its module list
I launched an app programmed in .NET Core 6 and React.js (with Vite.js) with Visual Studio, using the VS publish option and selecting the option Self-contained. This app uses the framework .NET 6. The computer where I programmed has installed several…
In Azure Web PubSub, How to receive messages in backend microservice for processing
Requirement: My clients are using simple WebSocket connection to send messages. I want to receive these messages inside my backend .NET 8 web api and process them further to send fine-tuned data to some distributed cache services. From documentation, I…
Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Is it possible in .net Maui to get access to the current binding for a bindableproperty?
I want to be able to access the binding for a bindable property not the bound value the BindingBase that was created that controls the binding process. Specifically I want to get the path that was specified when the binding was created (usually in…
part 2 - Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
i have already posted the original problem in detail in this post: https://zcusa.951200.xyz/en-us/answers/questions/2145431/issue-with-azure-ad-b2c-custom-policy-basic-creden?comment=question#newest-question-comment you can see the profiles ive…
PART 2 - Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
i have already detailed my main problem statement error and solutions ive tried in a detailed icrosoft ask question post here:…
SSO between app registrations - failing on iOS
Hello, I am attempting to make use of the tenant-level access that auth tokens have by default within B2C so that we are not passing tokens around between app registrations. On android devices, this works out of the box when navigating between apps, not…
I want to enable/Disable (i.e. lock/unlock) the Bluetooth through the C# wpf Application
Hi I want to enable/disable the Bluetooth programmatically in c# .NET WPF app. I am not able to find correct implementation. Pls help.
I want to enable/Disable (i.e. lock/unlock) the Bluetooth through the C# wpf Application
Hi I want to enable/disable the Bluetooth programmatically in c# .NET WPF app. I am not able to find correct implementation. Pls help.
test return value after executing NavigateToAsync command
The following code works perfectly. but now I want to test the value returned in a global variable. (this is an inventory system with a multi column checklist page that calls and populates the infopagemodel when I tap an item/line , so that I can…
Tutorial: Store data at the edge with SQL Server databases
Hi, I have a question about this tutorial. I wonder is there any changed in the coding? I followed the instructions but I couldn't received data in sql. I found out that System.Data.SqlClient already depreciated. So I have change it to…