I installed NetAdvantage ASPNET 20082 CLR20 and loaded an application created using a previous version of IG. The problem is Visual Studio 2005 does not show the iG Tasks Arrow on existing items in Design view. However, I can add new items from the VS Toolbox and the tasks arrow is shown.
It basically looks like Visual Studio isn't recognizing the controls created under a previous version. I have run the upgrade utility on this application. The control names are the same :OLD: igsch:WebDateChooser NEW: igsch:WebDateChooser
How do i get VS to show me the Tasks arrow?
It's a bit hard to tell, but there is a possibility that the conversion did not go well for that particular project - could be something specific in the project that the upgrade utility could not handle, or some security options turned on... tough to tell.
Could you please try to search in all files in your solution for string mathching the old versions you were using (e.g. "7.2") - they should be removed. Also, can you double check if your web.config file still contains refences to assemblies from previous versions? Finally, will restarting Visual Studio or the whole system after the upgrade help?
I searched for the old version which was 7.3 and it did not exist in any of the projects. The web.config references the version I'm using (8.2)
I've restarted VS & the machine a few times with no success. I'm totally stuck.