473,406 Members | 2,816 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,406 software developers and data experts.

desperate call for help - intellisense not working any more

This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.

*** Sent via Developersdex http://www.developersdex.com ***
Feb 19 '06 #1
4 5032
David C wrote:
This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.


Does color coding in the code files still work? If not, right-click
the .cs file in the solution explorer and select open with... and check
that the code editor is the default.

Frans

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Feb 19 '06 #2
Hi David,
I had a problem when I uninstalled a third party component from Visual
Studio and the intellisence stopped working, not infragistics but JetBrains
Resharper. In order to make the intellisence work again I have to go to
Tools-> Options -> Text Editor -> C# and make sure that that the "Auto List
Members" box was checked. Once I did that then I was back in business.
Maybe this property has been unchecked for you?

Hope that helps
Mark Dawson
--
http://www.markdawson.org
"David C" wrote:
This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.

*** Sent via Developersdex http://www.developersdex.com ***

Feb 19 '06 #3
Thank you so much. I had a similar situation.

Did have JetBrains Resharper installed when I installed infragistics.
JetBrains started going haywire, not recognizing any user defined classes.
All of my user defined classes were colored in red.

After reinstalling VS.NET2003 (and uninstalling JetBrains), I ran into
similar problems.

Your suggestion fixed it. However, I still couldn't use Ctrl-space for auto
completion. Your suggestion did get me intellisense, but only after the
dot. Reinstalling Resharper brought back auto completion.
"Mark R. Dawson" <Ma*********@discussions.microsoft.com> wrote in message
news:E8**********************************@microsof t.com...
Hi David,
I had a problem when I uninstalled a third party component from Visual
Studio and the intellisence stopped working, not infragistics but
JetBrains
Resharper. In order to make the intellisence work again I have to go to
Tools-> Options -> Text Editor -> C# and make sure that that the "Auto
List
Members" box was checked. Once I did that then I was back in business.
Maybe this property has been unchecked for you?

Hope that helps
Mark Dawson
--
http://www.markdawson.org
"David C" wrote:
This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.

*** Sent via Developersdex http://www.developersdex.com ***

Feb 19 '06 #4
David C wrote:
Thank you so much. I had a similar situation.

Did have JetBrains Resharper installed when I installed infragistics.
JetBrains started going haywire, not recognizing any user defined
classes. All of my user defined classes were colored in red.

After reinstalling VS.NET2003 (and uninstalling JetBrains), I ran
into similar problems.

Your suggestion fixed it. However, I still couldn't use Ctrl-space
for auto completion. Your suggestion did get me intellisense, but
only after the dot. Reinstalling Resharper brought back auto
completion.
if cntrl-space doesn't do anything, go to the keyboard setup and check
if cntrl-space is still bound to the command to show up tooltips. if
not, re-bind it.

FB


"Mark R. Dawson" <Ma*********@discussions.microsoft.com> wrote in
message news:E8**********************************@microsof t.com...
Hi David,
I had a problem when I uninstalled a third party component from
Visual Studio and the intellisence stopped working, not
infragistics but JetBrains
Resharper. In order to make the intellisence work again I have to
go to Tools-> Options -> Text Editor -> C# and make sure that that
the "Auto List
Members" box was checked. Once I did that then I was back in
business. Maybe this property has been unchecked for you?

Hope that helps
Mark Dawson
--
http://www.markdawson.org

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Feb 20 '06 #5

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

Similar topics

3
by: pytopo | last post by:
I like the way call tips displays argument variables for functions when you type the "(" after the function name. However, if one of the arguments to the function is something like...
4
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
6
by: Stefan Kronberg | last post by:
I'm working on a solution containing about 20 projects. Some of the projects contain class definitions that are used in other of the projects. Most of the time intellisense is working ok, i.e. if I...
24
by: Ministry Of Jute | last post by:
I returned home from work today to find an Airborne Express Letter Express mailer leaning up against my apartment door. The return addressee was Microsoft Suite 300 1165 Eastlake Avenue E...
2
by: Arthur | last post by:
Given the coordinates of a point on the screen (such as 185,185), how do you get the color of said point using VB.NET 2003. I have looked EVERYWHERE for this, but to no avail. All the examples...
1
by: Yaron | last post by:
Hi, I have a custom ListView-type control that I designed a few months ago. The control is completely stable and functional. However, often, the Visual Studio .NET IDE's Intellisense will lose and...
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...
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
1
by: edfialk | last post by:
Hi all, I'm desperately trying to get a simple mysql connection working in php 4.3.9 and I think I have a doozy for you guys. First of all, I didn't set up ANY of this system, I'm just working...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.