You've probably all seen Soma's announcement that the 2008suite of products officially shipped this morning. Good luck downloading -- our servers are pegged :)
If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too. Without it, some features like "Open from Source Control" will not work at all. Pay close attention to the install instructions as well. As it says in the KB article :
You may receive error messages when you use Visual Studio 2008. This problem occurs because some compatibility fixes require the Tdnamespaceextension.dll file to be reregistered after you install Visual Studio 2008. To reregister the Tdnamespaceextension.dll file, type the following command at the [elevated - RB] command prompt:
regsvr32 "%programfiles%\Microsoft Visual SourceSafe\tdnamespaceextension.dll"
Sorry about the manual install step. It sucks, I know. The next Update won't have this requirement. (We wanted to ship it before Orcas but ran into some last-minute delays. Expect it before the end of the year.)
Why does SourceSafe need an update anyway? Aren't VS plugin interfacessupposed to be backwards compatible? Yes, they are. In fact, there are no changes to the MSSCCI API in 2008; none of the fixes are related to MSSCCI. (3rd party source control developers can now breathe a sigh of relief). The changes come from the way SourceSafe implements Open from Source Control, Add to Source Control, and Share inside Visual Studio.
Starting in VSS 2005, these functions let you browse the database inside VS's open/add dialogs instead of hanging off the File -> Source Control menu like most other source control providers. It's a cool trick known as a namespace extension . In VS 2008, as you may have noticed, those open/add dialogs got a facelift: like VSS 2005 , VS 2008 now uses the standard Windows dialogs. So Vista users in particular get a spiffy new one with integrated search & everything. Unfortunately, that change broke us pretty badly, leadingin one way or another toat least 10 of the bugs on my list . Bottom line, you don't want to be caught without the Update linked above.
Hopefully these fixes demonstrate our commitment to keep SourceSafe 2005 a viable option with VS 2008, Vista, and beyond!
相关推荐
### 配置Sourcesafe与VS2010链接的知识点详解 #### 一、Sourcesafe简介 Sourcesafe是微软开发的一款版本控制软件,主要用于管理软件项目中的文件版本控制。它可以帮助开发者跟踪文件的变化历史,支持文件签入签出等...
第一:打开ssadmin.exe———登录——tools——lock sourcesafe database——去掉”locak all users***”前面的勾。 第二种方法:删除<vss>\data\loggedin\Admin.lck文件。 更详细的信息:请查看: 如何锁定 ...
**SSBrowser:一个示例Visual SourceSafe自动化** Visual SourceSafe(VSS)是Microsoft提供的一款版本控制系统,主要用于管理和跟踪软件开发中的源代码更改。SSBrowser是一个基于VC++编写的示例程序,它演示了如何...
- **操作路径**:在`Source Control` -> `Plug-in Settings` -> `Advanced`中取消勾选`Always use SSL to connect to the server`。 ##### 4. 测试连接 - **操作指南**:创建一个新项目,通过`File` -> `Source ...
Visual SourceSafe,简称VSS,是由Microsoft开发的一款版本控制系统,主要应用于软件开发团队进行源代码管理。这款工具在早期的Windows环境下广泛使用,提供了一种简单的方式来跟踪和控制代码的变更,支持多人协作...
首先,在Windows Server 2008中创建一个新的用户组`VssUser`,所有需要访问SourceSafe的用户都加入到这个组中,而不是默认的用户组`Users`。这样做的目的是让这些用户的账号不会出现在服务器登录界面中,从而提高...
**SourceSafe讲解** Visual SourceSafe,简称SourceSafe,是一款由微软公司开发的版本控制系统,主要用于团队软件开发中的源代码管理。SourceSafe的核心功能是实现团队成员间的资源共享和文件版本管理,确保开发...
Microsoft Visual SourceSafe 2005 安装配置使用 Microsoft Visual SourceSafe 2005 是一个版本控制系统,旨在帮助开发团队更好地管理项目代码。下面是安装配置和使用的详细教程: 一、安装下载地址: Microsoft ...
**Visual SourceSafe 知识点详解** 微软的Visual SourceSafe(VSS)是一款专为软件应用程序团队开发设计的版本控制系统。版本控制系统的存在是为了解决在多人协作开发过程中可能出现的问题,确保团队成员可以安全地...
3. 去除在Tools à Options à Source Control à Plug-in Settings à Advanced…中的“Always use SSL to connect to the server”选项。 4. 添加项目到源代码控制:打开项目,选择File à Source Control à Add ...
《SourceSafe6.0:一款历史悠久的版本控制系统详解》 Visual SourceSafe 6.0(简称VSS6.0)是微软公司推出的一款经典版本控制软件,被誉为开发团队协作的重要工具之一。它在20世纪末至21世纪初广泛应用于软件开发...
- 添加用户:选择Users > Open SourceSafe Database...,选择数据库,然后使用Add User...菜单项添加新用户。 通过以上步骤,你可以成功安装和配置VSS,实现团队的高效协作。VSS提供了一种可靠的方法来跟踪文件变更...
**Microsoft Visual SourceSafe** 是微软公司推出的一款源代码版本控制系统,尤其在过去的开发环境中被广泛使用。这款软件为团队协作提供了强大的工具,使得多个开发者能够同时对同一项目进行修改,并保持代码的一致...
**SourceSafe:版本控制系统的深度解析** SourceSafe,全称为Microsoft Visual SourceSafe,是由微软公司开发的一款源代码版本控制系统。这款工具在IT行业中,尤其是在早期的Windows开发环境中,被广泛用于团队协作...
Visual SourceSafe,简称VSS,是由Microsoft开发的一款版本控制系统,主要面向软件开发团队,用于管理代码和其他项目资源的版本变化。本使用说明将详细介绍如何高效地利用Visual SourceSafe进行项目管理和协同开发。...
《图解Visual SourceSafe 2005与项目管理》一文深入探讨了如何使用Visual SourceSafe 2005这一版本控制系统进行多项目管理,特别适用于多人协作的团队环境。以下是对该文核心知识点的详细解读: ### 1. Visual ...
Visual SourceSafe 2005 是微软发布的一款版本控制系统,主要面向软件开发团队,用于管理代码和其他项目资源的变更。这款工具提供了版本控制、协同工作、备份与恢复等多种功能,帮助开发者追踪代码历史,合并不同...