![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| Newbie | WPF assembly error in VS 2008 I created a custom control and then attempted to use it in my main xaml file. I created a reference to the custom control using the xml namespace declaration. The xaml file looks like this: Code: <Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfApplication1;assembly=WpfApplication1"
Title="Window1" Height="400" Width="400">
<Grid>
</Grid>
</Window>
Code: Assembly 'WpfApplication1' was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built. To note: This is Visual C# 2008 running on Win XP SP3. I know this error can be avoided cause I have another project I downloaded as a source reference that uses custom controls and does a similar xmlns declaration and it runs just fine. Anyone have any ideas? |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: WPF assembly error in VS 2008 "sano1101" <guest@xxxxxx-email.com> wrote in message news:e348b24882ebd218d570de9bd2c91f6c@xxxxxx-gateway.com... Quote: > > Assembly 'WpfApplication1' was not found. > Verify that you are not missing an assembly reference. > ... error suggests? Mark -- Mark Salsbery Microsoft MVP - Visual C++ |
My System Specs![]() |
| | #3 (permalink) |
| Newbie | Re: WPF assembly error in VS 2008 It worked fine in VS2008 Team System. I copied that project and imported it into the express edition and it was fine. It is kind of a hack. That was before your suggestion. I should not have to reference the assembly since it is in the same assembly. |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Error when installing SQL Express 2008 on Windows Server 2008 | PowerShell | |||
| installation of assembly error | Vista General | |||
| Assembly loading error | PowerShell | |||
| Error 1935. An error occurred during the installation of assembly. | Vista General | |||
| An error occurred duing the installtion of assembly ... | Vista installation & setup | |||