Transfered my large Asp.net 2.0 ajax project from old to new laptop, but copying and pasting files into a newly install MSVS 2005 (same version a old laptop).
I use vb.net 2005 (SP2), asp.net 2, ajax 1.6.
The intellisense does work but NOT with my asp.net pages controls and stuff ( ie put in a text box, and it does find in the codebehind).
For example in the old laptop I would type Me. and controls on the page showed up, in new install i get nothing, not even a pop up.
I have all the options>tools> texteditor>all languages check correctly.
I have run on command prompt devnev/restuserdata
Still not working..
I have re created the msvs website folder by opening a new web/ajax project (same name as before) and copied all the files into it, sitill nothing.
Any ideas
UPDATE1: I understand that the intellisense for a project is stored in [USER]\application data\microsoft\visualstudio\8.0\reflectedSchemas\
In the old laptop there was heaps of files, not so much in the new laptop as VS builds them up again, but why is intellisense not caputuring my controls (asp.net controls not third party) as I go through each aspx page, is there a refresh for intellisense
or a re build or something,???
UPDATE2: I just created a new test asp.net 2.0 website, ajax, added a few labels, and they didnt show up in the intellisense either ???
I'm having the same problem.. does anybody here have a solution for this? I already tried installing VS 2005 to a different machine. I loaded my Web project and still can't get the intellisense to work.
Also, when I point to one of my controls in the code behind, I don't see any class definition that supposed to pop up.
icm63
Member
448 Points
965 Posts
VS2005 intellisense not working
Nov 26, 2011 09:28 PM|LINK
I have a new laptop..
Transfered my large Asp.net 2.0 ajax project from old to new laptop, but copying and pasting files into a newly install MSVS 2005 (same version a old laptop).
I use vb.net 2005 (SP2), asp.net 2, ajax 1.6.
The intellisense does work but NOT with my asp.net pages controls and stuff ( ie put in a text box, and it does find in the codebehind).
For example in the old laptop I would type Me. and controls on the page showed up, in new install i get nothing, not even a pop up.
I have all the options>tools> texteditor>all languages check correctly.
I have run on command prompt devnev/restuserdata
Still not working..
I have re created the msvs website folder by opening a new web/ajax project (same name as before) and copied all the files into it, sitill nothing.
Any ideas
UPDATE1: I understand that the intellisense for a project is stored in [USER]\application data\microsoft\visualstudio\8.0\reflectedSchemas\
In the old laptop there was heaps of files, not so much in the new laptop as VS builds them up again, but why is intellisense not caputuring my controls (asp.net controls not third party) as I go through each aspx page, is there a refresh for intellisense or a re build or something,???
UPDATE2: I just created a new test asp.net 2.0 website, ajax, added a few labels, and they didnt show up in the intellisense either ???
ignatandrei
All-Star
135142 Points
21676 Posts
Moderator
MVP
Re: VS2005 intellisense not working
Nov 28, 2011 02:49 AM|LINK
reinstall VS
icm63
Member
448 Points
965 Posts
Re: VS2005 intellisense not working
Nov 28, 2011 03:15 AM|LINK
With respect, are you guesiing, cause thats a lot of work..
Is there any method to install a website project from one computer to the next ?
Why are you sure this would work ?
ignatandrei
All-Star
135142 Points
21676 Posts
Moderator
MVP
Re: VS2005 intellisense not working
Nov 28, 2011 03:35 AM|LINK
I'm guessing...
monzi
Member
2 Points
1 Post
Re: VS2005 intellisense not working
Jan 31, 2012 06:23 AM|LINK
I'm having the same problem.. does anybody here have a solution for this? I already tried installing VS 2005 to a different machine. I loaded my Web project and still can't get the intellisense to work.
Also, when I point to one of my controls in the code behind, I don't see any class definition that supposed to pop up.