Problems after migrating from Visual Studio 2010 Dotnet 4.0 to Visual Studio 2015 and DotNet 4.6.1 (or 4.5)


In a mixed environment with C ++ CLI and C # projects, the following problem results After the change to the new Studio 2015, I successfully compiled the C # and left- If I have changed the C # projects to Dotnet 4.6.1 (or 4.5) The C ++ CLI projects which need this problem with the Namspace. The error then results in each case

11> d: \ home \ atiras \ main \ src \ nmswsclients \ clients \ NmsAPIClient.h (18): error C2871: 'NmsWsApiExtSysContracts': a namespace with this name does not exist (compiling source file NmsAPIClient.cpp)

Is this at the project settings of the C ++ CLI project if yes at which? Or is this another problem?