Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assembly not found
Message
De
18/12/2009 15:18:18
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Titre:
Assembly not found
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01439842
Message ID:
01439842
Vues:
91
Hi,

I am working through a small application (trying to adapt a CSLA.NET sample) and am trying to develop the UI in WPF. This is my first time seriously doing any .NET stuff.

This is my window definition:
<local:EditForm x:Class="MembersWpf.MembershipTypesEdit"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:MembersWpf"
    xmlns:csla="clr-namespace:Csla.Wpf;assembly=Csla"
    xmlns:members="clr-namespace:Members.Library.Admin;assembly=Members.Library">
But I am getting this error:

Assembly 'Members.Library' was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built.

Members.Library definitely exists and is a project in the solution. I have a reference to it as well.

Can anyone tell me what the problem could be?
Frank.

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

Click here to load this message in the networking platform