I have an aspx page in _layouts that is part of a package. It contains :
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
This should be updated with the current assembly full name when I deploy - but it dont.
Anyone got any ideas?
I have an aspx page in _layouts that is part of a package. It contains :
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
This should be updated with the current assembly full name when I deploy - but it dont.
Anyone got any ideas?
So it turns out that the element needs to be included in the package - durrr. Silly me.