After I load a Visual Studio project,
Sharpdevelop Question - "Found Visual Studio.NET Project, Should I convert it to Solution Format 9.00 (Visual Studio 2005)?"
Press Yes, After finish. Press F8 - Build Solution.
Error Message:
"Error parsing the solution configuration section in solution file. The entry "ConfigName.0|Any CPU=Debug|Any CPU" is invalid"
Microsoft Visual Studio Solution File, Format Version 9.00
# SharpDevelop 2.0.0.1591
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "work_with_threading", "work_with_threading.vbproj", "{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
ConfigName.0|Any CPU = Debug|Any CPU
ConfigName.1|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.Release|Any CPU.Build.0 = Release|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.ConfigName.0|Any CPU.Build.0 = Debug|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.ConfigName.0|Any CPU.ActiveCfg = Debug|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.ConfigName.1|Any CPU.Build.0 = Release|Any CPU
{A12851BD-30B6-47BD-A082-F41AEFDEB8A1}.ConfigName.1|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobal
Any help will be greatly appreciated.