@@ROWCOUNT issue
Hi there, I had the below code and it worked fine in counting the records inserted and logging insert counts. CREATE PROCEDURE ProcessCustomer AS BEGIN DECLARE @RowsInserted INT; -- Insert into the final table and capture row count …
Azure SQL Database
Developer technologies | Transact-SQL
SQL Server | Other

How can I retrieve RDP files for an Azure Virtual Desktop session using the Desktop Virtualization APIs in a C# .NET application?
I'm trying to implement functionality in my C# .NET application that retrieves RDP files for an Azure Virtual Desktop session, similar to how the Remote Desktop client retrieves them. Specifically, I need to programmatically access RDP file details, such…
Azure Virtual Machines
Azure Virtual Desktop
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Developer technologies | .NET | Other

Microsoft Slideshow to create a lottery screen to add macro specified lottery number
As shown in the slides of Microsoft, the scrolling display of lottery numbers can be realized in the specified interface of participating lottery numbers. Now we have a question to ask:
Developer technologies | Visual Basic for Applications
New Error when Opening Projects
As of today, when I open any solution that has this code snippet: Windows.Application. ..... I get this error: 'Application' is not a member of 'Windows'. This did not occur when I shut down my PC last night and nothing has changed to my system over…
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
why asp.net webapi generate a zh-Hans directory in bin directory?
I know this zh-hans means simplified Chinese, but I still don't understand the purpose of generating it
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
Visual Studio: Publishing Windows Application to ftp no longer works - please help!
I have been successfully publishing my Windows Applications built in Visual Studio for years now, to my website with an ftp account. I can connect to the ftp with Filezilla and Windows 10, no problem, but not in the publish. I've looked online for…
Developer technologies | Windows Forms
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Community Center | Not monitored
ASP.NET web site fail to critical error in ETL of Excel file
I have a website with a single web page on ASP.NET that you need to upload a file in Excel to a folder within the website, extract its contents to insert the data into a table in a database in SQL Server. When testing its operation on the production web…
Windows development | Internet Information Services
Microsoft 365 and Office | Excel | For business | Windows

Developer technologies | ASP.NET | Other
Will publishing an ASP.NET WebForms app remove Crysttal Reports from the web server?
I maintain a legacy Intranet ASP.NET WebForms app written years ago using VB.NET. When the original developers wrote it, they used Crystal Reports 13.0.2 (I think, I'm going on memory and I'm home, so I cannot verify this, but I'm sure it is very close.)…
Developer technologies | ASP.NET | Other

Visual Studio "Unable to locate Visual Studio Installer"
I want to download Python Tool. When I clicked Tools -> Get Tools and Features, I also get error "Unable to locate Visual Studio Installer" and I click okay on the prompt there was another error message "Operation is not valid due to…
Developer technologies | Visual Studio | Other
Can't deploy Visual Studio Net 9.0 project with Android
While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…
Developer technologies | .NET | .NET MAUI
Developer technologies | Visual Studio | Other
Implementing mTLS Between Two Apps Using ASP.NET
Guidance is requested on implementing mTLS between two applications using ASP.NET MVC in C#. or any .net code. The setup will involve a handshake between the server app and client app, developed in a localhost environment, utilizing OpenSSL or another…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
Unexpected error We encountered an unexpected error
Unexpected error We encountered an unexpected error. Please try again later. If this issue continues, please contact site support. while scheduling the exam i ma getting above error . please help
Developer technologies | F#
Splash Screen is not showing on Android 12 and Below but Splash Screen Working on Android 13 and Above
Hello, I am facing an issue where my splash screen works correctly on Android 13 and above, but when I try to run my app on Android 12 and below, I just see a blank screen. Previously, I encountered issues after installing the APK where the splash screen…
Developer technologies | .NET | .NET MAUI
Blazor .Net 9 Default template simple usage of a service - porting from an earlier version
I tried to port this simple project: https://github.com/JWealthall/BlazorWindowResize to .net 9.0 So, I created a simple sample at: https://github.com/KKacer/BlazorTestWindowSize I'm trying to understand the usage and changes I need to do in the 2…
Developer technologies | .NET | Blazor
How do I associate a file extension with a language in VS2022?
If I have a group of files in a project/solution with a particular file extension, how do I tell VS2022 what language it is for highlighting and Intellisense? Specifically, how do I indicate that .SC files are Python scripts? In VSCode, it's simple.
Developer technologies | Visual Studio | Other
Cannot install maui workload version 8.0.100
Hi everyone, I am trying to install maui workload in version 8.0.100 - I have .NET SDK 8.0.401 installed. When executing "dotnet workload install maui --version 8.0.100" I get an error saying that Version 8.0.100 of package…
Developer technologies | .NET | .NET MAUI
Can I use custom DataAnnotations localization?
[Required(ErrorMessage = "The Email field is required.")] [EmailAddress(ErrorMessage = "The Email field is not a valid email address.")] [Display(Name = "Email")] public string Email { get; set; } how to…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio error "Unable to locate Visual Studio Installer" "Operation is not valid due to the current state of the object"
I want to download Python Tool. When I clicked Tools -> Get Tools and Features, I also get error "Unable to locate Visual Studio Installer" and I click okay on the prompt there was another error message "Operation is not valid due to…
Developer technologies | Visual Studio | Other
How to execute in parallel C++ tests written with the Microsoft Unit Testing Framework ?
We are writing C++ tests with the help of Microsoft Unit Testing Framework (https://learn.microsoft.com/en-us/visualstudio/test/how-to-use-microsoft-test-framework-for-cpp?view=vs-2022#run-the-tests) Tests are running fine, it works within Visual…
Developer technologies | Visual Studio | Testing
Developer technologies | C++
Developer technologies | Visual Studio | Other
How to fix LNK1181 error (including libs)
Severity Code Description Project File Line Suppression State Details Error LNK1181 cannot open input file 'C:\6money\libs.obj' Dll1 C:\6money\Money\Dll1\LINK 1 Hello, I'm currently facing an issue when trying to link the lua54.lib library in my…