Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assembly not found
Message
De
24/12/2009 08:40:01
 
 
À
24/12/2009 08:03:12
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01439842
Message ID:
01440518
Vues:
19
>Hmmm. Works for me. Given this file in a project named Members:
namespace Members.Library
>{
>    public class Class1
>    {
>    }
>}
>then the following WPF XAML shows the Library.Members namespace in Intellisense and ends up like this:
<Window x:Class="WpfApplication1.Window1"
>    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>    xmlns:Members="clr-namespace:Members.Library;assembly=Members" >
></Window>
I just tried something similar and it worked in the test (well the intellisense didn't show me what I expected) and the error does not show up. This is really weird. Maybe I need to start everything over from scratch? Aargh, this is really frustrating.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform