Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why Intellisense fails?
Message
From
12/12/2003 19:38:47
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Why Intellisense fails?
Miscellaneous
Thread ID:
00858838
Message ID:
00858838
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform