Problwm when i add web part into site definition ?
-
I'm create visual web part and create site definition and I want to add web part into site definition i'm write this code into the default.aspx
<%@ Register Tagprefix="DemoVisualWebPart" Namespace="SiteDefinitionProject1.VisualWebPart1"
Assembly="$SharePoint.Project.AssemblyFullName$" %><DemoVisualWebPart:DemoVisualWebPart runat="server" ID="DemoVisualWebPartUserControl1"
Description="My Visual WebPart" Title="DemoVisualWebPart">
</DemoVisualWebPart:DemoVisualWebPart> -
I'm create visual web part and create site definition and I want to add web part into site definition i'm write this code into the default.aspx
<%@ Register Tagprefix="DemoVisualWebPart" Namespace="SiteDefinitionProject1.VisualWebPart1"
Assembly="$SharePoint.Project.AssemblyFullName$" %><DemoVisualWebPart:DemoVisualWebPart runat="server" ID="DemoVisualWebPartUserControl1"
Description="My Visual WebPart" Title="DemoVisualWebPart">
</DemoVisualWebPart:DemoVisualWebPart>What's the problem? You should describe your problem and the sharepoint version you are using (2007, 2010, 2013?)
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
What's the problem? You should describe your problem and the sharepoint version you are using (2007, 2010, 2013?)
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
sharepoint 2010 Can not added and site created with error ... i hope to find a guidelines