ServiceStack.UseCases icon indicating copy to clipboard operation
ServiceStack.UseCases copied to clipboard

Could not install Microsoft.Asp.Net Package

Open ristaloff opened this issue 11 years ago • 0 comments

Hi,

When updating the nuget packages for the solution I got this message: 2014-02-24 11_39_22-summary

I ignored the error and tried to build the soulution. I got these warnings: Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ServiceStack.OrmLite.Sqlite, Version=4.0.11.0, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. Reusability

Warning 2 Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="DotNetOpenAuth.AspNet" culture="neutral" publicKeyToken="2780ccd10d57b246" /><bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="DotNetOpenAuth.Core" culture="neutral" publicKeyToken="2780ccd10d57b246" /><bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" /></dependentAssembly></assemblyBinding> CustomAuthenticationMvc

Warning 3 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ServiceStack.OrmLite.Sqlite, Version=4.0.11.0, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. Reusability

ristaloff avatar Feb 24 '14 10:02 ristaloff