473,399 Members | 3,603 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,399 software developers and data experts.

Intellisense, Autocomplete, etc. stops working in certain classes

Don
I'm having problems with intellisense, autocomplete, etc. suddenly not
working in certain classes of a project I'm working on. All the options are
set, and it all works fine for most classes, but for some it just suddenly
stopped working. After a build it'll work maybe once or twice, then stop.
I've tried repairing my installation of Visual Studio 2003 but that didn't
help. Is Microsoft working on a fix for this, or is there something that is
stopping these features from working in those classes?

This has recently occurred in a new form class. The last thing I did was
double click on two menu items in the form designer to make VB.NET create
the event handlers for me.

This did not happen with Visual Studio 2002 which I've been using since
February. It only started happening when we upgraded to VS 2003.

- Don
Nov 20 '05 #1
1 3846
Are you sure you are including the appropriate libraries? if you are
missing a reference, and you try to reference a method of a class and you
don't fully qualify it, you'll have issues.

IE, If I just have imports System

and I try Dim s as New SqlConnection it won't see SqlConnection.

I need to use Dim s as New System.Data.SqlClient.SqlConnection...

Or add Imports System.Data.SqlClient

However, if you have the references, I'm not sure what's going on.

HTH
"Don" <un*****@oblivion.com> wrote in message
news:yx*********************@news1.calgary.shaw.ca ...
I'm having problems with intellisense, autocomplete, etc. suddenly not
working in certain classes of a project I'm working on. All the options are set, and it all works fine for most classes, but for some it just suddenly
stopped working. After a build it'll work maybe once or twice, then stop.
I've tried repairing my installation of Visual Studio 2003 but that didn't
help. Is Microsoft working on a fix for this, or is there something that is stopping these features from working in those classes?

This has recently occurred in a new form class. The last thing I did was
double click on two menu items in the form designer to make VB.NET create
the event handlers for me.

This did not happen with Visual Studio 2002 which I've been using since
February. It only started happening when we upgraded to VS 2003.

- Don

Nov 20 '05 #2

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

Similar topics

1
by: Guy | last post by:
I've written a DLL assembly in C#. I've built the DLL, and reference it from other projects. The assembly contains a single file, containing a single abstract class. This class contains loads of...
40
by: Alex | last post by:
Hello, does anybody know how to turn off the autocomplete feature for a certain text field? I am aware of the "autocomplete" attribute, but I have seen other implementions achieving it...
4
by: D Witherspoon | last post by:
Sometimes if I build the app I will get intellisense, undo, and code completion (automatic completion of if stataments etc), but after a few lines of code this stops. I lose any code completion...
4
by: Noah Coad [MVP .NET/C#] | last post by:
For no appearnt reason, the AutoComplete stopped showing me the members of a number of classes used in my project. It was working just fine, and as of yeasterday, AutoComplete stopped working. It...
0
by: Noah Coad [MVP & MCP] | last post by:
When working with a DataSet generated from a DataSet definitions file (.xsd file), AutoComplete works fine for the first few times I press . after a class, but it stops completing text usually...
0
by: Jim | last post by:
I had a strange problem the other day when using Intellisense, and wondering if anyone has any experience with or advice on this... Just to give some quick background, I have a multi-tier...
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...
2
by: Don | last post by:
I'm having problems with intellisense, autocomplete, etc. suddenly not working in certain classes of a project I'm working on. All the options are set, and it all works fine for most classes, but...
3
by: John | last post by:
AC2007 I changed my combo's row source and then the autocomplete stopped working. The combo is two columns, bound to the first. First column is primary key (ID). Second column is a...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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...
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,...

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.