Cannot find typenames ("cannot resolve symbol")
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-01-30T00:35:41Z
Indexed on
2010/04/12
7:03 UTC
Read the original article
Hit count: 354
I have a site in ASP.NET using Telerik AJAX controls.
Despite the latest binary being added to the website project, my code (eg myRadGrid.Datasource = "";) shows a red line on type names as they cannot be found for some reason.
Can anyone possibly explain why or have experience in this sort of problem?
Thanks
© Stack Overflow or respective owner