Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense not showing class members
Message
De
11/10/2005 15:42:11
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Intellisense not showing class members
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01058055
Message ID:
01058055
Vues:
58
I am trying to use a class library which has a class called Search.cs.
This class library ( business logic ) is one of the project in my Solution.

The problem that I have is that in my main form ,( frmMain.cs ) another project within the same solution, the intellisense does not show one of the members of Search.cs.

Here is the code

/*
// namespace of Search.cs
using Vips.BusinessLayer;

// button on my main form
private void Search_Click(object sender, System.EventArgs e)
{
// Now proceed to call the Business object
Search mySearch = new Search(this.txtSearchString.Text);
MessageBox.Show(mySearch._StringToSearch);
}
*/

When I type on my main form : "mySearch." I should be able to see the members of Search.cs.

Do I have to do something to be able to have intellisence working?


Thanks,
Sergio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform