VS2005 Team
-
Can I open solution in created in VS2005 professional in VS2005 Team Developer is any migration or any know issues going? :)
Do you mean Visual Stuio Team System (VSTS)? Visual Studio.NET is the majort part of VSTS. Besides, VSTS also incorporated project management, source control, bug reporting and so on. Best, Jun
-
Do you mean Visual Stuio Team System (VSTS)? Visual Studio.NET is the majort part of VSTS. Besides, VSTS also incorporated project management, source control, bug reporting and so on. Best, Jun
-
Imagine I created my project in VS2005 professional at the moment when Team Edition wasn't released yet. Now I got Team Developer if I open solution/project in Team developer created in VS2005Prof is it going to migrate project or no migration needed? :)
No migration to your Visual Studio.NET projects. The Team System uses the very same VC++.NET as its compiler. Of course, you need to set up Team System, such as Microsoft Fundation Server. But this has nothing to do with project migration. Project migration is only required when your compiler is upgraded, such as VC6 to VC7 to VC8. Best, Jun
-
No migration to your Visual Studio.NET projects. The Team System uses the very same VC++.NET as its compiler. Of course, you need to set up Team System, such as Microsoft Fundation Server. But this has nothing to do with project migration. Project migration is only required when your compiler is upgraded, such as VC6 to VC7 to VC8. Best, Jun
-
In most cases, just load the VC6 project to VC8. The migration will be performed by VC8 automatically. Best, Jun