Visual Studio Development Bookmark and Share   
 index > Visual Studio Extensibility > DDEX for VS2008 issue
 

DDEX for VS2008 issue

Hi All

I am developing the DDEX provider for visual studio 2008, I am facing the following issues
When I expand the Tables,Views,StoredProcedure in vs 2008 server explorer

I am not able to see any tables,views,stored proc which are available in database,instead of that i am getting following error .

"Failed to compare two elements in the array"

while expanding all the nodes and it is not dispailng any items on server explorer


Please help me.

Thanks,
Rahul
jonjang  Thursday, October 08, 2009 11:57 AM
Hi,Rahul
This error is caused mainly by failed to compare items in the array. The array may have items that is not the same type, or you have put some object which you don't implement IComparable in the custom class of the object.
And coudl you prost your provider implementation here?
Thanks
Chao
Chao Kuo  Tuesday, October 13, 2009 7:15 AM

We are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Thank you!
Chao

Chao Kuo  Thursday, October 15, 2009 12:25 PM

You can use google to search for other answers

Custom Search

More Threads

• Highlighting IDE controlled by macro
• Visual Studio Extensibility Books and Resources
• Problem building the MyTestSample application
• Package Setup and lost Keymappings
• Feasability Question - Custom Solution retrieves files from a Remote Location
• OLE command target interface in SampleDocViewEditor
• Using VSTS Beta 2 - Strange error COM+ in Add-in
• Implement a way to use same source files for different target platforms?
• using PLK'S
• Possible? Add-In or VSPackage Invoking a Tab of the Project Designer?