Windows Vista Beta | WinVistaBeta.com - Message | xmlns assembly resolving designer/compiler

July 05, 2008  
Subject: xmlns assembly resolving designer/compiler
Group: microsoft.public.windows.developer.winfx.sdk
Date: 9/26/2006 5:06:02 AM
From: =?Utf-8?B?RGFu?= [Email Address Protection]

I have an assembly, sldcore, which has a namespace SolidCore in it, and the
dll is named solidcoreud.dll.

xmlns:SolidCore="clr-namespace:SolidCore;assembly=soldcore"

Then the assembly is not resolved (even though the reference is to
solidcore) so I tried explicitly calling out the dll name

xmlns:SolidCore="clr-namespace:SolidCore;assembly=soldcoreud"

This works, types are resovled, at least from the aspect of compiling the
xaml, however the designer gives

Error 3 Assembly 'SldCoreud' was not found. The 'clr-namespace' URI refers
to an assembly that is not referenced by the project.

How do I carry on using the designer ?

--
Dan

Back