Incompatibility with Xcode 4.5? - c4

The available C4 installer throws a generic "Installation Failed" error after attempting to install. Is it incompatible with 4.5, or is it simply the installer package that is incompatible?
Edit: It fails on "Validating Packages".

It installs and works fine, just doesn't validate. Weird

Related

Rider unable to restore dotnet core packages on mac

I get the following error when I try to restore a dotnetcore project on my mac in Rider.
The sad thing is this error only comes in Jetbrains Rider. I can run my project from the command line and Visual Studio. Any ideas?
[NU1202] Package Serilog.Extensions.Hosting 4.0.0-dev-00051 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Serilog.Extensions.Hosting 4.0.0-dev-00051 supports: netstandard2.1 (.NETStandard,Version=v2.1)
I was running an older version of Rider. After upgrading to the newest version, it worked fine.

Detected package downgrade for Boilerplate Application(.NET Core 3.1)

I'm trying to open my Boilerplate Application(.NET Core 3.1)in VSCode in Linux but below exception, keep appeared for me. Is there any difference between .NET Core for Linux and for Windows or What is the problem?
Detected package downgrade: Abp.ZeroCore from 5.7.0 to 5.1.0. Reference the package directly from the project to select a different version.
No this is not related to the OS that you run your application.
As stated in the error message there a downgrade in one of your nuget packages.
Go to your Boilerplate.csproj and try to manually set the version of Abp.ZeroCore nuget package from 5.1.0 that it is currently to 5.7.0.

Stripe.net nuget package doesn't recognize json.net 9.0.1

I'm trying to install the Stripe.net 6.12.0 nuget package in my project. It has a dependency on the Json.NET 9.0.1 nuget package which I have installed, but when I go to install stripe.net, visual studio gives me the error message: "Stripe.NET already has a dependency defined for"Newtonsoft.Json'. What do I have to do to install Stripe.NET?
Was not obvious from the error message, but the solution was simply to upgrade Nuget. Was using 2.8.xxx and upgraded to the latest which is 2.12.xxx. Restarted. Fixed the problem.

Json.net not compatible for windows phone 8.1

Trying to add NewtonSofts json.net library via nuget. Getting a "not compatible" dialog when clicking install.
1...Create new "Blank App" for Windows Phone 8.1 project in Visual Studio 2013 update 2
2...Click Manage NuGet packages
3...Find json.net version 6.0.3
4...Error dialog saying not compatible
Dialog also lists compatible versions, which includes wp7, wp80 and something called wpa81.
The error i get is as follows:
Installing 'Newtonsoft.Json 6.0.3'.
Successfully installed 'Newtonsoft.Json 6.0.3'.
Adding 'Newtonsoft.Json 6.0.3' to App1.
Uninstalling 'Newtonsoft.Json 6.0.3'.
Successfully uninstalled 'Newtonsoft.Json 6.0.3'.
Install failed. Rolling back...
Could not install package 'Newtonsoft.Json 6.0.3'. You are trying to install this package into a project that targets 'WindowsPhoneApp,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I had this problem today as well. To fix it, here's a silly one, I unchecked WP8.1 on my project, installed JSON.NET, then went in and passive aggressively rechecked it, but it worked! On two separate projects, I might add. I built, deployed, tested, and all that good stuff without issue after that. I have no idea why, but I'm pretty sure as experienced developers we've all learned never to question things that work.

Qt Compiler Error

I have installed Qt 5.1 VS2012 , but I do not have VS2012 installed. when I want to compile a project, I get an error saying that no compiler configuration is present. Is there a way not to install VS2012 completely ? forexample just installing its compiler alone ?

Resources