test return value after executing NavigateToAsync command
The following code works perfectly. but now I want to test the value returned in a global variable. OnEditCommand = new Command(OnEditCommandAction); public async void OnEditCommandAction(object SelectedObj) { FilterList…
MS Visual Studio C2131 - expression did not evaluate to a constant - C++
Hello. I have a simple code in MS Visual Studio with C++ that aims to enter values into a two-dimensional matrix and display the entered values on the screen. When I write exactly the same code in DevC++, it works but in MS Visual Studio, it gives…
Not able to download visual studio 2019 community
I need VS 2019 community but Download option is not available. How can I install Visual Studio 2019? I have attached a snapshot of the same. I have Windows 11 Home operating system, 64 bit operating system.
Hundred of errors after update to Visual Studio version 17.12.3!
I updated Visual Studio to version 17.12.3 and now, there is hundred of errors in Building project! My .net Core project was work correctly before updating. I checked errors but they are nonsense! All codes are correct.
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…
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…
I get this error: Cannot activate the 'Azure Logic Apps (Standard)' extension because it depends on an unknown 'ms-azuretools.vscode-azurefunctions' extension.
I get this error: Cannot activate the 'Azure Logic Apps (Standard)' extension because it depends on an unknown 'ms-azuretools.vscode-azurefunctions' extension. also sevarl articles reference to the extension but its just not there: fi…
How do style my web page.
Facing issues with the theme taking effect when I applied the codes via visual studio code. This question is related to the following Learning Module
Disable pause after execution 2
What happened to the first post where I asked this question? Why are there still these puzzle verifications when posting? -- It's been asked for years, and I was wondering if something has finally been done about it. I'd like after an execution of a c++…
Facing issue with Domain Model explorer
Facing issue with Domain Model explorer, when i open adm file using visual studio 2019 it doesn't display Domain Model explorer tab on right side with data. It successfully opens in few workstations. I'm not sure what was the exact problem with my my…
How to fix Microsoft Visual studio code, language pack issue from English to French at first launch.
We are facing issue regarding the Microsoft Visual studio code --language pack, so we need to change the display language of the software to French(FR), so as per information provided on visual studio code page, we downloaded the language pack and also…
How to fix Microsoft Visual studio code, language pack issue from English to French at first launch.
We are facing issue regarding the Microsoft Visual studio code --language pack, so we need to change the display language of the software to French(FR), so as per information provided on visual studio code page, we downloaded the language pack and also…
Why Visual Studio select automatically configuration Debug on solution selection
When I open the last used solution, Visual Studio should select also the last solution configuration that I select but it always select "Debug". I already ask the question long time ago but I don't find the solution and I'm sure it's a bug of…
Git Functionality in Visual Studio 2022 Not Updating Status
When performing Git operations in Visual Studio 2022, such as committing, creating branches, deleting branches, or checking out branches, the Git interface does not refresh to display the latest status after completing the operation. Closing and…
How to edit .rc file
Which edit IDE is recommend for .rc file https://github.com/chromiumembedded/cef ... /shared.rc Simple edits can be done by hand (it’s a text file), or use Visual Studio for more complex edits like defining dialogs, etc. See…
Unable to start IIS Express after updating Windows 24H2
Hi, After updating to Windows 24H2, starting a web application in Visual Studio with .NET Framework 4.8 shows the error: Unable to start program Files\llS Express\iisexpress.exe. The process has been terminated. Refresh the process list before…
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…
GUI application Execution fails after porting an application from VS2015 to VS2022.
There is a GUI Application that is based on C++ that we are trying to update from VS2015 to VS2022. The application after the upgrade is not functioning as expected. The executable does not even open although the build is successful. In VS2015 though,…
GUI application Execution fails after porting an application from VS2015 to VS2022.
There is a GUI Application that is based on C++ that we are trying to update from VS2015 to VS2022. The application after the upgrade is not functioning as expected. The executable does not even open although the build is successful. In VS2015 though,…
Visual Studio 2022 Blazor Server project assigning random port
I am creating a .NET 9 Blazor Web App project using Visual Studio 2022 (17.12.1). I am authenticating using MS Graph to an Azure Web App which requires a consistent URL as a callback and have done this many times with earlier Blazor Server projects using…