XBAP — The system cannot find the file specified. (Exception from HRESULT: 0x80070002)?

Привет. Дано XBAP приложение. Разработка ведеться уже более трех лет. Недавно (3-4 недели) начали сталкиваться со следующей проблемой. Приложение, после обновления на сервере, перестает запускаться после загрузки с первого раза. Необходимо перезапускать иногда 3-4 раза подряд, а временами даже чистить кеш. После полной загрузки, отображается ошибка: The system cannot find the file specified.


Вот что в логе:


ERROR SUMMARY

Below is a summary of the errors, details of these errors are listed later in the log.

* An exception occurred while downloading the application. Following failure messages were detected:

+ The system cannot find the file specified. (Exception from HRESULT: 0x80070002)





ERROR DETAILS

Following errors were detected during this operation.

* [8/08/2013 12:21:32 PM] System.IO.FileNotFoundException

— The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

— Source: mscorlib

— Stack trace:

at System.Deployment.Internal.Isolation.IsolationInterop.CreateActContext(CreateActContextParameters& Params)

at System.Deployment.Internal.Isolation.IsolationInterop.CreateActContext(IDefinitionAppId AppId)

at System.ActivationContext.CreateFromName(ApplicationIdentity applicationIdentity)

at System.ActivationContext.CreatePartialActivationContext(ApplicationIdentity identity)

at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)

at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()


COMPONENT STORE TRANSACTION DETAILS

No transaction information is available.


К сожалению, не понятно, какой именно файл он не может найти. Как правильно идентифицировать причину проблемы?


Спасибо.
  • Вопрос задан
  • 4193 просмотра
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы