I'm getting the following error when trying to open an existing SourceGear project from another machine than what the project was created on.
After selecting "Create project from SourceGear Vault", and selecting a working folder, I get
"There is no makefile associated with this project, unable to createa Visual Basic project from this SourceGear Vault project."
This is a VB6 project. In Vault, there is the .vbp file, one .frm and one .frx
No makefile associated with this project
Moderator: SourceGear
I'm not completely familiar with what VB projects need to compile, but I would guess that the problem is that there is a file needed to compile that is missing in source control, but exists on the machine where you first created the project. Compare the contents of the machine where it works to the machine where it doesn't, and when you've identified the file that is needed to compile, add it to source control.