ThienZ Posted March 16, 2005 Posted March 16, 2005 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. :) Quote
Moderators Robby Posted March 16, 2005 Moderators Posted March 16, 2005 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. Quote Visit...Bassic Software
ThienZ Posted March 17, 2005 Author Posted March 17, 2005 actually i'm using .NET 2003.... too bad that MS didn't fix this error in this version... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.