简体   繁体   English

无法在本地Windows-7桌面上运行Azure VB.NET网站的副本

[英]Can't run a copy of my Azure VB.NET web on my local Windows-7 desktop

Using Visual Studio 2015 Community at both ends (Azure and desktop) 两端都使用Visual Studio 2015社区(Azure和桌面)

Open .sln at local desktop VS and I get: "..projects in solution were not loaded correctly." 在本地桌面VS上打开.sln,我得到:“ ..解决方案中的项目未正确加载。”

OUTPUT windows: C:\\Primary\\PROJECTS\\PRAY\\pray web : error : Configuring IIS Express failed with the following error: 输出窗口:C:\\ Primary \\ PROJECTS \\ PRAY \\ pray web:错误:配置IIS Express失败,出现以下错误:

Filename: \\?\\C:\\Primary\\PROJECTS\\PRAY\\pray web.vs\\config\\applicationhost.config Error: Cannot write configuration file 文件名:\\?\\ C:\\ Primary \\ PROJECTS \\ PRAY \\ pray web.vs \\ config \\ applicationhost.config错误:无法写入配置文件

I solved it! 我解决了! Just had to unencrypt the directory of my vb.net project. 只需解密我的vb.net项目的目录即可。

Microsoft, please add this to your test plan for Visual Studio. Microsoft,请将其添加到您的Visual Studio测试计划中。 And, your error "Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))" is shockingly obscure for a company that 30 years old. 而且,对于一家拥有30年历史的公司,您的错误“未指定的错误(HRESULT的异常:0x80004005(E_FAIL))”令人震惊。 For shame! 耻辱! This is the 21st Century. 这是21世纪。 Be elegant, Microsoft, like Apple. 像苹果一样,微软要优雅。

Nevertheless, Microsoft Visual Studio is the best IDE I've used in 35 years; 不过,Microsoft Visual Studio是我35年来使用的最好的IDE。 been a loyal fan of it for 20 years. 二十年来一直是它的忠实粉丝。 Guess what?! 你猜怎么了?! It even debugs Linux targets now. 现在,它甚至可以调试Linux目标。 I kid you not. 我不骗你 I tried it myself. 我自己尝试过。 What an IDE! 真是个IDE!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的 VB.NET Web 应用程序身份验证问题 - Issue with my VB.NET web application authentication ASP VB.NET-FindControl找不到我的控件 - ASP VB.NET - FindControl isn't finding my control VB.NET Web App项目如何编译VB.NET Windows App项目中的.vb文件? - how can VB.NET Web App project compile .vb files that are in a VB.NET Windows App project? 如何在VB.net中加密我的ValidationExpression? - How can I encrypt my ValidationExpression in VB.net? 如何使用我的 vb.net 代码发送电子邮件? - How can I send an email with my vb.net code? 在.NET Web应用程序上浏览时,我的网站(在Azure VM Windows 2012服务器上)的URL之一开始显示“此页面无法显示” - One of the URLs on my web site (on Azure VM Windows 2012 server) has started getting “This page can't be displayed” when browsed on my , .NET web app 如何在VB.NET中从Web窗体实现桌面下载 - How to implement a desktop download from web form in VB.NET 有什么想法如何使用asp.net vb.net向我的Web应用程序添加文本通信? - any ideas how to add text communication to my web application using asp.net vb.net? 我的VB.NET Webform上没有KeyDown事件 - No KeyDown event on my VB.NET Webform 我这个vb.net代码有什么问题 - what is wrong in my this vb.net code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM