Hello.
I am having the following error on my SharePoint 2013 RTM farm installation. Interesting part is that I have had 5 users create their mysites in the previous weeks fine, and today it simple isn't creating for anyone.
-----
My Site creation failure for user 'XXX\YYYYY' for site url 'http://XXXX.XXXX.com/personal/YYYYY'. The exception was: System.MissingMethodException: Method not found: 'Microsoft.SharePoint.SPSite Microsoft.SharePoint.SPSite.SelfServiceCreateSite(System.String,
System.String, System.String, UInt32, Int32, Int32, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Microsoft.SharePoint.SPSiteSubscription)'.
at Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0()
at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()
at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
at Microsoft.Office.Server.UserProfiles.UserProfile.CreateSite(String strRequestUrl, Boolean bCollision, Int32 overrideCompatLevel, Int32 lcid).
-------
I followed couple guides that have resolved similar Errors however, it didn't help on my case... I am really not sure how 5-6 users' mysites created just fine in the past but now failing... Hopelessly looking for some help.
Checked MSDN: http://msdn.microsoft.com/en-us/library/microsoft.office.server.userprofiles.userprofile_methods.aspx and I can not see this .CreateSite Method....I can see CreatePersonalSite()..
Can this be a bug??