2013-04-09 9 views
10

ja uaktualniania aplikacji z .NET3.5/EF3.5 do .NET4.5/EF5 za pomocą Visual Studio 2012.Jak mogę dostać jednym kliknięciem publikowania do pracy po przejściu na platformę .NET 4.5

Jedno kliknięcie uruchamia wydawniczych, ale generuje następujące komunikaty ostrzegawcze:

  • Element 'Microsoft.Windows.Installer.3.1' nie może znajdować się w „C: \ Program Files (x86) \ Microsoft \ Windows SDK \ v8.0A \ Bootstrapper \ '.
  • Produkt "Windows Installer 4.5" jest wymagany przez ".NET Framework 3.5 SP1", , ale nie został uwzględniony.

Kiedy próbuję zainstalować opublikowaną wersję, otrzymuję Dialog mówiąc

  • nie można uruchomić aplikację
  • Nie można pobrać aplikację. W aplikacji brakuje wymaganych plików. Skontaktuj się z dostawcą aplikacji, aby uzyskać pomoc.

klikając przycisk „Szczegóły ...” przycisk w oknie dialogowym daje tekst, który będzie wkleić poniżej (I otrzymuje swoją nazwę użytkownika z „...”)

Sprawdziłem to c: \ Program Dostępne są pliki Fiels (x86) \ Microsoft SDK \ Windows \ v8.0A \ Bootstrapper. Są to trzy foldery o nazwie "Engine", "Packages" i "Schemas" i nie zawierają żadnych innych treści.

PLATFORM VERSION INFO 
Windows    : 6.1.7601.65536 (Win32NT) 
Common Language Runtime  : 4.0.30319.18034 
System.Deployment.dll  : 4.0.30319.17929 built by: FX45RTMREL 
clr.dll    : 4.0.30319.18034 built by: FX45RTMGDR 
dfdll.dll   : 4.0.30319.17929 built by: FX45RTMREL 
dfshim.dll   : 4.0.41209.0 (Main.041209-0000) 

SOURCES 
Deployment url   : file:///C:/Users/.../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/56DYV716/Security%20Management%20System.application 

ERROR SUMMARY 
Below is a summary of the errors, details of these errors are listed later in the log. 
* Activation of C:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application resulted in exception. Following failure messages were detected: 
    + Downloading file:///C:/Users/.../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/56DYV716/Security Management System.application did not succeed. 
    + Could not find file 'C:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 
    + Could not find file 'C:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 
    + Could not find file 'C:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 

COMPONENT STORE TRANSACTION FAILURE SUMMARY 
No transaction error was detected. 

WARNINGS 
There were no warnings during this operation. 

OPERATION PROGRESS STATUS 
* [4/9/2013 3:04:00 PM] : Activation of C:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application has started. 

ERROR DETAILS 
Following errors were detected during this operation. 
* [4/9/2013 3:04:01 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) 
    - Downloading file:///C:/Users/.../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/56DYV716/Security Management System.application 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.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) 
     at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) 
     at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options) 
     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:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 
    - 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:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 
    - 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:\Users\...\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\56DYV716\Security Management System.application'. 
    - 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, Boolean checkHost) 
     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. 

Odpowiedz

30

Brakowało mi kroku w retargetowaniu do .NET 4.5. Musiałem dostosować wymagania wstępne w następujący sposób:

  • Otwórz okno Właściwości projektu . (Kliknij "Mój projekt")
  • Kliknij opcję Wymagania wstępne.
  • Odznacz ".NET Framework 3.5 (lub dowolny inny stary wersja .NET framework. Zwłaszcza jeśli ma tę ikonę Yellow triangle with exclamation mark.
  • Sprawdź " .NET Framework 4.5 (x86 i x64).”
  • Odznacz "Instalator Windows 3.1".
  • Sprawdź "Instalator Windows 4.5".
+1

Wymagania wstępne znajdują się w oknie Właściwości projektu -> Publikuj w VS2015 –

2

Miałem ten błąd i rozwiązanie działało dla mnie. Musiałem tylko odznaczyć Instalatora Windows 3.1 i sprawdzić Instalatora Windows 4.5, aby usunąć to ostrzeżenie.

Powiązane problemy