Rank: Newbie Groups: Member
Joined: 5/29/2007 Posts: 2
|
I certainly removed and installed a couple of times EO controls to update version whithout any problems. But this time when upgraded from 3.1 to 2007 (4.0.8.2) I lost Intellisense in HTML view.
I followed the procedure in the documentation to manually set VS2005: add EO.Web to GAC, add compilation/assemblies line and add page/controls line in the web.config.
Still have no intellisense. Red line under each tag that said: unknown element, this can occur if there is a compilation error in your web site. I compiled all the site and there is no error.
Any ideas?
Marc
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Thanks for posting your questions here. Your may need to refresh your project reference since the new version has a different version number. Try the following steps:
1. Close VS 2005; 2. Copy the new EO.Web.dll into your bin directory (overwrite the old one); 3. Delete EO.Web.dll.refresh if you see this file in your bin directory; 4. Start VS 2005 and open your project, then expand Reference node, delete EO.Web; 5. Re-add the reference and point to the new DLL;
|
Rank: Newbie Groups: Member
Joined: 5/29/2007 Posts: 2
|
Thank you. It works now.
|