Jump to content
Xtreme .Net Talk

Drop down menu in C# isn't complete....? (Bug???)


Recommended Posts

Posted

i created a strongly typed dataset (with classname OLDataSet and filename OLSchema), compiled it into a dll, and i reference this dll from other projects.

 

if i'm in the project of the strongly typed dataset, write OLDataSet. and press ctrl+space, the drop down menu would show all attributes i can access and i like this.

 

But if i'm in the projects where i referenced the OLSchema.dll, write OLDataSet. and press ctrl+space, the drop down menu only shows me "Equals" and "ReferencesEquals". If i write manually the attributes then it works....

I think sometimes it would show up.... any ideas how can i show the complete drop down menu?

 

thx. :)

  • Moderators
Posted

C# seems to have this bug, sometimes if you remove the reference then re-reference it, it may work.

 

MS said that they would fix this in 2003, I do know that 2005 has been fixed.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...