How to get the trophy for Write your first code using c#
Hi, I did all the modules and checked everything. But I cant find the trophy for finishing my module. Could you please help me out.
Developer technologies C#

CPU and disk usage values which we get from windows API (Using PDH) is not same as the value we see in task manager
I am currently using the PDH (Performance Data Helper) API to log CPU and Disk utilization data in a CSV file. Below is a snippet of the code I am using: #include <windows.h> #include <pdh.h> #include <stdio.h> #include…
Windows development Windows API - Win32
Windows for business Windows Client for IT Pros Devices and deployment Other
Windows for business Windows Client for IT Pros User experience Other
Developer technologies C++
iOS App crash on version 15.8.4
My iOS app crash on version 15.8.4 and getting this error- Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[UIBarButtonItem initWithBarButtonSystemItem:primaryAction:menu:]: unrecognized selector sent to instance…
Developer technologies .NET .NET MAUI
VS 2022 Community - I can't add a new 'Web Form' to my project. Missing items from Project "Add New Item..." window.
I've just installed VS 2022 Community and I'm attempting to work on a Web Form project, but when I choose "Project/Add New Item..." there is no item to select for a web form. Is this not supported in the 2022 version? I've tried using a…
Developer technologies ASP.NET Other
Developer technologies C#
Can we get Visual basic 6.0 download for the product itself ?
We have couple of visual basic 6.0 applications being used in our organization. Is the download of Visual basic 6.0 still available ?
Developer technologies VB

How to connect to Snowflake using .NET
Hi there, https://community.snowflake.com/s/article/Connect-to-Snowflake-from-Visual-Studio-using-the-NET-Connector Currently, a set of data apis is being developed. The data is sourced from Snowflake and is currently connected through username and…
Developer technologies ASP.NET ASP.NET API
visual studio installer cannot continue to download for visual studio community 2022 and no access to aka.ms
i am muhammad naveed faruq from pakistan i am an old user of visual studio to download visual studio 2022 community, when after downloading first file by browser and after clicking on it a small page opens to download installer,(contains two progress…
Developer technologies Visual Studio Setup
Visual Studio Installer stuck on 0 Bytes
I'm trying to install visual studio 2022 community version on windows 11 but the installer is stuck on 0 B/sec. I've tried using a vpn, turning off firewall, and also adding the ip to the hosts file, but none of these have worked for me. Any help on…
Developer technologies Visual Studio Setup
How to align items in Non Uniform Layout in WinUI3
How to align items using ItemRepeater in a non uniform layout in Winui3. Here i need some of my tile to take 2 times the width
Developer technologies XAML
Unable to publish with fulltrustprocess and Multiple instances of UWP app
UWP experts , There are three components here. Main UWP app with multiple instances supported through package manifest - C# UWP FullTrustprocess that acts as the appserviceconnection server - C# .NET 8 WAPP Package that bundles UWP app and…
Developer technologies Universal Windows Platform (UWP)
Developer technologies C#

Get free/used size of a whole disk
Hi On systems with multiple HDD/SSD disks, I need to get the total size and free or used size of the disk which system drive is in. Using MySearcher As New ManagementObjectSearcher("root\Microsoft\Windows\Storage", "SELECT * FROM…
Developer technologies VB
How to fix could not find error
I'm working on a maui app. when i try to build project it gives "System could not find the file. (2): C:\Users\jello\OneDrive\Masaüstü\wx\VSC\MAUI\Ccalculate\Ccalculate\obj\Debug\net9.0-android\assets." error message. how can i fix it?
Developer technologies .NET .NET MAUI
asp.net i cannot install nuGet package
i am trying to install package and it is not working like the item: JQuery-datetimepicker i press install, it is trying like a few minutes, and then it is not installed the same if i try to install Itext7 how i can fix this to be posible to install…
Developer technologies ASP.NET ASP.NET API
for some strange reason my visual studio is saying that my "trial is over" I have no idea whta that means or how to resolve it but its closing every time.
My visual studio is closing after telling my my trial is over. It wont renew the license.
Developer technologies C#
how to use lock in thread?
I have thread1 and thread3 and both of it will edit the std::queue how to use lock to it? both of the thread will edit the std::queue in loop.
Developer technologies C++
Just trying to learn Tasks and using Console.WriteLine in win app but no output
Title pretty much says it. I've tried Console.WriteLine and Debug.WriteLine and they show no where VS 2022.
Developer technologies Visual Studio Other
Grant access only to a Schema in SQL
Hi All, I have a Database called TM1 and in this database I have 2 schemas. One is called TMS1 and another is called TM1App. There are 5 views under schema TMS1. For Example: TMS1 .View1, TMS1 .View2....TMS1 .View5. These views are reading data from…
Developer technologies Transact-SQL

cant log into my account
i ca not log into my email this keeps coming up Please retry with a different device, use a VPN, or other authentication method to sign in. For more details, please see https://go.microsoft.com/fwlink/?linkid=2317517
Developer technologies Visual Basic for Applications
How does New line works in MongoDB with C# .NET?
I have a collection and within the collection I have a data stored something like this. { "_id": { "$oid": "01010101010101010" }, "heading": { "desc": "Hello I am Vinicius. \\n I play for Real…
Developer technologies C#
Not remembering source control plug-in (Git)
Since the last release, Visual Studio 2022 is not remembering the source control selection. Every time a project is opened, I must open the options dialog, go to Source Control, and select Git from the "current source control plug-in." Once I…