Error installing app

MiltonSnider

Member
Joined
Sep 15, 2009
Messages
7
Programming Experience
Beginner
I have 1 VB application using windows forms. I wrote it 3 years ago and it worked fine. Basically it sends out thousands of threaded async emails and pulls the email addresses from an sql DB. Now that I have upgraded to windows 7 and moved from VS 2008 to 2010 the compiled app won't install. I don't know where to begin to find out what is wrong. I do remember when I first installed this app on XP there was a problem finding the correct sql runtime files but I don't know if that is the problem here. Here is the text

Cannot download the application. The application is missing required files. Contact application vendor for assistance.
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.269
System.Deployment.dll : 4.0.30319.245 (RTMGDR.030319-2400)
clr.dll : 4.0.30319.269 (RTMGDR.030319-2600)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)

SOURCES
Deployment url : file:///C:/Documents%20and%20Settings/sprl/Desktop/temp/_app7/Email%20App.application
Application url : file:///C:/Documents%20and%20Settings/sprl/Desktop/temp/_app7/Application%20Files/Email%20App_1_0_0_60/Email%20App.exe.manifest

IDENTITIES
Deployment Identity : Email App.application, Version=1.0.0.60, Culture=neutral, PublicKeyToken=17a2ef5df84b914a, processorArchitecture=msil
Application Identity : Email App.exe, Version=1.0.0.60, Culture=neutral, PublicKeyToken=17a2ef5df84b914a, 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 C:\Documents and Settings\sprll\Desktop\temp\_app7\Email App.application resulted in exception. Following failure messages were detected:
+ Downloading file:///C:/Documents and Settings/sprll/Desktop/temp/_app7/Application Files/Email App_1_0_0_60/FINAL survey reminder %234 10-31.html.deploy did not succeed.
+ Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.
+ Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.
+ Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [9/25/2012 2:44:10 PM] : Activation of C:\Documents and Settings\sprll\Desktop\temp\_app7\Email App.application has started.
* [9/25/2012 2:44:10 PM] : Processing of deployment manifest has successfully completed.
* [9/25/2012 2:44:10 PM] : Installation of the application has started.
* [9/25/2012 2:44:10 PM] : Processing of application manifest has successfully completed.
* [9/25/2012 2:44:13 PM] : Found compatible runtime version 4.0.30319.
* [9/25/2012 2:44:13 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [9/25/2012 2:44:14 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading file:///C:/Documents and Settings/sprll/Desktop/temp/_app7/Application Files/Email App_1_0_0_60/FINAL survey reminder %234 10-31.html.deploy did not succeed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
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)
--- Inner Exception ---
System.Net.WebException
- Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.
- Source: System
- Stack trace:
at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.FileWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
--- Inner Exception ---
System.Net.WebException
- Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.
- Source: System
- Stack trace:
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
at System.Net.FileWebRequest.GetResponseCallback(Object state)
--- Inner Exception ---
System.IO.FileNotFoundException
- Could not find file 'C:\Documents and Settings\sprll\Desktop\temp\_app7\Application Files\Email App_1_0_0_60\FINAL survey reminder %234 10-31.html.deploy'.
- 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, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, 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.
 
Back
Top