473,386 Members | 1,924 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 dont work

I try to expalin my problem
Ive created this classes

class DataType
{
...
public int Count;
...
}

class DataCollection
{
ArrayList array = new ArrayList();

DataCollection()
{
// Loading of array with DataType objects
}

public DataType this[int index]
{
get
{
return (DataType)array[index];
}
}
}

But when in write in this code

InsiemeDiDati idd = new InsiemeDiDati();

idd[0].

when i write "." (dot char) i cant see Intellisense list with class schema
of class DataType.

Someone know why ?

Thx for help.
Nov 15 '05 #1
4 1244
I try to expalin my problem
Ive created this classes

class DataType
{
...
public int Count;
...
}

class DataCollection
{
ArrayList array = new ArrayList();

DataCollection()
{
// Loading of array with DataType objects
}

public DataType this[int index]
{
get
{
return (DataType)array[index];
}
}
}

But when in write in this code

DataCollection idd = new DataCollection();

idd[0].

when i write "." (dot char) i cant see Intellisense list with class schema
of class DataType.

Someone know why ?

Thx for help.
Nov 15 '05 #2
Where is the class InsiemiDiDati defined? You instantiate this class, but
you haven't shown where you've defined it.

"Abbiento Morgan" <a@b.it> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
I try to expalin my problem
Ive created this classes

class DataType
{
...
public int Count;
...
}

class DataCollection
{
ArrayList array = new ArrayList();

DataCollection()
{
// Loading of array with DataType objects
}

public DataType this[int index]
{
get
{
return (DataType)array[index];
}
}
}

But when in write in this code

InsiemeDiDati idd = new InsiemeDiDati();

idd[0].

when i write "." (dot char) i cant see Intellisense list with class schema of class DataType.

Someone know why ?

Thx for help.

Nov 15 '05 #3
In another file but inside the same namespace.

"Marina" <so*****@nospam.com> ha scritto nel messaggio
news:ec**************@TK2MSFTNGP10.phx.gbl...
Where is the class InsiemiDiDati defined? You instantiate this class, but
you haven't shown where you've defined it.

"Abbiento Morgan" <a@b.it> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
I try to expalin my problem
Ive created this classes

class DataType
{
...
public int Count;
...
}

class DataCollection
{
ArrayList array = new ArrayList();

DataCollection()
{
// Loading of array with DataType objects
}

public DataType this[int index]
{
get
{
return (DataType)array[index];
}
}
}

But when in write in this code

InsiemeDiDati idd = new InsiemeDiDati();

idd[0].

when i write "." (dot char) i cant see Intellisense list with class

schema
of class DataType.

Someone know why ?

Thx for help.


Nov 15 '05 #4
Excuse me you must read my 2 post because i used wrong name for class in my
firtst...

"Marina" <so*****@nospam.com> ha scritto nel messaggio
news:ec**************@TK2MSFTNGP10.phx.gbl...
Where is the class InsiemiDiDati defined? You instantiate this class, but
you haven't shown where you've defined it.

"Abbiento Morgan" <a@b.it> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
I try to expalin my problem
Ive created this classes

class DataType
{
...
public int Count;
...
}

class DataCollection
{
ArrayList array = new ArrayList();

DataCollection()
{
// Loading of array with DataType objects
}

public DataType this[int index]
{
get
{
return (DataType)array[index];
}
}
}

But when in write in this code

InsiemeDiDati idd = new InsiemeDiDati();

idd[0].

when i write "." (dot char) i cant see Intellisense list with class

schema
of class DataType.

Someone know why ?

Thx for help.


Nov 15 '05 #5

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

Similar topics

1
by: Eric Robishaw | last post by:
OK...going nuts here: If i have a variable of type X that is an enumeration, how do I get intellisense to fill in the prefix for me? i.e.,: when I type: if (e.Action = I want intellisense...
12
by: Peter van der Goes | last post by:
When a struct is created in C# and a parameterized constructor defined, the IntelliSense editor shows only the syntax for the parameterized constructor in tooltips, but not for the default...
1
by: Christopher W. Douglas | last post by:
I'm working in VB.Net, using Visual Studio 2003. I have a project, let's call it Foo, that contains common methods, forms, and objects I use in other projects. It compiles as Foo.dll, which I...
3
by: Don | last post by:
Hi: I want to limit the values that can be entered for particular attributes. 1) I have created an XSD from my XML document. 2) I dropped that XSD file into the following directory...
2
by: louise raisbeck | last post by:
Hi, I am using c#. i have my server code within script tags on my aspx page i am not using code behind. Do you not get intellisense when working like this? it would speed up my work considerably...
0
by: Gujju | last post by:
Hi all, I know that xml comments is not available in vb.net by default and u need to add in such as vbcommenter or vbdoc to create xml file for you. ...
0
by: Steve | last post by:
Visual Studio 2003 .Net. I have a dataset in my project, which is made up of 5 tables. When I create a row for some of these tables I dont get the intellisense, but with others I do. So I do...
5
by: dk60 | last post by:
I am using visual C++ .NET 2005 for programming in C++. despite the fact that my project contains a VC++ intellisense database, intellisense does not work. What could go wrong. IN the same...
0
by: dileepunni1 | last post by:
hello i have a lot of custom dll for a newly created portal for an italian firm.i use c#.net as the language for building dll with dot net framework 2.0.when i place all class in app code it...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
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,...

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.