Can i change the gmail that alr registered to my azure accoubt with thr pay as subscription
I accidentally buy a pay as you hgo subscription at my secondary gmail i want to change it to be my main gmail
Developer technologies | F#
Environment.OsVersion returns wrong OS info
On Microsoft Windows NT 10.0.19045.0, I am reading OS info by Environment.OSVersion When I run app.exe by double click on it, OS Info is read Microsoft Windows NT 10.0.19045.0 but when I run code in visual studio 2022, OS Info is read Microsoft Windows…
Developer technologies | Windows Presentation Foundation
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
Developer technologies | C#
Update to latest .NET Version - Windows 10
Hello, I saw the latest version of .NET is 7.0.7. How can I update this version?
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Error while trying to Create a project or build unreal from Source.
When I Am trying to Create a UE 5.2 project with cpp capabilities (When I do this method it is trying to use visual studio 2019 which doesn't work either) or build unreal from source, I keep getting this error, I am only one version ahead but it seems…
Developer technologies | Visual Studio | Other
CascadePackage package not loaded
Hello, i just installed the latest version of vs2019ce (vers 16.9), and after that i got an errer message resembling "CascadePackage package not loaded...". I restarted both Windows & VS, but the message remained. Then, inadvertently, i…
Developer technologies | Visual Studio | Other
How to solve issue with 'ClientConfigurationHost::Init' in my project.exe.config
I have created two projects where first handles setting up the DB connection information and send it to App.config of another project where the second project handles the connection of the DB to SQL server. So, I done the following in my…
Microsoft Security | Intune | Configuration Manager | Application
Microsoft Security | Intune | Configuration Manager | Other
Developer technologies | .NET | Other
Developer technologies | C#
Is there an updated dockerfile for buildtools installations?
logs.txt Description of the problem I am using the dockerfile from (https://learn.microsoft.com/en-us/visualstudio/install/build-tools-container?view=vs-2022#create-and-build-the-dockerfile) but I changed the image FROM tag to “FROM…
Developer technologies | Visual Studio | Setup
Windows for business | Windows Server | User experience | Other
"Sorry, something went wrong" - Visual Studio Installer
I need to install extra components for a solution I have. But always when i try to install them, Visual Studio Installer opens up, reloads for quite some time, and then pops the massage "Sorry, something went wrong". The message doesn't give me…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
cant install visual studios keep getting the "couldnt install microsoft.visualstudio.setup.configuration" tried everything i could find
i reset my pc about a month ago and am now trying to resinstall visual studios to resume work however i keep getting the error "couldnt install microsoft.visualstudio.setup.configuration" ive tried all the other forms and threads about this…
Developer technologies | Visual Studio | Setup
I can't edit an existing sharepoint list item after customizing form on powerapps
I have SharePoint list. I used the customize forms feature in PowerApps to have the form look a certain way. When I return to SharePoint to use the form, I am able to add and save new list items using the form but I am NOT able to select an existing list…
Developer technologies | Windows Forms
Microsoft 365 and Office | SharePoint | Development

Microsoft 365 and Office | SharePoint | For business | Windows

Microsoft Security | Microsoft Graph
Blazor Server - downloading excel in the controller
Hi, In my Blazor Server application, I am trying to write data into Excel and download it in the controller. Here is the controller; var existingRecords = await _stockUniqueSerialPinUseCase.ExecuteAsync(customerList); if (existingRecords.Count > 0) { …
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor

Conflict between two references when building a dll
I built a new winform that uses a 3rd party set of controls. Unbeknownst to me, the act of adding controls to the form added references into the project that the form was part of. When building this new form into the library, it eventually failed,…
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
Could I add a usercontrol as toolbox item into VS2022?
Hi, I created a custom control in library with .NET Framework 4.8. After compile it, I can add it as a item of Toolbox in VS2019. But it can not be added into VS2022. Could anyone please help me to check it? I attached simple user control project…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
Developer technologies | C#
How do you use BindableObject.Dispatcher.DispatchAsync() in .NET MAUI?
While migrating a Xamarin-based app to .NET MAUI, I get a green squiggly line that advises me Device.InvokeOnMainThreadAsync(Func<task>) is obsolete, and instead to use BindableObject.Dispatcher.DispatchAsync(). The IntelliSense offers no hint…
Developer technologies | .NET | .NET MAUI
Why are double and void data types but long is not?
In C double is considered a primary data type that can store floating-point numbers, but why double is also taken as a data type if it's the same as float? Moreover, why long is not considered a data type? If void means empty then why it's also…
Developer technologies | C++

When I try to debug my cxx program it shows. Source information is missing from the debug information for this module. can any one suggest me the solution .I have tried a lot of methods to debug but its not working
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | Visual Studio | Other
Net MAUI Shell Menu with collapse inside sidebar
Hi i was wondering if it's possible to implement a collapsable menuitem with options inside the side bar. like this:
Developer technologies | .NET | .NET MAUI
visual studio not seeing internet???
node.js npm isnt working, i just keep getting etimedout and the new npm packages window doesnt load anything. when im in the powershell and ping 8.8.8.8 it works but when i ping google.com it just says request timed out. i tried reinstalling and it didnt…
Developer technologies | Visual Studio | Other
Range methods copy and asteSpecial from Microsoft.Office.Interop.Excel don't work
Hi I used Range.Copy() and Range.PasteSpecial to copy some ranges to another new sheet using “XlPasteType.xlPasteAll”,but just pasted as a picture.Using "xlPasteAllUsingSourceTheme" also get the same picture rather than texts or numbers and…
Microsoft 365 and Office | Excel | For business | Windows

Developer technologies | C#
Visual Studio can't collapse code with mouse (+/-)
Hi, In text editor I can't collapse and expand code when I click on + or - works only when I press Ctrl + M. Why this issue ? Regards