Sharpie Binding Error.
Hai, I'm trying to bind an objective C/Swift ios static library with maui binding project. I'm getting the following error when i use the command line to generate the binding for me. It is not very clear as to what is causing is error. Kindly guide me…
Request to restore access to an account due to changed of phone number.
I am a user of a microsoft partner center and i wanted to renew my subscription but due to change of phone number i cannot get access to my account. What should I do in this situation or from where should I seek help?
How to refresh the database connection in WPF application.
I have a Oracle19c database is connected to 4 machines having WPF applications with MVVM pattern and follows entity frame work. So from this following query SELECT MACHINE FROM v$session WHERE USERNAME = 'C##SAN' AND STATUS = 'ACTIVE'; and also using…
visual studio 2022 visual basic navigation bar dropdown not working after updating to 17.10.1
VS issue1.png When I look at the code for a form, the middle drop down in the navigation bar is missing all the controls. The code for the controls in moved to the far right drop down (like it would if it is missing a handles clause). If I click on one…
How to fix "module was not instrumented." Reason:"path_is_excluded" error in Microsoft.CodeCoverage.Console tool?
I'm receiving the following problem while trying to instrument my dll with Microsoft.CodeCoverage.Console tool. module was not instrumented. Reason: path_is_excluded." I'm using Microsoft.CodeCoverage.A console tool for calculating code coverage.…
Disabling autocompletion from anything else than Tab in VS 2022
Although I set "Default IntelliSense completion mode" to Tab-only in Text Editor/Advanced, Visual Studio keeps replacing text as I type with its first suggestion when I press e.g. space or dot. I do not want the editor to ever autocomplete…
VS 2022 : windows installer is unavailable
While running the Visual Studio Installer and selecting the things I want to install, just when starts to download, I get the following message: Title "Before we get started" Message "The Windows Installer Service is unavailable. Please…
Android Emulator 34 - " Could not start Emulator in HOST GPU Mode"
I downloaded the latest Visual Studio 2022 and I am following the steps to create an Android App. When starting the Emulator I get the Popup error: "Could not start Emulator in host GPU mode" "Please check if you can update your video…
VS2017 - SSIS Project
Hello Team, We are using VS2017 with SSDT installed (PFB the screenshot) We cannot find BI projects, unable to create SSIS projects. Please advice. Regards, Nagesh CL
Object reference not set to an instance of an object.
Upon upgrading from Visual Studio 2019 to Visual Studio 2022 I am now unable to build our website. I am successfully able to compile our WebService but when trying to compile out Web Site I get the following error without context. The output window…
The background color of my LaunchScreen.storyboard is not displayed on my iPad
I have created a LaunchScreen.storyboard file on my iMac and I use this file in my iOS project in Visual Studio on Windows 11. But the problem is that the background color of my LaunchScreen.storyboard file is not displayed when I debug my iOS project on…
How to fix An operation was attempted on a nonexistent network connection. (0x800704CD)
Hi guys I got an exception error like the below stack trace. I suspect the problem is when reading the response data, or reading the data for the request. Could you tell me why this exception occurred and how to fix it? Exception Type :…
How to download Visual Studio 2019 for Mac
Hello I am trying to download Visual Studio 2019 for Mac. I have an older intel computer and the current 2022 version does not install on my computer. I've checked my Visual Studio Subscriptions page and see that the download for Visual Studio 2019…
Create UWP app package: The store blocked this account. Ensure the account has permission to read reserved app name...
Hello, I have developed an UWP app and try to publish it to Microsoft Store., Reserved a new name for app and created app submission in Microsoft Partner Center. Now I'm trying to create app package for deploying to Microsoft Store in VisualStudio 2022.…
What are the built in shortcut keys for a RichTextBox
I am writing a very simple RTF editor to keep formatted notes. It seems some shortcuts are built in like Ctrl+C, Ctrl+I, Ctrl+Z but others I need to handle myself - essentially formatting like Ctrl+I, Ctrl+B etc. Is there a definitive list available of…
.NET MAUI, Android emulator is not ready to be used
I have also tried cleaning project, but it did not workI have installed x64 android emulator with API 21 on AMD CPU to get higher performance when I try to start debugging on it, I get 'There were deployment errors' and in the output window: Waiting for…
Unable to install Visual Studio Professional 2017
Hi, I am unable to install Visual Studio Professional 2017, on the download page it is not available. I will have access to a license key available for after I am able to download it.
Visual studio 2022 hangs on get started screen and its not responding
hi so i wanted to do some coding on vs 2022 and i launched it it hangs and says its not responding i tried repairing vs 2022 using vs installer but still no work and i even tried reinstalling it but still, no. please help im using windows 10 64 bit thx
Not open the project on TFS
TF400018: The local version table for the local workspace WEBSERVER; TF400018: The local version table for the local workspace
System.NullReferenceException: 'Object reference not set to an instance of an object.' model was null
model { public int VehicleID { get; set; } public int VehicleTypeID { get; set; } public string Brand { get; set; } public string Model { get; set; } public int Capacity { get; set; } = 0; public bool IsActive { get; set; } } controller //…