Migrating from the legacy VB version to new Csharp - Eonic/ProteanCMS GitHub Wiki
Steps to move from VB version to C# version of ProteanCMS.
- Open up the solution in Visual Studio
 - Remove the ProteanCMS vb project
 - Right click Solution > Add > Existing Project > /ProteanCMS/Assemblies/Protean.CMS
 - In local website bin, delete proteanCMS.dll and protean.tools.dll
 - Right click the local website > Add > Reference - tick all the projects, click OK
 
Then test by building the solution.
Commit everything