New Posts New Posts RSS Feed: Reference for DataForms.Toolkit Not Seen
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Reference for DataForms.Toolkit Not Seen

 Post Reply Post Reply
Author
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Topic: Reference for DataForms.Toolkit Not Seen
    Posted: 11-Jan-2011 at 2:18pm
The most likely cause of your confusion was probably due to the fact that you installed the "Productivity Power Tools" extension from Microsoft.  This extension changes the names and behaviors of the tabs in the "Add Reference" dialog.
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 15-Nov-2010 at 10:43am
Thank you for the feedback.  I will file a bug to have the documentation corrected.
Back to Top
goodguy View Drop Down
Newbie
Newbie
Avatar

Joined: 11-Nov-2010
Location: ZANZIBAR
Posts: 5
Post Options Post Options   Quote goodguy Quote  Post ReplyReply Direct Link To This Post Posted: 12-Nov-2010 at 7:24pm
I understand. I discovered the point of error: the tutorial says to click on .NET tab and then select the reference to DataForm.Toolkit, but the reference is actually in the Extensions tab. Sometimes, I believe tutorials require as thorough testing and debugging as our code itself!
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 12-Nov-2010 at 11:33am
Here is the link to the DRC_Code_Sample.zip:

DRC_SampleCode.zip

The reason that the code sample helps is because either there is some error in the documentation or you made some error in following the instructions while building the application.  By running the Code Sample (which we know to work), you can discover the reason for the reference error.  I had another customer who had the same reference error to the Toolkit, and when I asked for a copy of the solution that he had built.  I discovered that he had departed from the code sample.  I asked the customer to run the sample from the download page.   It worked.  Look at the code sample and look at your solution.  I am sure that you will find some differences
Back to Top
goodguy View Drop Down
Newbie
Newbie
Avatar

Joined: 11-Nov-2010
Location: ZANZIBAR
Posts: 5
Post Options Post Options   Quote goodguy Quote  Post ReplyReply Direct Link To This Post Posted: 11-Nov-2010 at 10:15pm
Thanks, David.
I will download, as soon as I get the link to the resource center.
However, I fail to see how that can help me get the right reference in future projects.
Please advise.
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 11-Nov-2010 at 1:17pm
Did you download the code samples from the DevForce Resource Center, or are you building your solution from the documentation?  If the latter, then try downloading the code samples.
Back to Top
goodguy View Drop Down
Newbie
Newbie
Avatar

Joined: 11-Nov-2010
Location: ZANZIBAR
Posts: 5
Post Options Post Options   Quote goodguy Quote  Post ReplyReply Direct Link To This Post Posted: 11-Nov-2010 at 4:47am
Hi, all, this is my maiden post, so please bear with me:

I have VS2010, Silverlight 4, Silverlight 4 Tools, Silverlight 4 Toolkit and DevForce Silverlight 4.

I am following Tour of DevForce Silverlight 4, have completed Part 1 just fine.

In Part 2, I am stuck at the start, namely, this part:

First, right-click on the SimpleSteps project and select Add Reference….

On the .NET tab, select the component named System.Windows.Controls.Data.DataForm.Toolkit and click OK.

Inside the XAML pane for MainPage.xaml, replace the <sdk:DataGrid /> element with


When I right-click on SimpleSteps prject and select Add Reference, I don't see the .NET tab or a System.Windows.Controls.Data.DataForm.Toolkit.

I can see only two tabs with three options in all - Projects | Solutions, Assemblies | Framework and Assemblies | Extensions.
And under Framework, I cannot find DataForms.Tooolkit. Neither can I see the DataForm available in the toolbox items.

So, now, I am stuck, cannot go forward with my tutorial.
Anyone who can assist?
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down