Je souhaite exécuter mon application wpf "A" à partir d'un autre assemblage "B".Exécuter l'application WPF à partir d'un autre assemblage
J'utilise le code suivant:
static void main()
{
var app = new A.App();
app.InitializeComponent();
app.Run();
}
quand je lance mon application, je suis l'erreur suivante:
Cannot convert string '/Resources/icon.gif' in attribute 'Icon' to object of type 'System.Windows.Media.ImageSource'. Cannot locate resource 'resources/icon.gif'. Error at object 'MainWindow' in markup file 'A;component/shell/shellview.xaml'.
Comment puis-je transférer des images B et des ressources d'information à? Merci!
que l'on ne vous utilisez finalement? – Archie