Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
Visual Studio Does Not Allow Modification of existing IG controls
posted

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?

 

 

Parents
No Data
Reply
  • 28464
    posted

    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?

Children