Hello, I'm trying to figure out how to add a vc project created through automation, to vss. I've got a program that creates a vs2005 project which references the file names that should be shared from existing vss projects. I can correctly create the project and share structure in vss, and I can create the vcproj file and project files. However, when I try to open the project in vs2005 from sourcesafe, it gives me errors about incorrect bindings... Is there a way to accomplish this programmatically? Thanks.