I have been in a similar training program for six years now and I am trying to find the certifications that LinkedIn has for my new position and I have been trying to find some good information on the training program that I have received for the past sia
I’m sorry to see that I have been putting in a lot more information on this and I should have put it in the correct place but I’m hoping that you will get the information I provided you and thank you very much
Developer technologies | Visual Basic for Applications
quit insider
why can't I quit the insider program, all the necessary settings are blocked
Developer technologies | Universal Windows Platform (UWP)
How to set text font, size, and color in a macro
I want to set the text font, size, and color of a rectangle named "Loser" into which text will be entered. The Loser rectangle is on the last slide. The button to enter the text in Loser is on the first slide 1. I have added losingTeam =…
Developer technologies | Visual Basic for Applications
scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
Developer technologies | C#
Can VB be used for a net core api project?
I have an existing web api project written in VB. All the examples for converting to net core 6.0 use C#, and Visual Studio will only create a Web API project using C#. Can this be done with VB? And if so, what steps are required to do this? And…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | VB
Show popup from a working thread Task
In my Android application (NET MAUI 10) I have code similar to the following: [RelayCommand] public async Task TaskPopup() { Debug.WriteLine("TaskPopup"); Task task = Task.Run(async () => { …
Developer technologies | .NET | .NET MAUI
SharpCompress -Update from 0.445 to 0.46.3 produces error
Hi, I'm using class library of .NET 10. <TargetFrameworks>net10.0</TargetFrameworks> I update from 0.445 to 0.46.3 produces errors using (var archive = ArchiveFactory.Open(archivePath)) { var list = new List<string>(); …
Developer technologies | C#
Visual Studio 2022 Recent projects and solutions always empty
Using VS 2022 community,if I create/open projects,Recent projects and solutions menu is always empty Am I missing something? thanks
Developer technologies | Visual Studio | Other
synchronize 2 azure devops servers running TFS
How to synchronize 2 sperate instance of azure devops server, main and replica in a nightly basis. note user will alternate work between main and replica on a monthly
Developer technologies | Visual Studio | Setup
How do I get a property which is an object, converted to a bool?
I've got a C# class in a Minimal API, which gets returned. The class looks like this: public class APIResponse { public APIResponse() { ErrorMessages = new List<string>(); Result = new object(); …
Developer technologies | ASP.NET | ASP.NET API
Issue to access the server from the client
Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…
Developer technologies | ASP.NET | ASP.NET Core
How to remove my phone number from my Microsoft Developer profile
Please remove my phone number from all Microsoft 365 Developer Program profiles so I can re‑enroll.
Developer technologies | Windows Forms
visual studio community new forms project cannot open designer
When I create a new windows forms project the designer cannot open.
Developer technologies | Windows Forms
Integrate Apple pay and google pay on .NET MAUI
Hello, I want to integrate Apple Pay and Google Pay into a .NET MAUI 10 project. If you have any documentation or references, I would really appreciate it. It would be very helpful for me to understand how to integrate this into our project.
Developer technologies | .NET | .NET MAUI
How can i steup visual studio with WinRt and c++
Hi I want to make my own GUI frame work and I want to build it using c++ and winrt but I cannot setup visual studio for winrt with c++ Is any one has the answer Thanks For Everyone.
Developer technologies | C++
WinForms Form icon changes to EXE icon when positioned beside taskbar overflow (Windows 11)
In a VB.NET WinForms application (.NET Framework 4.0) running on Windows 11, a specific icon switching behavior occurs when the taskbar becomes crowded. Here is my code snippet: Public Class Form1 Private Sub Form1_Load(sender As Object, e As…
Developer technologies | Visual Basic for Applications
GitHub Copilot Authentication Bug: "Continue with undefined" in VS Code 1.108.1
Hi Team, I am experiencing a persistent authentication failure in VS Code where the login interface displays "undefined" instead of the provider names (GitHub, Google, etc.). The Issue: When clicking the "Sign in to use AI Features"…
Developer technologies | Visual Studio | Extensions
how can i disable text editor purple indicator at vs2026
As you can see, the location is not correct, so it is difficult to code. Is there any way to disable or fix that feature?
Developer technologies | Visual Studio | Setup
Frustrated with VS2026 - Unsupported Browser
Hi, I use Visual studio SQL Compare for decades. However after reformat of laptop i got to install new VS26 and its been a rough path for the past 2 days. I get unsupported browser error when i connect to database via VS2026 SQL Compare tool. file…
Developer technologies | Visual Studio | Other
How to clear Visual Studio 2022 cache in Windows 11
Can someone please tell me how to clear the cache in Visual Studio 2022 on a Windows 11 PC? The only information that I can find gives instructions that cannot be followed in Windows 11 (if you look for the required folders, they do not exist in the same…