We are currently evaluating a new version of Visual Studio 2015 and are facing an unusual intellisense issue. When I compiled our main solution with the new studio, the assembly is successful, but 6 errors are displayed nonetheless.
I found that this is not a real error, but only an intellisense error. The code is definitely correct and everything compiled successfully. However, the code is marked in red, and errors are displayed in the error list.
All 6 errors are of the same origin. This is a simple constructor call. Strange enough, but there are some occurrences of the same constructor without errors.
Error message:
Code: CS1729 Message: '<the class>' does not contain a constructor that takes that many arguments. Project: <the project name> File: <the path to the file>
The new studio was installed on the recently installed Windows 7 without any outdated software (without VS13).
I already tried to clear the caches, deleted the suo file, deleted the bin and obj directory, cleaned and rebuilt the solution, etc. But nothing happened.
Can someone explain this behavior to me?
visual-studio visual-studio-2015 intellisense
Ash Aug 11 '15 at 13:49 2015-08-11 13:49
source share