值不在预期范围内。 VB.NET

时间:2019-03-25 20:24:42

标签: vb.net

一切正常,直到我在报告(.rdlc)中更改了一些很小的内容,现在我无法编译程序。

平台版本信息:

Windows ................ 10.0.17134.0 (Win32NT)
Common Language Runtime . 4.0.30319.42000
System.Deployment.dll ... 4.7.3056.0 built by: NET472REL1
clr.dll     ............. 4.7.3362.0 built by: NET472REL1LAST_C
dfdll.dll ............... 4.7.3056.0 built by: NET472REL1
dfshim.dll ,............ 10.0.17134.1 (WinBuild.160101.0800)

来源:

Deployment url          : file:///C:/KORTICK_Shipping/Shipping.application
Application url         : file:///C:/KORTICK_Shipping/Application%20Files/Shipping_1_0_0_143/Shipping.exe.manifest

身份:

Deployment Identity     : Shipping.application, Version=1.0.0.143, Culture=neutral, PublicKeyToken=af2e04a4ff662ec9, processorArchitecture=msil
Application Identity    : Shipping.exe, Version=1.0.0.143, Culture=neutral, PublicKeyToken=af2e04a4ff662ec9, processorArchitecture=msil, type=win32

应用摘要:

* Installable application.

错误摘要:

Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\KORTICK_Shipping\Shipping.application resulted in exception. Following failure messages were detected:
    + Value does not fall within the expected range.

组件存储事务失败摘要:

No transaction error was detected.

警告:

There were no warnings during this operation.

操作进度状态:

* [03/25/2019 1:18:21 PM] : Activation of C:\KORTICK_Shipping\Shipping.application has started.
* [03/25/2019 1:18:21 PM] : Processing of deployment manifest has successfully completed.
* [03/25/2019 1 details::18:21 PM] : Installation of the application has started.
* [03/25/2019 1:18:21 PM] : Processing of application manifest has successfully completed.
* [03/25/2019 1:18:22 PM] : Found compatible runtime version 4.0.30319.
* [03/25/2019 1:18:22 PM] : Request of trust and detection of platform is complete.

错误详细信息:

Following errors were detected during this operation.
* [03/25/2019 1:18:22 PM] System.ArgumentException
    - Value does not fall within the expected range.
    - Source: System.Deployment
    - Stack trace:
        at System.Deployment.Internal.Isolation.IStore.LockApplicationPath(UInt32 Flags, IDefinitionAppId ApId, IntPtr& Cookie)
        at System.Deployment.Application.ComponentStore.LockApplicationPath(DefinitionAppId definitionAppId)
        at System.Deployment.Application.SubscriptionStore.LockApplicationPath(DefinitionAppId definitionAppId)
        at System.Deployment.Application.FileDownloader.PatchFiles(SubscriptionState subState)
        at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState, X509Certificate2 clientCertificate)
        at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
        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, Uri& deploymentUri)
        at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    --- End of stack trace from previous location where exception was thrown ---
        at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
        at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
        at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

组件商店交易明细:

No transaction information is available.

0 个答案:

没有答案