Does Visual Studio 2019 allows you to delete the project if you are already working on that project.
In old version of visual studio this is not the issue.
Related
When I open an existing Xamarin.Forms project in Visual Studio 2022 For Mac it automatically generates an empty Info.plist with a reference in the iOS project.
This wasn't the case with the 2019 version of Visual Studio for Mac. Is there a possibility to disable this annoying behaviour?
Cheers
How would I create a Xamarin.Android project that targets .NET 6 (Xamarin.Android being the traditional Android bindings, not .NET MAUI)?
Creating a new project from the Visual Studio 2022 UI generates the same Mono template Visual Studio 2019 does.
This guide seems to suggest manually editing the .csproj file, but doing that breaks the build with errors like:
Package Xamarin.AndroidX.AppCompat 1.3.1.3 is not compatible with monoandroid50 (MonoAndroid,Version=v5.0)
Upgrade your Visual Studio to Visual Studio 2022 preview.
Version: Microsoft Visual Studio Community 2022 (64-bit) - Preview
Version 17.1.0 Preview 4.0
After that you could create Android project with .Net 6.0.
I installed .NET 6 to be able to use with Visual studio 2019 but cannot see version 6 inside the visual studio
need support
.NET 6 is supported with Visual Studio 2022 and Visual Studio 2022 for Mac. It is not supported with Visual Studio 2019, Visual Studio for Mac 8, or MSBuild 16. If you want to use .NET 6, you will need to upgrade to Visual Studio 2022 (which is also now 64-bit). .NET 6 is supported with the Visual Studio Code C# extension.
This is from the Dev blog here https://devblogs.microsoft.com/dotnet/announcing-net-6/
Also there is a thread here - Visual Studio 2019 Not Showing .NET 6 Framework.
Of course, SSIS still does not work with Visual Studio 2022. And this is holding up a lot of upgrades from Visual Studio 2019.
I need Visual Studio 2010 SP1 SDK to build this project: https://github.com/abb-iss/SrcML.NET/tree/master/ABB.SrcML
But I only have Visual Studio 2012 (ultimate edition) and its SDK installed, I was wondering if is possible to install the Visual Studio 2010 SP1 SDK without having to install Visual Studio 2010 or maybe can I convert the project to use VS 2012 SDK instead
You can't install VS2010 SDK over VS2012 but in most cases you can convert the VS2010 to VS2012.
I have ultimate version of visual studio 2012 today I downloaded and installed Visual Studio 2012 SDK which suppose to add project templates under Visual studio new project dialog, but there is nothing displayed the only project template I see under Visual c#-> Extensibility is Visual studio package.
can anyone help me out with this problem? I am using RTM version of VS
This usually happens because your target .NET framework version (at the top of the New Project Dialog) is set to something other than .NET Framework 4.5.