Migrating to 2.0: Configuration Manager and Active Config are missing...

P

Pieter

Hi,

I migrated one of my solutions(VB.NET 1.1, containing a Windowds Forms
project and a Class Library project) to the 2.0 Framework using the
inbuild-wizard.

After migrating the Configuration Manager and Active Config (in the
properties of the solution) are missing in my solution. I am able to
Customize the Build menu and have the menu-option "Configuration Manager"
back, but it is disabled...

So the only builds I am able to make are Debug-builds, no Release... :-/

Does anybody knows how to get around this problem?

Thanks a lot in advance,

Pieter


PS: The .sln-file seems to be alright when I open it with Notepad:

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SampleApp",
"SampleApp\SampleApp.vbproj", "{CE920356-200F-40E7-B2D4-BDC6E026135F}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MultiDataGrid",
"MultiDataGrid\MultiDataGrid.vbproj",
"{8860940F-AED3-4EE3-88A6-4C0663CE7C0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE920356-200F-40E7-B2D4-BDC6E026135F}.Debug|Any CPU.ActiveCfg = Debug|Any
CPU
{CE920356-200F-40E7-B2D4-BDC6E026135F}.Debug|Any CPU.Build.0 = Debug|Any
CPU
{CE920356-200F-40E7-B2D4-BDC6E026135F}.Release|Any CPU.ActiveCfg =
Release|Any CPU
{CE920356-200F-40E7-B2D4-BDC6E026135F}.Release|Any CPU.Build.0 =
Release|Any CPU
{8860940F-AED3-4EE3-88A6-4C0663CE7C0F}.Debug|Any CPU.ActiveCfg = Debug|Any
CPU
{8860940F-AED3-4EE3-88A6-4C0663CE7C0F}.Debug|Any CPU.Build.0 = Debug|Any
CPU
{8860940F-AED3-4EE3-88A6-4C0663CE7C0F}.Release|Any CPU.ActiveCfg =
Release|Any CPU
{8860940F-AED3-4EE3-88A6-4C0663CE7C0F}.Release|Any CPU.Build.0 =
Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top