小编Dav*_*veN的帖子

Visual Studio 2017安装项目缺失

任何人都知道Visual Studio 2017的难以捉摸的安装项目模板去了哪里?
尝试更新VS2015安装项目,但不支持他们的安装项目,MS没有我能找到的信息(我在过去的5个小时内从IDE的论坛中跟踪了每个链接,但他们带我到旧页面!).InstallShield无处可寻,ClickOnce仍无法选择.

installshield visual-studio visual-studio-setup-proje visual-studio-2017

29
推荐指数
2
解决办法
4万
查看次数

Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException

在首次运行 ASP.NET Core MVC 样板模板 (DotNet Core) 时,我从 Visual Studio 2017 收到以下关于 SSL 证书的错误消息:

"Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException发生 HResult=0x80070002 Message=系统找不到指定的文件 Source=
StackTrace: at Internal.Cryptography.Pal.CertificatePal.FromBlobOrFile(Byte[] rawData, String fileName, String password, X509KeyStorageFlags keyStorageFlags)在 System.Security.Cryptography.X509Certificates.X509Certificate..ctor(String fileName, String password, X509KeyStorageFlags keyStorageFlags) 在 Microsoft.AspNetCore.Hosting.KestrelServerOptionsHttpsExtensions.UseHttps(KestrelServerOptions options, String fileName, String password) ..."

使用 SSL 的所有其他项目都可以正常工作,我已经仔细检查了我的 localhost 证书是否在本地机器的受信任的根证书颁发机构中并且没有过期。该项目正在运行 IISExpress - 也许它看起来不正确?我不知道。任何想法我哪里出错了?

c# asp.net ssl iis-express .net-core

5
推荐指数
1
解决办法
1万
查看次数