Search code examples
c#visual-studionugetchromium-embeddedcefsharp

Visual Studio 2015 - NuGet package removes all project references


I just tried to install the CefSharp.WinForms package through NuGet on Visual Studio 2015, and it removed all my project references, making my Solution Explorer show errors on them all. For some reason I cannot add these references back in - in the 'Add Reference' window, if I select references to add, they simply don't take effect and are unchecked when I next open the window. I don't think this is a problem the the actual package, as I have searched and searched and have not seen anything like this on the web. Help please!

Thanks in advance,

-Matthew


Solution

  • You must change the platform to x86 or x64 in Configuration Manager then the references will resolve.