473,398 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Intelli-Sense How do I FIX???

Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the editor
and start typing all of my syntax highlighting dissapears. All of my text
goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as well
or only shows main methods and does not drill down to the specific methods
it should.

If I continue to program I have to type everything without intellesense and
when I do this no syntax formatting happens including brace placement etc.
Also when it is acting like this if I were to make a mistake and try doing
an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not update
either. When I first go into visual studio it shows the projects and when
they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual studio
and reload the project. Help this is getting very very anoying!!!!

Nov 22 '05 #1
9 932
Couple of other things I should mention...

I have tried deleting my projects obj and bin directories as well and this
does not seem to fix the problem.

I have 2 Gig Ram in machine, lots of diskspace etc. so I dont think it is a
resource issue.

I have reinstalled VS 2003 with the same results..

Running Windows XP Pro

Deleted all temp files on the machine.

I have all windows updates installed.
Nov 22 '05 #2
Hi Mike,

Yes, I saw it too.
Deleting obj and perhaps bin folders might help.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the editor and start typing all of my syntax highlighting dissapears. All of my text
goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as well or only shows main methods and does not drill down to the specific methods
it should.

If I continue to program I have to type everything without intellesense and when I do this no syntax formatting happens including brace placement etc.
Also when it is acting like this if I were to make a mistake and try doing
an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not update either. When I first go into visual studio it shows the projects and when
they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual studio and reload the project. Help this is getting very very anoying!!!!

Nov 22 '05 #3
Ya I have already tried deleting both and it doesn't seem to help.

I have also seen a couple of posts mentioning long lines that may cause the
problem but I dont have any.
So I am still at a loss.

"Miha Markic" <miha at rthand com> wrote in message
news:O0*************@tk2msftngp13.phx.gbl...
Hi Mike,

Yes, I saw it too.
Deleting obj and perhaps bin folders might help.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the

editor
and start typing all of my syntax highlighting dissapears. All of my text goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as

well
or only shows main methods and does not drill down to the specific methods it should.

If I continue to program I have to type everything without intellesense

and
when I do this no syntax formatting happens including brace placement etc. Also when it is acting like this if I were to make a mistake and try doing an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not

update
either. When I first go into visual studio it shows the projects and when they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual

studio
and reload the project. Help this is getting very very anoying!!!!


Nov 22 '05 #4
Close the project, delete the .ncb file in the project's root directory,
then reopen your project. This will fix a one-time problem.

-Roger

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Ya I have already tried deleting both and it doesn't seem to help.

I have also seen a couple of posts mentioning long lines that may cause the problem but I dont have any.
So I am still at a loss.

"Miha Markic" <miha at rthand com> wrote in message
news:O0*************@tk2msftngp13.phx.gbl...
Hi Mike,

Yes, I saw it too.
Deleting obj and perhaps bin folders might help.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the

editor
and start typing all of my syntax highlighting dissapears. All of my text goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as

well
or only shows main methods and does not drill down to the specific methods it should.

If I continue to program I have to type everything without intellesense
and
when I do this no syntax formatting happens including brace placement etc. Also when it is acting like this if I were to make a mistake and try doing an undo I get an error and nothing is undone. It is like visual
studio totally loses track of everything.

Another thing I have noticed is that some of my project dates do not

update
either. When I first go into visual studio it shows the projects and

when they were last updated. Some of the projects do not update the date of when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual

studio
and reload the project. Help this is getting very very anoying!!!!



Nov 22 '05 #5
Thanks roger for the help..

I didn't have any .ncb files in the project root or in any sub directories.

"Roger" <NO****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Close the project, delete the .ncb file in the project's root directory,
then reopen your project. This will fix a one-time problem.

-Roger

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Ya I have already tried deleting both and it doesn't seem to help.

I have also seen a couple of posts mentioning long lines that may cause the
problem but I dont have any.
So I am still at a loss.

"Miha Markic" <miha at rthand com> wrote in message
news:O0*************@tk2msftngp13.phx.gbl...
Hi Mike,

Yes, I saw it too.
Deleting obj and perhaps bin folders might help.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
> Anyone here having problems with intellesense just stopping?
>
> Sometimes after compiling and running a program when I go back to the editor
> and start typing all of my syntax highlighting dissapears. All of my
text
> goes black like a regular text document. If I rebuild the project
or > projects the syntax highlighting shows up again.
>
> Also when the text goes black all of my intelli-sense quits working as well
> or only shows main methods and does not drill down to the specific

methods
> it should.
>
> If I continue to program I have to type everything without intellesense and
> when I do this no syntax formatting happens including brace placement etc.
> Also when it is acting like this if I were to make a mistake and try

doing
> an undo I get an error and nothing is undone. It is like visual studio > totally loses track of everything.
>
> Another thing I have noticed is that some of my project dates do not
update
> either. When I first go into visual studio it shows the projects and

when
> they were last updated. Some of the projects do not update the
date of > when they were last worked on even though I work on them quite a

bit. >
> In order to solve the problem temporarly I have to exit out of visual studio
> and reload the project. Help this is getting very very anoying!!!!
>
>
>



Nov 22 '05 #6
Look in your licenses.licx file and delete any blank lines. Sounds wierd,
but try it.

