Tyler Montney
Tyler Montney

Reputation: 1502

Xamarin Studio gives error on new project

Just installed Xamarin Studio 5.8.2 (build 7). Already have .NET Framework 4.5.1 installed (due to VS2010 and VS2013 installed). Also installed gtk sharp 2.12.25. Upon any newly created project, I get

Error while trying to load the project. Project does not support framework .NETFramework,Version=v4.5.

It is the latest version. I downloaded today, and got an update a few hours later for gtk sharp and XStudio.

Upvotes: 0

Views: 1956

Answers (1)

William
William

Reputation: 539

You can try editing the .vbproj or .csproj files to change the TargetFramework from 4.5 to 4.0

https://forums.xamarin.com/discussion/28329/error-while-trying-to-load-empty-vb-net-project

Upvotes: 2

Related Questions