GIS Converters -Logs Improvements
1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…
Developer technologies | C#
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | C#
AutoComplete Extender using ASP.NET and Excel spreadsheet
Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…
Developer technologies | ASP.NET | Other
Visual Studio 2026 not building .lib file in dll project
Hello! As the title states, I have set up a vs dll project, but when i build the project, only a dll file is generated; there is no .exp or .lib files. I have gone online to find a fix for this, but all of the fixes included something I already did, like…
Developer technologies | Visual Studio | Setup
Can Visual Studio be installed on an offline PC?
I purchased Microsoft Visual Studio Pro 2022 from approved Microsoft vendor and then instructed that Visual Studio Pro 2022 could not be installed on a offline machine. Why is Visual Studio Pro 2022 not offered with a Multi-Access Key option? Can Visual…
Developer technologies | Visual Studio | Setup
Display Alert is not shown in MAUI IOS other than OnAppearing of a page
I am trying to test my MAUI app in IOS and noticed that display alert does not work in any other place other than OnAppearing() , it works fine in Android . I tried the following options , added delay before display alert await Task.Delay(100) used…
Developer technologies | .NET | .NET MAUI
Importing an image from a MAUI Android phone
[translation] Image could not be retrieved from the MAUI Android phone. I've tried to answer chatgpt, gemini, github cmpilot questions, but it's not working out. Android version: 11 Operation Description: When I open the app on my Android local device…
Developer technologies | .NET | .NET MAUI
file explore tab
update refresh file explorer tab. i have trouble to every time refresh. i am designer edit one file save that file psd that shows end of the file explorer tab once refresh after that shows that file original place. so we use every time push refresh file…
Developer technologies | Windows Forms
how to get all the advertise bytes in ios?
I am using .net maui 9.0 and in ios I want to ask that how to get all the bytes in DiscoveredPeripheral 's advertise . I do not want to ios to parse the bytes for me but I want to get all of it. in android I can do this:var bytes=scanRecord.GetBytes
Developer technologies | .NET | .NET MAUI
Bot Framework Migration to Agent SDK
We are migrating from the Azure Bot Framework to the Microsoft 365 Agent Framework. While reviewing the documentation, I couldn’t find any replacement for Application Insights (the module shown below). Could you please let us know if there is an…
Developer technologies | Visual Studio | Other
Can I use the same app in App Store Connect and Google Play Console for testing and publishing?
I have one app in App Store Connect and one app in Google Play Console that I use for uploading test builds. What happens with my test builds when I launch the app(from App Store Connect and Google Play Console) in the Apple App Store and Google Play…
Developer technologies | .NET | .NET MAUI
How to Migrate VB.NET WinForms App from AxTabDlg.AxSSTab (Sheridan SSTab ActiveX) to 64-bit Managed Controls?
Hello Community, I’m working on migrating a VB.NET Windows Forms application from 32-bit ActiveX controls to a pure 64-bit managed solution. The app currently uses Sheridan SSTab ActiveX via AxInterop.TabDlg (e.g., AxTabDlg.AxSSTab). Since ActiveX/COM…
Developer technologies | .NET | .NET Runtime
Visual Studio 2026 - New Features In Debugging
Hi, Can you please lists all the new Features in Visual Studio with Debugging. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | Visual Studio | Testing
Issue to Javascript
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5549140/javascript-issue the sample below was not working well. Can you help?
Developer technologies | ASP.NET | Other
VS 2026 development of MAUI apps for mobile IS NOT POSSIBLE
This is a total mess - I just upgraded to VS 2026 community and .NET MAUI development is totally broken - it's not possible to install SDKs, it's keep failing with license acceptance error, of course I click "Accept" but it does not work. I…
Developer technologies | Visual Studio | Other
Rotate an App in the correct mode
Hi to all. I have an App with Xamarin that needs to show the screen only in one mode: vertical not orizontal. When I rotate the tablet for me is useful to avoid the rotation in the side when the width is larger than the height so the image of the xaml is…
Developer technologies | .NET | Xamarin
Vb.net form sizing issue different from design window
Say for example in design view I set form to 500x500 with a button at the very bottom of the form, during runtime the form does not show the button and the form appears to be smaller than in design view if I adjust the form in design view a bit bigger…
Developer technologies | Windows Forms
Visual Studio 2026 - CGitHub Copilot Chat using GPT-5 mini hat
Hi, Please see: https://app.screencast.com/lFJLy9r1aDvbW When I ask GitHub Copilot Chat using GPT-5 mini , for a summary of some files in folder. It gives me answer in parts, and I need to copy each part o my destination file. No shorter way ? Can you…
Developer technologies | Visual Studio | Other
Visual Studio 2026 VS Chat CptChatGpt
Hi, I'm using VS 2026 With ChatGpt with register bill. How to use in best way. Can you please best practice rules of all the interaction with ChatGpt. Thanks in advance,
Developer technologies | Visual Studio | Other
Getting 429 errors on the azure functions but not able to find any of these calls in the Logs or in the Azure Insights
While using an Azure functions and .Net 8 Isolated, after some time with messages being sent and functions running... we start getting a lot of 429 errors on the azure functions. Here problem is we don't find any of these calls in the Logs or in the…