Hi All,
I was getting some problems with IVsQueryEditQuerySave2::QueryEditFiles() function. My VS package is invoking this function for all type of project templates when I am adding file/folder but not for .dbp template in VS 2008. I checked in the sample scc provider which was provided by MS with SDK. The sample provider is invoking the function. SO seems like there is problem with my VS package.
instead of calling IVsQueryEditQuerySave2::QueryEditFiles() function , my VS package is invoking onafteritemadded function . Generally this happens when the item is not source controlled. But in my vs package .dbp project is source controlled and glyphs are updated accordingly.
which property VS checks to decide whether item is source controlled or not?
I debugged my code for normal projects and .dbp template , i did not find any difference in the execution of flow and return values.