
When we move to Visual Studio 2013 from VS2010, we are unable to compile the app. The error we get is as follows:
Error 3 The type or namespace name 'MenuItem' could not be found (are you missing a using directive or an assembly reference?) D:\Temp\ActiproVS2013MenuItemIssue\ActiproVS2013MenuItemIssue\obj\Debug\MainControl.g.cs 42 18 ActiproVS2013MenuItemIssue
We copied the file from the sample program. The samples compile and work just fine. When we copy the file from the samples into a new project it does not work anymore and gives the above error.
Are there any special project settings or file settings we need to make in order to get the project to compile.