skip to Main Content

Add Migration with asp.net web API

PM> Add-Migration InitialCreate Exception calling "SetData" with "2" argument(s): "Type 'Microsoft.VisualStudio.P rojectSystem.VS.Implementation.Package.Automation.OAProject' in assembly 'Microsoft.VisualStudio.ProjectSystem.VS.Implementation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable." At C:UsersCtop.nugetpackagesentityframework6.0.0toolsEntityFramework.psm1 :609 char:5 + $domain.SetData('project', $project) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException +…

VIEW QUESTION

Spanned archives with more than 65534 segments are not supported at this time – Asp.net

Our current implementation on our ASP.net website doesn't support Zip64 which it needs to, so we're moving from System.IO.Compression over to DotNetZip: https://github.com/DinoChiesa/DotNetZip This small archive: https://github.com/DinoChiesa/DotNetZip/files/10184907/Zip.zip Throws the error: Spanned archives with more than 65534 segments are not supported…

VIEW QUESTION
Back To Top
Search