wanppp wanppp
关注数: 17 粉丝数: 18 发帖数: 123 关注贴吧数: 63
求问VB2010Express编写的程序的移植方法 我在WIN7下用VB2010 Express编写了一个程序,并使用了发布功能生成了程序部署清单。把发布后的文件复制到Vmware 8 Workstation 中的 WIN XP PRO SP3虚拟系统中时发现无法安装。在安装了Net framework 2.0, 4.0, 4.0 Client Profile, 4.0 Extended, Visual C++ 2005可再发行组件包,Visual C++ 2008可再发行组件包, Net Compact SQL 3.5及其SP2补丁包,Visual Basic Powerpack 3等等支持库之后发现部署清单执行后弹出"请咨询发布者" 或"系统需要更新"(翻译窗口中的部分英文)。直接复制工程文件夹Release文件夹到虚拟机中执行程序后,在弹出软件启动画面后便什么都没有了。尼玛啊……求大神帮助。 日志文件(所有汉字由*号代替): PLATFORM VERSION INFOWindows : 5.1.2600.196608 (Win32NT)Common Language Runtime : 4.0.30319.1System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)clr.dll : 4.0.30319.1 (RTMRel.030319-0100)dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)dfshim.dll : 4.0.31106.0 (Main.031106-0000) SOURCESDeployment url: file:///C:/Documents%20and%20Settings/%E9%BB%84%E9%97%AB/%E6%A1%8C%E9%9D%A2/%E6%A8%A1%E8%81%94%E4%BC%9A%E8%AE%AE%E7%A8%8B%E5%BA%8FChinese/%E6%A8%A1%E8%81%94%E4%BC%9A%E8%AE%AE%E7%A8%8B%E5%BA%8F%E4%B8%AD%E6%96%87%E5%9C%BA.application IDENTITIESDeployment Identity: *********.application, Version=1.1.2.3, Culture=zh-CN, PublicKeyToken=f6240f88f3156678, processorArchitecture=x86 APPLICATION SUMMARY* Installable application. ERROR SUMMARYBelow is a summary of the errors, details of these errors are listed later in the log.* Activation of C:\Documents and Settings\**\**\******Chinese\********.application resulted in exception. Following failure messages were detected:+ Deployment and application do not have matching security zones. COMPONENT STORE TRANSACTION FAILURE SUMMARYNo transaction error was detected. WARNINGSThere were no warnings during this operation. OPERATION PROGRESS STATUS* [2013-9-20 21:31:27] : Activation of C:\Documents and Settings\**\**\******Chinese\********.application has started.* [2013-9-20 21:31:29] : Processing of deployment manifest has successfully completed.* [2013-9-20 21:31:29] : Installation of the application has started. ERROR DETAILSFollowing errors were detected during this operation.* [2013-9-20 21:31:29] System.Deployment.Application.InvalidDeploymentException (Zone)- Deployment and application do not have matching security zones.- Source: System.Deployment- Stack trace:at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state) COMPONENT STORE TRANSACTION DETAILSNo transaction information is available.
1 下一页