Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why Intellisense fails?
Message
 
À
12/12/2003 19:38:47
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00858838
Message ID:
00858878
Vues:
15
Is your project compiled?

If not the class you're referencing may not be on disk yet for the editor and Intellisense to look at it. This can also happen if there's in error in the target code that causes it to not compile.

+++ Rick ---


>This may more likely belong in the MM.Net section but maybe someone has come accross this problem in a more general sense:
>The following code builds:
>
>//Create BCSCustomer row
>BCSCustomerDataSet.BCSCustomerDataTable dataTable = new BCSCustomerDataSet.BCSCustomerDataTable();
>BCSCustomerDataSet.BCSCustomerRow r = dataTable.NewBCSCustomerRow();
>r.BCSCustomerNumber = "1234";			
>
>
>However, entering r. and even entering control J returns no intellisense.
>This also happens on dataTable.
>
>Any suggestions?
>
>Mike
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform