How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error
Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…
How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error
Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…
Android arm emulator devices give confusing errors and won't start
Am trying to build .Net Maui app on new Surface Laptop with Snapdragon (ARM64) processor and Windows 11 Pro. If I install any arm device via Android Device Manager in VS 2022 (eg Pixel 7 - API 35), when I click "Start" I get an immediate error:…
Optimizing WPF Application Startup Time on Shared Network Drive
My team is facing an issue when publishing the application on a shared network drive. When an end user opens the program for the first time after starting their computer, it takes significantly longer compared to running it from the local C drive (18…
Optimizing WPF Application Startup Time on Shared Network Drive
My team is facing an issue when publishing the application on a shared network drive. When an end user opens the program for the first time after starting their computer, it takes significantly longer compared to running it from the local C drive (18…
Facing issues for the mismatch definitions of some methods from SQLEditors.dll used in SSMS 21
I am trying to consume the SQLEditors.dll from SSMS 21 and SSMS20 in my C# code however getting the compilation issue due to incorrect format of library as error : D:\BuildAgentB\work\fb305f1670873990\VersionSpecific.CommonFiles\NewQueryWriter.cs(83,…
Close and then open a new tab page or window asks authentication
I am trying to embed a webform application in WinForm using Webview2 control. The new window opens in a tab page with webview2 child ( e.handled=true). But when destroying the child tab wm_destroy is not calling properly. so each time while open a new…
Best practice for canceling an MVC Order
I have a store that will not require logging in. A customer can order as a guest, and fill in their shipping details, etc. (Payment is Paypal. ) If a customer cancels Paypal and disconnects, I would remove their data, but exactly how would I know they…
Best practice for canceling an MVC Order
I have a store that will not require logging in. A customer can order as a guest, and fill in their shipping details, etc. (Payment is Paypal. ) If a customer cancels Paypal and disconnects, I would remove their data, but exactly how would I know they…
How to get the assistant to use the vector store using Azure OpenAI: OpenAI Assistants client library for .NET
Hi, Seeking help getting the assistant to use the vector store using the library below: Azure OpenAI: OpenAI Assistants client library for .NET - version 1.0.0-beta.4 For some context: I've created a Vector store as well as an Assistant within Azure AI…
Infinite loop in SaveCommentOnBlur when Unfocused event is triggered in MAUI
In my custom MAUI entry control, the SaveCommentOnBlur method gets stuck in an infinite loop when the EntryField_Unfocused event is triggered. This causes the keyboard to hang, and either the keyboard or the app becomes unresponsive. Steps to…
No publish option C# console app VS 2022
Following a C# tutorial telling me to use the "Publish Selection" on my code, but in can't find it anywhere. I've tried installing stuff into my VS but it changed nothing. Did I miss something?
How to use WPF Mouse.OverrideCursor in a VB.NET application
I tried a sample WPF code, that Kareninstructor recommended to me, from https://github.com/karenpayneoregon/visual-basic-getting-started/tree/master/ChangeCursor to test the usage of Mouse.OverrideCursor - this worked beautifully. However, it is a…
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…
Invalid dex file indices" Error in Net Maui
Hi, I get the following error when publish Android app. [BT : 1.8.1] error : Invalid dex file indices, expecting file 'classes?.dex' but found 'classes2.dex' Steps: Create a new Maui app Copy keystore file created using Xamarin…
NET MAUI Splash Screen Not Displaying logo.png on Android 14 and 15
I am developing a .NET MAUI application and facing an issue with the splash screen when installing the app on physical devices running Android 14 and 15. The splash screen only displays the purple background, but the logo.png image (with a white…
Java.Lang.ClassNotFoundException Didn't find class "androidx.core.splashscreen.SplashScreen" on path: DexPathList
I get the following error in Activity1.cs in my Android project: protected override void OnCreate(Bundle bundle) { AndroidX.Core.SplashScreen.SplashScreen.InstallSplashScreen(this); Java.Lang.ClassNotFoundException Message=Didn't find class…
The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine.
How do I register Microsoft.ACE.OLEDB.12.0 in Visual studio 2022
How to get Json Data from an external WEB API to an JQUery autosearch text box end point
Hi everybody: I have an external minimal Web API that produces a JSON object ( array) as per below. app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…
In MAUI it will re-open my APP when I quit and open another app
in MAUI Platform IOS: I open my app and open Page1 and then tab the screen to open another APP and then quit that APP then return to my APP the Page1 is disappeared and it is the home page. does it closed and re-open? how to keep the Page1(or other…