when it runs it wont start

d927

New member
Joined
Jun 11, 2009
Messages
2
Programming Experience
3-5
when i click debug my program works fine, and it will publish no proble but when t runs it wont start and i get an error:

PLATFORM VERSION INFO
Windows : 6.0.6001.65536 (Win32NT)
Common Language Runtime : 2.0.50727.3074
System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000)
mscorwks.dll : 2.0.50727.3074 (QFE.050727-3000)
dfdll.dll : 2.0.50727.3053 (netfxsp.050727-3000)
dfshim.dll : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
Deployment url : file:///F:/DC%20Drive/Docs/Files/main.doc/Publish/WorkStation.application
Application url : file:///F:/DC%20Drive/Docs/Files/main.doc/Publish/Application%20Files/WorkStation_2_1_0_73/WorkStation.exe.manifest

IDENTITIES
Deployment Identity : WorkStation.application, Version=2.1.0.73, Culture=neutral, PublicKeyToken=f3d074a4cde47822, processorArchitecture=msil
Application Identity : WorkStation.exe, Version=2.1.0.73, Culture=neutral, PublicKeyToken=f3d074a4cde47822, processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Installable application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of F:\DC Drive\Docs\Files\main.doc\Publish\WorkStation.application resulted in exception. Following failure messages were detected:
+ Value does not fall within the expected range.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [6/11/2009 4:33:57 PM] : Activation of F:\DC Drive\Docs\Files\main.doc\Publish\WorkStation.application has started.
* [6/11/2009 4:33:58 PM] : Processing of deployment manifest has successfully completed.
* [6/11/2009 4:33:58 PM] : Installation of the application has started.
* [6/11/2009 4:33:58 PM] : Processing of application manifest has successfully completed.
* [6/11/2009 4:33:59 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [6/11/2009 4:33:59 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.Internal.Isolation.Store.LockApplicationPath(IDefinitionAppId app)
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)
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)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.



help. i need this done by the thirty'th before i go over seas and cant work on it for a month. i realy dont what to delay it....
ill post my code later when i have access
 
Back
Top