Problem beim Erstellen des Fertigen Projektes

  • VB.NET
  • .NET (FX) 4.5–4.8

Es gibt 2 Antworten in diesem Thema. Der letzte Beitrag () ist von Andy2002.

    Problem beim Erstellen des Fertigen Projektes

    Hallo,

    ich bekomme neuerdings folgende Fehlermeldung wenn ich mein "Projekt" Erstellen möchte.

    Quellcode

    1. WARNING: 'Dxtmsft.dll' should be excluded because its source file 'C:\Windows\SysWOW64\Dxtmsft.dll' is under Windows System File Protection.
    2. WARNING: 'Dxtmsft.dll' should be excluded because its source file 'C:\Windows\SysWOW64\Dxtmsft.dll' is under Windows System File Protection.
    3. WARNING: 'wmpnssci.dll' should be excluded because its source file 'C:\Program Files (x86)\Windows Media Player\wmpnssci.dll' is under Windows System File Protection.
    4. WARNING: 'wmpnssci.dll' should be excluded because its source file 'C:\Program Files (x86)\Windows Media Player\wmpnssci.dll' is under Windows System File Protection.
    5. WARNING: 'wmp.dll' should be excluded because its source file 'C:\WINDOWS\system32\wmp.dll' is under Windows System File Protection.
    6. WARNING: 'wmp.dll' should be excluded because its source file 'C:\WINDOWS\system32\wmp.dll' is under Windows System File Protection.
    7. ERROR: 'msdxm.tlb' should be excluded because its source file 'C:\Windows\System32\msdxm.tlb' is under Windows System File Protection.
    8. ERROR: 'msdxm.tlb' should be excluded because its source file 'C:\Windows\System32\msdxm.tlb' is under Windows System File Protection.
    9. WARNING: 'Dxtrans.dll' should be excluded because its source file 'C:\Windows\SysWOW64\Dxtrans.dll' is under Windows System File Protection.
    10. WARNING: 'Dxtrans.dll' should be excluded because its source file 'C:\Windows\SysWOW64\Dxtrans.dll' is under Windows System File Protection.
    11. Build process cancelled


    Im Programm sind die verweise Richtig, es hat auch bisher immer Funktioniert. Nur jetzt wollte ich ein Update Bringen, und da erstellt er mir die oben stehenden Fehler und bricht den Build Vorgang ab. ( Könnte das an Windows 10 1903 liegen? ) Hab ich seit einigen Wochen drauf.. Und falls ja, wie behebe ich das?

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „Andy2002“ ()

    Schau mal im MSDN: Datei in Dein Verzeichnis per Local Copy reinkopieren, dann sollte es klappen. Die o.g. Dateien stehen unter DenkmalDateischutz, daher ist wohl das Einbinden dieser Originaldateien verboten/mit Vorsicht zu genießen. Was wäre z.B., wenn man mit Deinem Programm auf einem Win8 oder Vista-PC arbeiten will, indem man es dorthin kopiert? Wird wohl nicht mehr gehen, wenn Du die DLLs nicht mitlieferst, sondern darauf hoffst, dass sie im Windowsverzeichnis drin sind.
    Dieser Beitrag wurde bereits 5 mal editiert, zuletzt von „VaporiZed“, mal wieder aus Grammatikgründen.

    Aufgrund spontaner Selbsteintrübung sind all meine Glaskugeln beim Hersteller. Lasst mich daher bitte nicht den Spekulatiusbackmodus wechseln.
    Lokale Kopie ist auf True, siehe Bild. Und ja die Daten werden Mitgeliefert. - (Das Programm ist Windows 10 only.) Und erstellt wird es als .msi Setup. Kann mir nur denken das ich vielleicht in der Routine dort die verweise nicht Aktualisiert habe.. (Prüfe ich gerade)
    Hab den Fehler gefunden, ich hatte einige verweise in der Setup Routine drin, die ich seit einigen Versionen im Programm selbst nicht mehr Nutze. Zb stole, ist komplett überflüssig, hatte ich jedoch in beiden noch drin.. Und seit Win10 1903 sind die Wohl "nur Read only")