Save Stackpanel's content as PNG image
Hi All, I have a stackpanel control which displays four textblocks in vertical orientation. The second textbox displays the barcode generated using code39 font. I want to print all these four textblocks on barcode stickers for scanning. For this I am…
Developer technologies | Windows Presentation Foundation
IDE how to add Comment Uncomment to tool bars.
Is there an easy way to add buttons to the standard tool bar that work the comment and uncomments? I had it working once but don't remember how I got it and I use it to clean up code by commenting it out and checking for errors and then uncommenting if…
Developer technologies | VB
what is the best practice to change the element of IEnuerable?
I have IEnumerable<XY> and how to change all the elements in it? class XY { public int X{get;set;} public int Y{get;set;} } what I want is to adding 1 of the X I have to change it to array ? var arr=xys.ToArray(); for(int…
Developer technologies | C#
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
Group Transactions in Select Statement
This is a complicated one to explain. My company owns convenience stores and I am trying to track inside merchandise/fuel sales. So if a customer comes in and pays for fuel and buys merchandise in the same transaction. The screen shot I have is just…
Developer technologies | Transact-SQL
outlook using excel
how can i run outlook to mass email from data in excel data using vba Mod moved from : Outlook | Windows | New Outlook for Windows | For home
Developer technologies | Visual Basic for Applications
How to verify same creation time in C# after copy file from source to target
Hi, I'm using C# in .NET 10. 1.How to write a function VerifySameCreationTime that verify verify same creation time in C#, as results of input file that pass operation of copy to output path. 2.In this case the creation time is change but modified time…
Developer technologies | C#
Excel add 14 days to date in Col J:2
Hello from Steve In Column J:2 I have 10-February-2026 Objective please is to have a macro button that when pushed it adds 14 days Which gives me 24-February-2026 I thank you Mod moved from : Microsoft 365 and Office | Excel | For home | Windows
Developer technologies | Visual Basic for Applications
The best practice to work with null
Hi, I'm using .NET 10. 1.I would like, if it possible to cover the best practice of of usage of null. From project level (<Nullable>enable</Nullable>), , method level , method parameters and its local parameters and variables with…
Developer technologies | C#
How to copy VS2019 Solution Folder from location one to another by drag and drop
I have a VS2019 solution in a Desktop Folder that compiles/deploy successfully. I copied/move this folder in my Document Folder. This copied Solution has error saying Android Namespace is not defined. There are many post regarding this that are…
Developer technologies | .NET | Xamarin
How do I see my files in VS 2026?
I opened a solution in VS 2026 I started working on today. I noticed, in the Solution Explorer, a dropdown called "Pending Changes Filter", so out of curiosity, I clicked on it. Now, I cannot see anything in VS 2026's Solution Explorer. How do…
Developer technologies | Visual Studio | Other
Not able to report a problem in developer community. Geting error. Attaching screenshot.
Hi, I am not able to report a problem in developer community. I am getting below error. Here is the screenshot. Tried several times. Error message: "Sorry, we couldn't send your report, because the server connection timed out. Please retry now or…
Developer technologies | Visual Studio | Other
Visual Studio Unable to Login Despite Whitelisted URLs and Port 443 Open
Dear Microsoft Support Team, We are currently experiencing an issue where Visual Studio is unable to complete the login process. Our security team has confirmed that outbound HTTPS (TCP 443) access has been whitelisted for the following endpoints: …
Developer technologies | Visual Studio | Setup
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
Phone number is marked as used
My phone number is stuck in a partially created Microsoft 365 Developer Program sandbox. I deleted the profile but the phone number is still marked as used. I need the phone number manually released so I can create a new sandbox with my Outlook.com…
Developer technologies | Universal Windows Platform (UWP)
Active the account,device is being processed
I've been trying to link my Xbox Series S to my Xbox account. I already have the account set up as a partner, everything seems fine, but when I try to link it and go to request the code, the DevMode Kit Activation app gives me a message that says…
Developer technologies | Universal Windows Platform (UWP)
Error when building a project in Microsoft Visual Studio 2026
I have just upgraded from Visual Studio 2022 to Visual Studio 2026 and, when I'm trying to compile my projects, I'm receiving the error message code MSB4018 with the text: The "GenerateDepsFile" task failed…
Developer technologies
MAUI .Net10 app crashing on startup only when installed from Google Play
Hi all, I've just upgraded VS to 2026, which I use to develop mobile MAUI project. That involved targeting .Net 10 (.NET MAUI Tools 18.0.345 (fbde6c01f0)) instead of .Net 9. in the MAUI project. The Android app works perfectly in debug or release mode…
Developer technologies | .NET | .NET MAUI
I cant login to visual studio marketplace site
Hey, I have a publisher and i can login to market place now: https://marketplace.visualstudio.com.mcas.ms/ i have the email and password, but after login the site goes back to the same page and i'm not logged it. I tried with phone, windows and macos…
Developer technologies | Visual Studio | Extensions
MSBuild: Routing IO from <Exec> to calling terminal
I have a basic PowerShell script which I want to run after publish to copy the output files along with a few config files from source into the right directories on my company's storage server, archive old versions, etc. I created a target in my .csproj…