Source Controlled FrontPage Web?
Moderator: SourceGear
-
- Posts: 29
- Joined: Sat Feb 26, 2005 1:29 pm
Source Controlled FrontPage Web?
Hi,
My web developer has just begun coding a .NET (C#) project in Visual Studio 2003. He began the project without using the Vault or any source control tool at all. After 1 week and reviewing his code, I asked him to get his code checked into the vault. He used the Vault Client to add the files. He then opened Visual Studio 2003, went to File | Source Control | Open From Source Control and logged into the Vault server and the proper repository. He selected the folder in Vault that he wanted and he gave a working folder (pointing to his existing code folder). He was prompted and chose to overwrite the existing files. He is then given a message as follows:
"The project you are attempting to open is a source controlled FrontPage web and cannot be opened directly from source control. Please use Open Project from Web command instead."
When he does that he does not have checkin/checkout options on his files.
What is going on and how do we fix this?
Thanks!
Mike Mahony
Director of Information Technology
My web developer has just begun coding a .NET (C#) project in Visual Studio 2003. He began the project without using the Vault or any source control tool at all. After 1 week and reviewing his code, I asked him to get his code checked into the vault. He used the Vault Client to add the files. He then opened Visual Studio 2003, went to File | Source Control | Open From Source Control and logged into the Vault server and the proper repository. He selected the folder in Vault that he wanted and he gave a working folder (pointing to his existing code folder). He was prompted and chose to overwrite the existing files. He is then given a message as follows:
"The project you are attempting to open is a source controlled FrontPage web and cannot be opened directly from source control. Please use Open Project from Web command instead."
When he does that he does not have checkin/checkout options on his files.
What is going on and how do we fix this?
Thanks!
Mike Mahony
Director of Information Technology
Had he been using FrontPage or FrontPage access with this project previously? Vault only supports file share access.
Here's additional info an the two types of access:
http://msdn.microsoft.com/library/defau ... method.asp
Try changing the access method and see if that works:
http://msdn.microsoft.com/library/defau ... method.asp
If that doesn't help, your user may want to delete the project from Vault and re-add it with VS.NET, using File->SourceControl->Add Solution to Source Control. This should set the proper bindings.
See details here:
http://support.sourcegear.com/viewtopic.php?t=776
Here's additional info an the two types of access:
http://msdn.microsoft.com/library/defau ... method.asp
Try changing the access method and see if that works:
http://msdn.microsoft.com/library/defau ... method.asp
If that doesn't help, your user may want to delete the project from Vault and re-add it with VS.NET, using File->SourceControl->Add Solution to Source Control. This should set the proper bindings.
See details here:
http://support.sourcegear.com/viewtopic.php?t=776
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 29
- Joined: Sat Feb 26, 2005 1:29 pm
-
- Posts: 29
- Joined: Sat Feb 26, 2005 1:29 pm
Well the project was already set to file access and not FrontPage access, so we removed all files from the Vault and then used "Add solution to source control" to get them in. That is what worked.
The developer is developing and debugging everything on his local machine. He is saying that the debugging is not working at all now that his files are in the Vault.
I pulled down the entire project to my machine last night and debugging seems to work. I've put in a call to him (my developer) and will post again when he has responded with what the error is that he is getting.
Thanks again for all your help so far!
Mike
The developer is developing and debugging everything on his local machine. He is saying that the debugging is not working at all now that his files are in the Vault.
I pulled down the entire project to my machine last night and debugging seems to work. I've put in a call to him (my developer) and will post again when he has responded with what the error is that he is getting.
Thanks again for all your help so far!
Mike
-
- Posts: 29
- Joined: Sat Feb 26, 2005 1:29 pm
-
- Posts: 29
- Joined: Sat Feb 26, 2005 1:29 pm
OK, well it turns out there is still a problem. If the developer uses the Visual Studio IDE to check out and check in files and then runs the local debugger, he ends up getting an ACL error that crashes the Visual Studio IDE. The only fix is to reinstall the .NET framework. If he uses the Vault client to do the checkin/checkout everything works.
He is using Visual Studio 2003, C# and it is a web project that is being hosted on the development machine.
Any thoughts on why this is breaking the local debugger?
Thanks!
Mike
He is using Visual Studio 2003, C# and it is a web project that is being hosted on the development machine.
Any thoughts on why this is breaking the local debugger?
Thanks!
Mike
What version of Vault are you using (Check the Help->Tech Support to get both client/server)?
Is the web site is being debugged against on the developers own machine, and under source control?
Also, what is the ACL error that is being reported?
We'll probably want to set up a log file so we can see if the problem is within Vault. See http://support.sourcegear.com/viewtopic.php?t=2898 for how to set it up.
Is the web site is being debugged against on the developers own machine, and under source control?
Also, what is the ACL error that is being reported?
We'll probably want to set up a log file so we can see if the problem is within Vault. See http://support.sourcegear.com/viewtopic.php?t=2898 for how to set it up.