The type or namespace name 'SilverlightControls' does not exist in the
namespace 'System.Web.UI' (are you missing an assembly reference?)
After a bit of searching on my system, i realised it was still referring to my Silverlight 2 libraries path. But, having uninstalled that, unresolved namespace.
After searching on the web and silverlight.net site, found out that, the "System.Web.Silverlight.dll" has been moved out of the Silverlight SDK and made available separately as ASP.NET Server Controls here. So, the fix is to get the dll from here and add it to your project as a library. There could be other ways such as installing to GAC etc, which wasn't really needed in my case.
Hope this helps.
thank you so much,
ReplyDeletethat really helped and fixed my problem
thx dude
ReplyDeletethanks for the link. it helped a lot.
ReplyDeleteThank You!
ReplyDelete