Reputation: 5756
Trying to create a new solution with VS 2015RC on Windows 10 I'm facing with an error:
Collection type must derive from ICollection<T>
Upvotes: 0
Views: 173
Reputation: 5756
These steps helped me to solve a problem:
Close Visual Studio;
Launch Visual Studio Developer command prompt as administrator;
Run "devenv.exe /setup" command;
Wait for execution ending;
Restart VS.
Upvotes: 3