在IE中点击我的应用程序URL时,我收到此错误“无法继续。应用程序格式不正确。请联系应用程序供应商以获取帮助。”
细节:
SOURCES
部署网址:http://localhost:8080/cachetest
错误摘要
下面是错误的摘要,这些错误的详细信息将在后面的日志中列出。
*激活http://localhost:8080/cachetest
,导致异常。检测到以下失败消息:
+来自http://localhost:8080/cachetest
的异常读取清单:清单可能无效或无法打开文件。
+根级别的数据无效。第1行,第1位。
组件商店交易失败摘要 未检测到任何交易错误。
警告 在这次行动中没有任何警告。
操作进度状态
* [11/11/2014 11:30:26 AM]:http://localhost:8080/cachetest
的激活已经开始。
错误细节
在此操作期间检测到以下错误。
* [11/11/2014 11:30:26 AM] System.Deployment.Application.InvalidDeploymentException(ManifestParse)
- 来自http://localhost:8080/cachetest
的异常读取清单:清单可能无效或无法打开文件。
- 来源:System.Deployment
- 堆栈跟踪:
在System.Deployment.Application.ManifestReader.FromDocument(String localPath,ManifestType manifestType,Uri sourceUri)
在System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore,Uri& sourceUri,TempFile& tempFile,SubscriptionState& subState,IDownloadNotification notification,DownloadOptions options,ServerInformation& serverInformation)
在System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore子存储,Uri& sourceUri,TempFile& tempFile,SubscriptionState& subState,IDownloadNotification notification,DownloadOptions选项)
在System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri,Boolean isShortcut,String textualSubId,String deploymentProviderUrlFromExtension,BrowserSettings browserSettings,String& errorPageUrl)
在System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(对象状态)
---内部例外---
System.Xml.XmlException
- 根级别的数据无效。第1行,第1位。
- 来源:System.Xml
- 堆栈跟踪:
在System.Xml.XmlTextReaderImpl.Throw(String res,String arg)
在System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
在System.Xml.XmlTextReaderImpl.ParseDocumentContent()
在System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
在System.Xml.XmlCharCheckingReader.Read()
在System.Xml.XsdValidatingReader.Read()
在System.Deployment.Application.ManifestReader.FromDocument(String localPath,ManifestType manifestType,Uri sourceUri)
组件商店交易细节 没有可用的交易信息。
******注意:我只在IE中获取此错误,而不是在Chrome中。它在chrome中运行良好。**** 我正在使用eclipse和websphere。 有人可以帮我这个吗?为什么我能在Chrome中运行而不是IE?**
答案 0 :(得分:1)
在27日的更新周围查看this post。看起来这可能与index.html页面的字符集有关。该响应的引用使其成功
I just wanted to document the results. The original response included Content-Type:
text/html;charset=utf-8 and based on the correct answer, it should be: Content-Type:
text/html; charset=utf-8 with a space between the type and the charset.