S
S
Stanislav Gordienko2013-08-08 09:45:08
.NET
Stanislav Gordienko, 2013-08-08 09:45:08

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

Hello. Given an XBAP application. Development has been going on for more than three years. Recently (3-4 weeks) started to face the following problem. The application, after updating on the server, stops running after loading the first time. You need to restart sometimes 3-4 times in a row, and sometimes even clear the cache. After a full download, an error is displayed: The system cannot find the file specified.
Here's what's in the log:
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. The following failure messages were detected:
+ The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

ERROR DETAILS
The 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.
Unfortunately, it is not clear which file it cannot find. How to correctly identify the cause of the problem?
Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
killer112, 2014-10-12
@killer112

Write yourself - this option is not suitable? This is usually faster and easier than editing some ready-made solutions.
30 lines of code + some CSS animation

V
Vitaly Kirenkov, 2014-10-12
@DeLaVega

Let's take the Sly plugin .
He has a structure

<div class="frame">
  <div class="slider"></div>
</div>

hang initialization on frame.
And put css on the frame before and after, which you style as a gradient. This can be done with styles, but if it's difficult, you can put a gradient in the background image.

T
TANK_IST, 2014-10-12
@TANK_IST

We take any slider and edit a little css

N
Nadarik, 2014-10-12
@Nadarik

getbootstrap.com/javascript/#carousel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question