473,545 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

desperate call for help - intellisense not working any more

This coincides with installing third party software from Infragistics
(infragistics.c om), 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 5042
David C wrote:
This coincides with installing third party software from Infragistics
(infragistics.c om), 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.c om), 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*********@di scussions.micro soft.com> wrote in message
news:E8******** *************** ***********@mic rosoft.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.c om), 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*********@di scussions.micro soft.com> wrote in
message news:E8******** *************** ***********@mic rosoft.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
1648
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 "SomeMod.attribute", the intellisense will display all the exposed methods and attributes when "SomeMod." is typed. This is fine but once I have selected the...
4
4636
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
8081
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 work with objects declared from my own classes intellisense will show me all alternatives (methods and properties from my classes and from the...
24
2117
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 Seattle, WA 98109
2
1594
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 I've seen use old code that is no longer supported in .NET. I will pay the first person who posts working code 10 bucks from paypal. I'm...
1
1886
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 not display members not contained inside of Control (which my control is inherited from). Despite this, program execution still works fine;...
9
3249
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 create an empty MyObject. /// Will use the default property values.
16
2508
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 uses IE to talk with a server. The user on the client (IE) sees an ASP net page containing a TextBox. He can write some text in this text box and...
1
2836
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 with it. So, on Redhat, we have two versions of PHP - Apache uses 4.3.9, there's also a 4.4.2 that is default from command-line. 4.3.9 was...
0
7468
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7401
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7423
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7757
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
4945
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1884
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1014
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
704
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.