ASP.NET 2.0 control is not shown up un VS 2010 toolbox

Posted by user353653 on Stack Overflow See other posts from Stack Overflow or by user353653
Published on 2010-05-29T15:47:34Z Indexed on 2010/05/29 15:52 UTC
Read the original article Hit count: 149

Filed under:
|
|
|
|

Hi, I have developed some ASP.NET controls in .NET 2.0 with VS 2008. Now, I upgraded my project to VS 2010 but did not change the target framework to .NET 4.0 yet. But, surprisingly, I found that, the toolbox is not showing the bitmaps for the control added to the toolbox in VS 2010. Moreover, when I dragged and dropped a control (.NET 2.0) from the toolbox to my Web Form, I see some junk xml code added to my web form. I dont know if I need to recompile the .NET 2.0 controls with VS 2010 ? or what should I do in order to make the controls compatible for both in VS 2008 and VS 2010 ? I found that, there is no problem with Windows Forms control, rather it is just with ASP.NET Controls.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about control