Hi,
I changed my vb 2005 project from computer. In this new computer I cannot open the solution. It says that the solution is not valid.
Here is the code inside the solution:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SGSC", "SGSC.vbproj", "{39118D9B-E236-42F9-B974-D15413182AF2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SGLCSetup", "..\SGLCSetup\SGLCSetup.vdproj", "{BC160C0F-C21A-4205-8094-68A0AB1AE553}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SGLCUpdate", "..\SGLCUpdate\SGLCUpdate.vdproj", "{3591CB9C-4615-43B0-A415-B4EB670E1594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39118D9B-E236-42F9-B974-D15413182AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Release|Any CPU.Build.0 = Release|Any CPU
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Debug|Any CPU.ActiveCfg = Debug
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Release|Any CPU.ActiveCfg = Release
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Release|Any CPU.Build.0 = Release
{3591CB9C-4615-43B0-A415-B4EB670E1594}.Debug|Any CPU.ActiveCfg = Debug
{3591CB9C-4615-43B0-A415-B4EB670E1594}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Can someone help undestand why this is ?
I changed my vb 2005 project from computer. In this new computer I cannot open the solution. It says that the solution is not valid.
Here is the code inside the solution:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SGSC", "SGSC.vbproj", "{39118D9B-E236-42F9-B974-D15413182AF2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SGLCSetup", "..\SGLCSetup\SGLCSetup.vdproj", "{BC160C0F-C21A-4205-8094-68A0AB1AE553}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SGLCUpdate", "..\SGLCUpdate\SGLCUpdate.vdproj", "{3591CB9C-4615-43B0-A415-B4EB670E1594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39118D9B-E236-42F9-B974-D15413182AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39118D9B-E236-42F9-B974-D15413182AF2}.Release|Any CPU.Build.0 = Release|Any CPU
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Debug|Any CPU.ActiveCfg = Debug
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Release|Any CPU.ActiveCfg = Release
{BC160C0F-C21A-4205-8094-68A0AB1AE553}.Release|Any CPU.Build.0 = Release
{3591CB9C-4615-43B0-A415-B4EB670E1594}.Debug|Any CPU.ActiveCfg = Debug
{3591CB9C-4615-43B0-A415-B4EB670E1594}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Can someone help undestand why this is ?