Reputation: 2875
Dear community member.
While I have programmed in C# for a number of years, I must admit that I am new to WPF and Infragistics controls. Recently I came across an unexpected compile time error and I was wondering what might be causing it:
The type or namespace name 'Controls' does not exist in the namespace 'Sandbox.WpfApp' (are you missing an assembly reference?)
Thoughts?
STEPS TO REPRODUCE
XamGrid
to MainWindow.xamlXamGrid
<ig:XamGrid x:Name="abc">
What is interesting is:
x:Name="abc"
from the XamGrid
=> no compile-time errorADDITIONAL CONTEXT*
Upvotes: 1
Views: 1301