GIS Converter -Model Code
Hi Michel, 1.Can you please passed on these files and see if there are problems with them? If yes can you please provide the fixes. 2.In this FromOption function in FileExtensionHelpers.cs.txt I do not handle .json since of ambiguity with these…
Developer technologies | C#
vbproj file corruption
This is becoming a real nuisence. Whilst working on a project, not any particular project I am suddenly warned of 10's of thousands of errors. If i save and reopen the project all the forms have reverted to modules. On investigation it is the vbproj…
Developer technologies | Visual Studio | Other
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
Visual Studio 2026 usually locks up when opened
I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…
Developer technologies | Visual Studio | 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
System.Collections.Generic.HashSet does not work as advertised
Consider following code which demonstrates the usage of System.Collections.Generic.HashSet: HashSet does not hash the key's value when doing "contains" lookup. If we change the key's value, it has no bearing on the lookup.
Developer technologies | VB
render a form with a multiselect choice field as check boxes on a power page
how do I render a form with a multiselect choice field as check boxes on a power page?
Developer technologies | Visual Basic for Applications
Visual Studio 2026 - New Features With CSharp
Hi, Can you please lists all the new Features in Visual Studio with C#. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | C#
Visual Studio 2026 - Update to new version
Hi, How I update my Visual Studio 2026 to a new version ? Thanks in advance,
Developer technologies | Visual Studio | Other
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
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
How to play sound on android tablet from C# ASP.Net page
Need to send a beep tone or similar under certain conditions when an error occurs
Developer technologies | ASP.NET | Other
Visual Studio 2026 Installation Issue of importing settings and workloads
Hi, In the begging of installation of VS 2026, I reached to screen that ask me to import settings and workloads from VS 2002 that I have installed in my machine. 1.What does it mean, settings and workloads ? 2.How does the workload influence on my…
Developer technologies | Visual Studio | Setup
GIS Converter - Add Understood Logs
Hi Michel, In continue to : https://learn.microsoft.com/en-us/answers/questions/5666956/gis-converter-final-implementation-of-converters I need clear logs that our QA reads and our customer reads. Can you please fix the code in the link above , with best…
Developer technologies | C#
Inf2cat error in windows 11
Hi, I just make the hello world template in [https://github.com/MicrosoftDocs/windows-driver-docs/blob/staging/windows-driver-docs-pr/gettingstarted/writing-a-very-small-kmdf--driver.md Then build the driver I faced inf2cat error in windows…
Developer technologies | Visual Studio | Other
Register Visual Studio 2026 after installation
Hi, 1.How I register my Visual Studio with our organization bill? 2.Where VS 2026 located, i want to create add it to my task bar? Thanks,
Developer technologies | Visual Studio | Setup
GIS Converter - EnsureDebugArgs in Console App
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Do I used EnsureDebugArgs in a best way ? if not give please me the fixes code…
Developer technologies | C#
GIS Converter - Logging - Warnings
Hi Michel, In continue to ticket : https://learn.microsoft.com/en-us/answers/questions/5665977/gis-converter-logging-code Can you please help to fix these warnings: warnings.txt Thanks in advance,
Developer technologies | C#
Git Converter - Logging Tests
Hi Michel, In continue to ticket : https://learn.microsoft.com/en-us/answers/questions/5665977/gis-converter-logging-code can you please read the README.md and see if I cover correctly all the tests ? If not please give the needed fixes. Thanks in…
Developer technologies | C#
Count is not visible on the tab icon
My home page is a flyout page and the detail page is a tabbed page. In the tabbed the first tab is a list of alerts. My problem is with the alerts unread count. I want to show the unread count on top of the bottom tab of alert icon. Please check the…