MissingManifestResourceException = Bahnhof?

kahuna

Erfahrenes Mitglied
Hallo,

Ich bin mit meinem Latein am Ende.

Ich habe eine *?¨#@gewöhnliche ImageList meinem Control hinzugefügt und der zwei Icons geaddet. Funktioniert bene.
Wenn ich nun das Programm ausführe erhalte ich folgenden hübschen Fehler:
Code:
Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly.  Make sure "PGTabPage.resources" was correctly embedded or linked into assembly "trLogControl Client v2".
baseName: PGTabPage  locationInfo: trLogControl.PGTabPage  resource file name: PGTabPage.resources  assembly: trLogControl Client v2, Version=1.0.1699.23187, Culture=neutral, PublicKeyToken=null

Was soll der Scheiss? Ich hab doch an den resx files überhaupt nichts geändert!
Danke für eure Hilfe =D

Gruss kahuna
 
Hi,

das Manifest ist die zentrale Informationsquelle für verwendetes Framework, Sprache aber auch wo und wie Resourcen liegen usw. usw.

Ich vermute Du hast - da der Zugriff auf Resourcen meist mit Strings passiert - nen Buchstabendreher oder was ähnliches im Quellcode.

Chris
 
Zurück