Microsoft Point of Service compatible with .NET8?
Hi - is Microsoft Point of Service compatible with .NET8?
Developer technologies | .NET | Other
How Do I get Visual Studio Enterprise for MAC
I am Trying to install Visual Studio Enterprise for MAC but there does not seem to be an available download. Where is it?
Developer technologies | .NET | .NET CLI
Corrupted Micorosft Visual C++ Redistributable
Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …
Developer technologies | C++
TFVC Checkin Policy not changing
We are using TFVC version control in two projects, hosted in Azure Devops cloud. Today, we have started getting an error message "It's not possible to operate with deprecated policies, please see Azure DevOps blog for more information.…
Developer technologies | Visual Studio | Setup
What is Best Practice for Passing a complex viewmodel from a View to the controller?
I have a view form with a complex VM, and it allows the end user to see dozens of data items in various text boxes (as many as 40). At some point, the user will want to update one or more of the textbox data points, so when the model is modified in the…
Developer technologies | C#
Separation of Layers Design
Hello everyone and thanks for the help in advance. I am refactoring a MVC application that has become very disorganized due to poor separation of models, data access, views, etc. I decided to place the models in a separate solution, however, found that…
Developer technologies | Visual Studio | Other
Migrating 2019 Visual Studio SQL Server Unit Test Case Projects to 2022 or 2026
According to Microsoft documentation, data unit test projects created in Visual Studio 2017 and earlier rely on GAC-installed dependencies. To upgrade such projects to use the latest dependencies, the recommended approach is to right‑click the project in…
Developer technologies | Visual Studio | Testing
Microsoft Visual Studio 2022 has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?
Yes, there are questions and answers out there, but this is for VS 2022 I develop mainly BLAZOR Server applications at work. Beginning a couple updates ago, I've been getting this dialog: Microsoft Visual Studio has detected that an operation is…
Developer technologies | Visual Studio | Other
Issue with API calls; initially the API is called with blank push id and later it will call with exact push id
I have implemented push notification in my project using Plugin.Firebase package. My problem is on saving the FCM id to database API. I am generating the FCM token on login page constructor and saving it to preferences like below: public…
Developer technologies | .NET | .NET MAUI
How to fix Visual studio install fail issue on offline PC?
https://learn.microsoft.com/zh-cn/troubleshoot/developer/visualstudio/installation/set-up-vs-professional-2022-offline-machine?source=recommendations How to check fail log on offline PC for VS Professinal2022/2026 ? I have completed the install download…
Developer technologies | Visual Studio | Setup
OpenAPI issue
Hi, Can you help it below? How to fix it? Originally I was with this error "The type or namespace name 'OpenApi' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)"
Developer technologies | C#
VS Code 1.107 fails to start on Azure Virtual Desktop
This has been a reoccurring issue since version 1.100. We recently updated VS Code on all AVD's to version 1.107.1 and single user desktops run the application without issue; on multi-session desktops the application fails to start.…
Developer technologies | Visual Studio | Other
Getting intermittent "An unhandled error has occurred" message
I'm working on a new Blazor Web Application, we're writing using .NET 9. It is an Intranet app. We have to using Windows Authentication. I'm going through the app, adding that to the app. I've got it getting my company domain name and temporarily…
Developer technologies | ASP.NET | ASP.NET Core
What are the different between Developer Command Prompt and Developer Power Shell ?
Hi, 1.In your solution, press Ctrl + Q and type Developer Command Prompt or Developer Power Shell to open the relevant window. 2.Please see: 3.What are the different between Developer Command Prompt and Developer Power Shell ? 4.When I used each command…
Developer technologies | Visual Studio | Other
Resolve the event issue
Hi, As event was deprecated, how to correct it below?
Developer technologies | ASP.NET | Other
Change the app icon based on the light/dark mode
In a .NET 9 MAUI application, I would like to change the app icon based on light or dark mode, based on the system. The icon of the application is an SVG image with a transparent background. Is there any example of documentation how to implement it?
Developer technologies | C#
How to reopen a UserForm in File A with the selected row after navigating to File B?
In file A (.xlsm), there are multiple rows. When I select a row and click a button, a popup form (.frm) opens. From this popup, I click another button that opens file B (.xlsm). After clicking a button in B (.xlsm), it should return me to file A (.xlsm)…
Developer technologies | Visual Basic for Applications
How to enable automatic JIT DeBugging
How to enable automatic JIT DeBugging. Message was JIT Assortation failure visual C++ Jit assortation failed
Developer technologies | C++
windows credential provider using PKINIT and implicit mapping
I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…
Developer technologies | C++
How to make sure Package.InitializeAsync is called before ILanguageClient.LoadAsync/ActivateAsync
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension following this doc - https://learn.microsoft.com/en-us/visualstudio/extensibility/adding-an-lsp-extension?view=visualstudio When a file of supported extension (as…