I have asp.net 2011.2 installed on two laptops, one I use during a day another at night/weekend.
Somehow when I copy full project from my day laptop where everything is working fine to my other laptop
I can not open form with hierarchical grid sitting inside WebTab: Error Creating Control - wt, Unknown server tag 'ig:WebTab' At the same time if I would drop WebTab from Toolbox to the form it seems like it's ok....... How can I resolve this issue ?
Thanks.
Hi mcsiedel,
Make sure that you have installed the same build number on both machines. Also make sure that you have design assemblies.
Do you have the same Visual Studio versions?
http://forums.infragistics.com/forums/p/26694/99198.aspx#
http://forums.infragistics.com/forums/p/55981/287573.aspx#287573
Everything is exactly the same ( VS2010 & 2011.2 ) , I've run version utility against the project and it did take care of the problem, I just wonder why it arise in first place...