- Code: Alles auswählen
Imports System
Imports System.IO
Aber sobald "Imports System" im Programmcode steht, bricht Visual Basic beim Kompilieren mit folgender Fehlermeldung ab:
Error 1 The "GenerateApplicationManifest" task failed unexpectedly.
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(Stream inStream)
at Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(Stream s, String xpath)
at Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(String path)
at Microsoft.Build.Tasks.GenerateApplicationManifest.AddClickOnceFiles(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.BuildApplicationManifest(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.OnManifestLoaded(Manifest manifest)
at Microsoft.Build.Tasks.GenerateManifestBase.BuildManifest()
at Microsoft.Build.Tasks.GenerateManifestBase.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) Sonnenschutz Konverter
Mit Google hab ich nichts brauchbares dazu gefunden, und die Microsoft Hilfte findet auch nichts zu dem Fehler. Kann mir wer sagen wo hier das Problem liegt? Habe heute Visual Basic sogar schon komplett neu installiert.