473,386 Members | 1,693 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,386 software developers and data experts.

intellisense not working

I have in the ASP.NET appliction have a reference to a class library.

While intellisense is not working for any of the classes in the class
library. I just get the four from the object class (Equals, GetHashCode,
GetType, ToString). Any ideas? I've never seen this happen so
consistently. Rebooting does not help...

As a side note, I ended up rebuilding the whole machine after having so much
trouble since installing Service Pack 2. The OS and VS.NET are fresh
installs. But now this.... This is extremely demoralizing and I have no
energy left to curse at Microsoft any more.

Hey Mr. Gates, you win. I lose. I concede defeat. You rock. You are a
God. Are you happy now?
Nov 19 '05 #1
2 1322
Whare are you access modifiers in the referneced assembly? Public , Private
, Protected?? Your class library may not be visible to other classes because
of this.

"David C" wrote:
I have in the ASP.NET appliction have a reference to a class library.

While intellisense is not working for any of the classes in the class
library. I just get the four from the object class (Equals, GetHashCode,
GetType, ToString). Any ideas? I've never seen this happen so
consistently. Rebooting does not help...

As a side note, I ended up rebuilding the whole machine after having so much
trouble since installing Service Pack 2. The OS and VS.NET are fresh
installs. But now this.... This is extremely demoralizing and I have no
energy left to curse at Microsoft any more.

Hey Mr. Gates, you win. I lose. I concede defeat. You rock. You are a
God. Are you happy now?

Nov 19 '05 #2
And if you are coding in C# you should take advantage of the xml feature for
intellisense. You can add all sorts of goodies in the intellisense window.

Right click on the project in your solution explorer. Go to properties.

Under the "Configuration Properties" you will see "Build"
Now in the big window on the right you will see XML Documenation File. Give
this a filename and you will have a nice little xml file.

/// <summary>
/// This start something.
/// </summary>
///<param name="name">The name of the user</name>
/// <returns>The total number of operations started by this
person.</returns>
public int Start( string name );

Just put the outputted xml file into the same directory you are referencing
your dll from. This might not at all being what you want to do, so if it
isn't a private/public thing, I don't have any idea.

Also, I seriously doubt Bill Gates typed a single line of code for studio.
I used to rail him for the designer/html switch code mangling problem for
asp.net apps. Now I rail the coders / project managers for the project.
And hope like hell they get it fixed and add some bonuses for putting up
with it. If you haven't seen Whidbey, they seemed to do just that.

bill

"David C" <no****@nospam.com> wrote in message
news:7u******************@twister.socal.rr.com...
I have in the ASP.NET appliction have a reference to a class library.

While intellisense is not working for any of the classes in the class
library. I just get the four from the object class (Equals, GetHashCode,
GetType, ToString). Any ideas? I've never seen this happen so
consistently. Rebooting does not help...

As a side note, I ended up rebuilding the whole machine after having so much trouble since installing Service Pack 2. The OS and VS.NET are fresh
installs. But now this.... This is extremely demoralizing and I have no
energy left to curse at Microsoft any more.

Hey Mr. Gates, you win. I lose. I concede defeat. You rock. You are a
God. Are you happy now?

Nov 19 '05 #3

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

Similar topics

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...
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...
5
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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,...

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.