简体   繁体   English

ClickOnce应用程序启动后未显示任何内容

[英]ClickOnce application not showing anything after launching

I have publish ClickOnce application in file network. 我已经在文件网络中发布了ClickOnce应用程序。 After installing application and there is created shortcut. 安装应用程序后,将创建快捷方式。

When I launch application nothing happens, there is glimpse of process in task manager and nothing happens. 当我启动应用程序时,什么也没发生,任务管理器中的流程一目了然,什么也没发生。

But some of my other ClickOnce application works fine. 但是我的其他其他ClickOnce应用程序也可以正常工作。 Only that application does nothing. 只有那个应用程序什么都不做。 I have no idea what is happening, no error, nothing. 我不知道发生了什么,没有错误,什么也没有。 How can I handle this problem? 我该如何解决这个问题?

Click once application gets installed locally in this path - c:\\users\\username\\AppData\\Local\\Apps\\2.0\\obfuscatedfoldername\\obfuscatedfoldername 一旦应用程序在此路径中本地安装,请单击一次c:\\users\\username\\AppData\\Local\\Apps\\2.0\\obfuscatedfoldername\\obfuscatedfoldername

You can go to this path - by typing in run command: %appdata%\\..\\Local\\Apps\\2.0 您可以转到此路径-通过键入运行命令: %appdata%\\..\\Local\\Apps\\2.0

Delete the contents of this folder and re-open the click once to re-install it. 删除该文件夹的内容,然后重新单击一次以重新安装它。

  • Check if the application gets freshly installed. 检查应用程序是否全新安装。
  • Try opening from that location directly. 尝试直接从该位置打开。
  • If the application has logs, check it 如果应用程序有日志,请检查它
  • If not check the event log for clues. 如果没有,请检查事件日志以获取线索。

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

相关问题 从另一个 ClickOnce 应用程序启动 ClickOnce 应用程序 - Launching a ClickOnce application from another ClickOnce application ClickOnce发布了一个从网络安装的应用程序,每次运行它时都会显示烦人的“启动应用程序”窗口 - ClickOnce published an application installed from web showing annoying “Launching Application” window every time I run it 从网络共享启动 WPF clickonce 应用程序时出错 - Error when launching WPF clickonce application from network share 在 WPF 应用程序上显示 ClickOnce 部署版本 - Showing ClickOnce deployment version on WPF application 更新后Clickonce Winforms应用程序启动缓慢 - Slow startup of Clickonce winforms application after update 通过 ClickOnce 发布后找到“应用程序文件”目录 - Find 'Application Files' directory after publish by ClickOnce 重定向到clickonce应用程序后关闭aspx页面 - Closing an aspx page after redirect to a clickonce application 启动应用程序,然后在关闭应用程序后还原 - Launching an application, then restoring after closing application 从Windows注册表启动启动应用程序时,返回ClickOnce版本不起作用 - Returning ClickOnce version doesn't work when launching application on startup from the Windows Registry 启动多个winforms后退出申请的方法? - Ways to quit application after launching multiple winforms?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM