Results 1 to 2 of 2

Thread: DataForm

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    DataForm

    I have been given an existing silverlight project to work on...
    One of the .xaml pages is a DataForm which has the following .xaml

    Can you see how I can solve the problem please?
    Thanks

    The problem is that when I run it, the error is:
    The type or namespace name 'DataForm' could not be found (are you missing a using directive or an assembly reference?)


    This is the .xaml
    <UserControl xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"
    x:Class="DataControls.DataFormTest"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Loaded="Page_Loaded">
    <Grid x:Name="LayoutRoot" Background="White">
    <toolkitataForm x:Name="formProductDetails">
    </toolkitataForm>

    </Grid>
    </UserControl>

  2. #2
    Frenzied Member MattP's Avatar
    Join Date
    Dec 2008
    Location
    WY
    Posts
    1,227

    Re: DataForm

    Make sure you've got the Silverlight toolkit installed from: http://silverlight.codeplex.com/. Then check to see that you've added a reference to System.Windows.Controls.Data.DataForm.Toolkit to your project.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width