OK, copying the two telerik dlls fixed dnn from completely not starting. But now everything is broken.
My skin fails to load because of
Could Not Load Skin: /Portals/_default/Skins/inschrijfportal/onecolumn.ascx, Error: c:\sites\inschrijfportal\admin\Skins\Login.ascx.cs(84): error CS1061: 'DotNetNuke.Entities.Portals.PortalSettings' does not contain a definition for 'HideLoginControl' and no extension method 'HideLoginControl' accepting a first argument of type 'DotNetNuke.Entities.Portals.PortalSettings' could be found (are you missing a using directive or an assembly reference?)
Maybe this has something to do with hiding the login link (which is why I upgraded, this is a new security setting, and it worked just fine)
So I tried to open the site settings:
Error: Site Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: c:\sites\inschrijfportal\DesktopModules\Admin\Portals\SiteSettings.ascx.cs(328): error CS0117: 'DotNetNuke.Common.Globals' does not contain a definition for 'ValidateModuleInTab' --->
Hmm maybe change back to a default skin first?
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: c:\sites\inschrijfportal\DesktopModules\Admin\Tabs\ManageTabs.ascx.cs(963): error CS1061: 'DotNetNuke.Entities.Modules.ModuleController' does not contain a definition for 'InitialModulePermission' and no extension method 'InitialModulePermission' accepting a first argument of type 'DotNetNuke.Entities.Modules.ModuleController' could be found (are you missing a using directive or an assembly reference?) --->
And then I noticed the update link at the dnn logo...
http://update.dotnetnuke.com/redirect...
So it thinks it's running 7.0.4 again?