Eine mögliche Lösung:
In der Datei
   C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\SiteTemplates\PWA\XML\ONET.XML
ist der Eintrag DisableWebDesignFeatures=”wdfeditpages” .
Den Eintrag entfernen, iisreset und es geht!
 
			 
            
     
      
        
			
    
    
        
				
			
            
					Assuming your wsp is in c:\tmp and is called DemoWebService.wsp
cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>
stsadm.exe -o addsolution -filename c:\tmp\DemoWebService.wsp
stsadm -o deploysolution -name DemoWebService.wsp -immediate -allowGacDeployment
-allowGacDeployment deploys it in the Global Assembly Cache - that is Full Controll