Click here to Skip to main content
15,893,814 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Membership and Roles in a WinForm App Pin
#realJSOP11-Dec-08 6:31
mve#realJSOP11-Dec-08 6:31 
QuestionSession Expire Pin
deepakwaje8-Dec-08 2:54
deepakwaje8-Dec-08 2:54 
AnswerRe: Session Expire Pin
Brij8-Dec-08 3:14
mentorBrij8-Dec-08 3:14 
GeneralRe: Session Expire Pin
deepakwaje9-Dec-08 20:38
deepakwaje9-Dec-08 20:38 
GeneralRe: Session Expire Pin
Brij10-Dec-08 0:55
mentorBrij10-Dec-08 0:55 
Questionassigning datakeyname to dynamic gridview Pin
p.s.sriram7-Dec-08 23:44
p.s.sriram7-Dec-08 23:44 
QuestionNhibernate issue with parent / child relationship Pin
Florian DREVET6-Dec-08 12:21
Florian DREVET6-Dec-08 12:21 
QuestionOdd ClickOnce Issue Pin
mjmim5-Dec-08 15:19
mjmim5-Dec-08 15:19 
Hey guys,

I have an application which has hundreds of succesfull downloads a month using the ClickOnce technology.

I received an angry mail from a user who is unable to download the application.

I have copied the message he recieves at the bottom of this post. I don't understand why the download paths are all messed up during his download. Instead of searching for the files on our website the installation seems to be looking for the files locally.... Why is that? I repeat we have hundreds of users that are downloading with no problem. I started to think that maybe this was a competitor that was just trying to drive me insane!!!

PLATFORM VERSION INFO
Windows : 5.1.2600.131072
(Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42
(RTM.050727-4200)
mscorwks.dll : 2.0.50727.42
(RTM.050727-4200)
dfdll.dll : 2.0.50727.42
(RTM.050727-4200)
dfshim.dll : 2.0.50727.42
(RTM.050727-4200)

SOURCES
Deployment url :
file:///C:/Documents%20and%20Settings/Jon/Desktop/ExampleApplication.applicat
ion

IDENTITIES
Deployment Identity :
ExampleApplication.application, Version=2.1.3.7, Culture=neutral,
PublicKeyToken=3a0d09breeh853e7, processorArchitecture=msil

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 C:\Documents and
Settings\Jon\Desktop\ExampleApplication.application resulted in exception.
Following failure messages were detected:
+ Downloading file:///C:/Documents and
Settings/Jon/Desktop/ExampleApplication_2_1_3_7/ExampleApplication.exe.manifest
did not succeed.
+ Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.
+ Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.
+ Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [12/4/2008 3:27:40 PM] : Activation of C:\Documents and
Settings\Jon\Desktop\ExampleApplication.application has started.
* [12/4/2008 3:27:41 PM] : Processing of deployment manifest has
successfully completed.
* [12/4/2008 3:27:41 PM] : Installation of the application has
started.

ERROR DETAILS
Following errors were detected during this operation.
* [12/4/2008 3:27:41 PM]
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading file:///C:/Documents and
Settings/Jon/Desktop/ExampleApplication_2_1_3_7/ExampleApplication.exe.manifest
did not succeed.
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(Downloa
dQueueItem next)
at
System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
at
System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri&
sourceUri, String targetPath, IDownloadNotification notification,
DownloadOptions options, ServerInformation& serverInformation)
at
System.Deployment.Application.DownloadManager.DownloadApplicationManifest(As
semblyManifest deploymentManifest, String targetDir, Uri deploymentUri,
IDownloadNotification notification, DownloadOptions options, Uri&
appSourceUri, String& appManifestPath)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(Subsc
riptionState subState, ActivationDescription actDesc, Int64 transactionId,
TempDirectory& downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(Subscr
iptionState subState, ActivationDescription actDesc)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivati
on(Uri activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(
Object state)
--- Inner Exception ---
System.Net.WebException
- Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.
- Source: System
- Stack trace:
at
System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
at
System.Net.FileWebRequest.GetResponse()
at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(Downloa
dQueueItem next)
--- Inner Exception ---
System.Net.WebException
- Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.
- Source: System
- Stack trace:
at
System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess
access, Boolean asyncHint)
at
System.Net.FileWebRequest.WrappedGetResponseCallback(Object state)
--- Inner Exception ---
System.IO.DirectoryNotFoundException
- Could not find a part of the path 'C:\Documents
and
Settings\Jon\Desktop\ExampleApplication_2_1_3_7\ExampleApplication.exe.manifest'
.
- Source: mscorlib
- Stack trace:
at System.IO.__Error.WinIOError(Int32
errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String
path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights,
FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES
secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String
path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize,
Boolean useAsync)
at
System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode
mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
at
System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess
access, Boolean asyncHint)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
AnswerRe: Odd ClickOnce Issue Pin
mjmim7-Dec-08 3:52
mjmim7-Dec-08 3:52 
AnswerRe: Odd ClickOnce Issue Pin
Simon P Stevens7-Dec-08 22:44
Simon P Stevens7-Dec-08 22:44 
GeneralRe: Odd ClickOnce Issue Pin
mjmim7-Dec-08 23:07
mjmim7-Dec-08 23:07 
GeneralRe: Odd ClickOnce Issue Pin
Simon P Stevens7-Dec-08 23:18
Simon P Stevens7-Dec-08 23:18 
QuestionDataViews DataTables and DataGridViews and indexing Pin
Ed Hill _5_5-Dec-08 0:23
Ed Hill _5_5-Dec-08 0:23 
AnswerRe: DataViews DataTables and DataGridViews and indexing [modified] Pin
BillyGoatGruff8-Dec-08 5:59
BillyGoatGruff8-Dec-08 5:59 
QuestionMOSS 2007 help required Pin
Saurav Jaiswal4-Dec-08 23:11
Saurav Jaiswal4-Dec-08 23:11 
AnswerRe: MOSS 2007 help required Pin
Saurav Jaiswal9-Dec-08 0:47
Saurav Jaiswal9-Dec-08 0:47 
QuestionConsole Application Help Pin
Dan Suthar4-Dec-08 1:31
professionalDan Suthar4-Dec-08 1:31 
AnswerRe: Console Application Help Pin
Wendelius4-Dec-08 9:46
mentorWendelius4-Dec-08 9:46 
GeneralRe: Console Application Help Pin
Dan Suthar4-Dec-08 20:28
professionalDan Suthar4-Dec-08 20:28 
GeneralRe: Console Application Help Pin
Dave Kreskowiak5-Dec-08 3:28
mveDave Kreskowiak5-Dec-08 3:28 
AnswerRe: Console Application Help Pin
Dan Suthar5-Dec-08 5:53
professionalDan Suthar5-Dec-08 5:53 
GeneralRe: Console Application Help Pin
Wendelius5-Dec-08 7:55
mentorWendelius5-Dec-08 7:55 
QuestionException handling Pin
Umangj3-Dec-08 15:34
Umangj3-Dec-08 15:34 
GeneralRe: Exception handling Pin
Luc Pattyn3-Dec-08 16:08
sitebuilderLuc Pattyn3-Dec-08 16:08 
GeneralRe: Exception handling Pin
Umangj3-Dec-08 17:45
Umangj3-Dec-08 17:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.