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

Click here to load this message in the networking platform