好的,将我的Visual Studio从2012升级到Visual Studio 2012.2(http://www.asp.net/vnext)后,我无法发布我的网站。
右键单击我的Web项目并单击“发布网站”时,我得到的窗口与我使用的窗口不同。但是,我已经设置了我的发布配置文件:
然后我得到了依赖错误,正如你在这里看到的那样(是的,没有关于DropBox物理路径的讨论,这应该不是问题):
我可以轻松构建项目,也可以在发布到DEBUG模式时发布。
您可以在此处查看我的SLN文件,并且所有链接看起来都是正确的。我唯一怀疑的是Release.AspNetCompiler.TargetPath,因为它是它使用的旧路径。 :
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Client", "Client\", "{E9447A39-3F6B-4603-B476-FB72BDB41015}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{92655DFC-29BE-4EEE-A211-E96811E113AA}|GKBusiness.dll;{BFD0BEE2-D00B-4F25-A3D4-D6C5351FA6E4}|GKDatabase.dll;{A4A80063-3996-4B53-992A-0ED1C3D78959}|Utils.dll;{D998D4C0-A7C1-495C-A40B-3926F3CF593A}|MathLibrary.dll;{7F454D7D-8AD6-49A2-88C6-6DD569168618}|Common.dll;"
Debug.AspNetCompiler.VirtualPath = "/Client"
Debug.AspNetCompiler.PhysicalPath = "Client\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Client\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Client"
Release.AspNetCompiler.PhysicalPath = "Client\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Client\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "16481"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GKBusiness", "GKBusiness\GKBusiness.csproj", "{92655DFC-29BE-4EEE-A211-E96811E113AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GKDatabase", "GKDatabase\GKDatabase.csproj", "{BFD0BEE2-D00B-4F25-A3D4-D6C5351FA6E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{A4A80063-3996-4B53-992A-0ED1C3D78959}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathLibrary", "MathLibrary\MathLibrary.csproj", "{D998D4C0-A7C1-495C-A40B-3926F3CF593A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{7F454D7D-8AD6-49A2-88C6-6DD569168618}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GKTest", "GKTest\GKTest.csproj", "{8BA66640-32FE-4DE1-B527-8986BD3F8713}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2394BF74-243E-4521-9E2C-AEDC2AFB0D97}"
ProjectSection(SolutionItems) = preProject
GodeKarakterer.vsmdi = GodeKarakterer.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
我真的不知道出了什么问题。但我当然希望能够发布我的网站!
我尝试重新启动Visual Studio,重建解决方案,清理解决方案并重新启动计算机。
感谢微软 - 我很喜欢这个更新.. Grrrr! : - (
答案 0 :(得分:3)
我在Visual Studio 2012中的发布选项也遇到了一些令人讨厌的问题。
您可能想尝试的一些事项:
- 删除发布配置文件(也检查文件系统)
- 清洁解决方案。
- 关闭Visual Studio
- 重新启动电脑(杀死所有网络服务器进程)
- 清洁温度。 C:\ Windows \ Microsoft.Net \ Framework \下的文件
- 启动Visual Studio
- 建造。
- 重新创建发布配置文件。
答案 1 :(得分:2)
我想,您需要永久放弃 Visual Studio 2010 或 11 ,并且不要卸载其中任何一个。如果您在其中打开解决方案,似乎您将重新破解 Visual Studio 2012 。
看看你的 Visual Studio 2012 是否有效..祝你好运!