Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assembly not found
Message
From
18/12/2009 15:18:18
 
 
To
All
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
Assembly not found
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01439842
Message ID:
01439842
Views:
90
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
Next
Reply
Map
View

Click here to load this message in the networking platform