Hi All,
I am developing Version control system. I have written following code to get the projects in the solution.
Ivssolution.getenumprojects(....) // code.
I am getting number of projects for the normal project types correctly, where as Incase of database project types ,it is returning no.of projects 5 even if i have single project in the solution
Why it is happening ?
Regards,
bheem