If you can't find the file, Show all files (it's a button in the solution
explorer when you select a project), or edit it outside of VS.

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the editor and start typing all of my syntax highlighting dissapears. All of my text
goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as well or only shows main methods and does not drill down to the specific methods
it should.

If I continue to program I have to type everything without intellesense and when I do this no syntax formatting happens including brace placement etc.
Also when it is acting like this if I were to make a mistake and try doing
an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not update either. When I first go into visual studio it shows the projects and when
they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual studio and reload the project. Help this is getting very very anoying!!!!

Nov 22 '05 #7
I have found that there is quite a few programmers out there that are having
this problem..I have had several of you email me asking if I have found a
solution yet. It would be nice to know how many so that MS might notice the
problem and fix it. If your following this thread please post here. As of
yet I still have no solution to this problem.

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the editor and start typing all of my syntax highlighting dissapears. All of my text
goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as well or only shows main methods and does not drill down to the specific methods
it should.

If I continue to program I have to type everything without intellesense and when I do this no syntax formatting happens including brace placement etc.
Also when it is acting like this if I were to make a mistake and try doing
an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not update either. When I first go into visual studio it shows the projects and when
they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual studio and reload the project. Help this is getting very very anoying!!!!

Nov 22 '05 #8
WOW!!!! This might be the solution. I did have one extra blank line in my
licx file. After removing it and recompiling VS seems to be working better.
I havn't had any problems since on this project that has been giving me fits
for weeks. Thanks Donald for the tip!!!!
"Donald L. Mull Jr." <no**@SpamMeNot.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Look in your licenses.licx file and delete any blank lines. Sounds wierd,
but try it.

If you can't find the file, Show all files (it's a button in the solution
explorer when you select a project), or edit it outside of VS.

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the

editor
and start typing all of my syntax highlighting dissapears. All of my text goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as

well
or only shows main methods and does not drill down to the specific methods it should.

If I continue to program I have to type everything without intellesense

and
when I do this no syntax formatting happens including brace placement etc. Also when it is acting like this if I were to make a mistake and try doing an undo I get an error and nothing is undone. It is like visual studio
totally loses track of everything.

Another thing I have noticed is that some of my project dates do not

update
either. When I first go into visual studio it shows the projects and when they were last updated. Some of the projects do not update the date of
when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual

studio
and reload the project. Help this is getting very very anoying!!!!


Nov 22 '05 #9
I just got another message from someone that has also found similiar
problems and the extra lines in the licx file seems to be the fix.

Here is a link with that thread:
http://groups.google.com/groups?hl=e...TNGP09.phx.gbl

"Mike" <mi**@kearl.net> wrote in message
news:ug**************@tk2msftngp13.phx.gbl...
WOW!!!! This might be the solution. I did have one extra blank line in my licx file. After removing it and recompiling VS seems to be working better. I havn't had any problems since on this project that has been giving me fits for weeks. Thanks Donald for the tip!!!!
"Donald L. Mull Jr." <no**@SpamMeNot.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Look in your licenses.licx file and delete any blank lines. Sounds wierd,
but try it.

If you can't find the file, Show all files (it's a button in the solution explorer when you select a project), or edit it outside of VS.

"Mike Kearl" <mk****@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Anyone here having problems with intellesense just stopping?

Sometimes after compiling and running a program when I go back to the

editor
and start typing all of my syntax highlighting dissapears. All of my text goes black like a regular text document. If I rebuild the project or
projects the syntax highlighting shows up again.

Also when the text goes black all of my intelli-sense quits working as

well
or only shows main methods and does not drill down to the specific methods it should.

If I continue to program I have to type everything without intellesense and
when I do this no syntax formatting happens including brace placement etc. Also when it is acting like this if I were to make a mistake and try doing an undo I get an error and nothing is undone. It is like visual
studio totally loses track of everything.

Another thing I have noticed is that some of my project dates do not

update
either. When I first go into visual studio it shows the projects and

when they were last updated. Some of the projects do not update the date of when they were last worked on even though I work on them quite a bit.

In order to solve the problem temporarly I have to exit out of visual

studio
and reload the project. Help this is getting very very anoying!!!!



Nov 22 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Jim Starcher | last post by:
I cannot get the intellisense hints to work on my class constructors. Would you please tell me what I am doing wrong? public class MyObject { //Constructors /// <summary> /// Used to...
1
by: =?Utf-8?B?ZXNveDE5MzY=?= | last post by:
How do you access the new drivers/software for these items to run with Windows VISTA. KBD is model 1011 and Mouse is model1007. any help appreciated.
6
by: geevaa | last post by:
Hi Group, The page 167 of book Learning PHP5 by David Sklar says that setcookie() and session_start() must be added before any output. I tried to use that functions at last line but no warning!....
0
by: geevaa | last post by:
Hi Group, The page 167 of book Learning PHP5 by David Sklar says that setcookie() and session_start() must be added before any output. I tried to use that functions at last line but no warning!....
2
by: geevaa | last post by:
Hi Group, The page 167 of book Learning PHP5 by David Sklar says that setcookie() and session_start() must be added before any output. I tried to use that functions at last line but no warning!....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.