Tagged Questions
0
votes
0answers
20 views
Separate layouts folder as companyLayouts- affecting migration
Previous consultants have created a separate layouts folder in order to apply application.master master page to the system pages.
They copied everything from the original layouts folder to a new ...
1
vote
2answers
645 views
GetFile('URL to layout') returns: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
I have made a few HTML files which I intend to use as either email templates or schemas.
When I run this code:
var t = "Not found!";
SPSecurity.RunWithElevatedPrivileges(() =>
{
...