I've created a usercontrol in the C# (ASP.NET) designer. It works fine (when I compile / run) and doesn't kick out any errors. I'm using it in a GridView, if that makes a difference.
Sometimes, when I'm in the designer (for the page, not the control) it gives me a red box and tells me it can't display the user control. Switching to source view and then back to the designer (which usually solves problems like this) doesn't work, but closing and re-opening VS (2008 Professional) does.
It's not a huge issue, but it's pretty annoying. Any ideas of what might be going on here or what I can do about it?
Thanks.