Assembly tokens in Visual Web Part

14/04/2015 13:53

Visual web part assembly tokens

in .ascx file

<%@  Assembly  Name="$SharePoint.Project.AssemblyFullName$" %>


in .webpart file
  <type name="yourNamespace, $SharePoint.Project.AssemblyFullName$" />