Kobarin's Development Blog

C#やASP.NETなどについての記録です。

Visual Studio

ASP.NET Core でWebページ→PDF変換

ASP.NET MVC 5.0の時には、WebページをPDF化する際にTuespechkinを使っており、Azure上でも動作していました。 今回.NET Core 5.0のリリースを機に調べたところ、Tuespechkinは.net framework用のライブラリなので、ASP.NET Coreに対応するPDF変換ライブラリ…

Visual Studio 2019からAzureにDeployできない問題

Visual Studio 2019からAzureにDeployする際、以下ののエラーとなる。 Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception. 状況をまとめると以下の通り。 ASP.NET Coreのプロジェク…