when i deploy, this appear :Error occurred in deployment step 'Activate Features': Failed to instantiate file "MasterPage1.master" from module "MasterPage": Source path "Features\MasterPage_Feature1\MasterPage\MasterPage1.master" not found.
elements.xml is like this:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="MasterPage" Url="_catalogs/masterpage">
<File Path="MasterPage\MasterPage1.master" Url="MasterPage1.master" Type="GhostableInLibrary" />
</Module>
</Elements>
there are something wrong in it?
View Complete Post