Problem with the Table namespace in vs2010/c# -


I added a table to my project that is with these lines:

  table table 1 = new table (); Table 1 Road Group. Add (new tableway ()); Table 1. Road Group [1] .Rows.Add (New Tablerote); TableRow currentRow = table1 RowGroups [1] .Row [1];   

When I have added the table, to give context to it, I have included a reference presentation. To begin using Fremamework.dll namespace "System.Windows.Documents". Then he started giving me 3 errors

  Type 'System.Windows.Markup.IddChild' is not defined in an assembly, which is not referenced. You must add a reference to the assembly 'presentation core, version = 4.0.0.0, culture = neutral, public token = 31bf3856ad364e35'. The type 'System.Windows.IInputElement' is not defined in an assembly, which is not referenced. You must add a reference to the assembly 'presentation core, version = 4.0.0.0, culture = neutral, public token = 31bf3856ad364e35'. The type 'System.Windows.ContentElement' is not defined in an assembly, which is not referenced. You must add a reference to the assembly 'rendering core, version = 4.0.0.0, culture = neutral, public koken = 31bf3856ad364e35' I   

I do not understand this. What should I do to fix this error?

Please help me

Thank you in anticipation.

Add in the context of the presenter DLL, which is also in GAC and it is required.

Brian

Comments