Error=Could not load file or assembly '$SharePoint.Project.AssemblyFullName$' or one of its dependencies. The system cannot find the file specified.
Solution:--
The fix is simple, do the following:
1. Open your project file .csproj Edit the .csproj file in NotePad
2. Find the PropertyGroup nodes.
3. Add a new PropertyGroup node.
<PropertyGroup>
<TokenReplacementFileExtensions>ashx</TokenReplacementFileExtensions>
</PropertyGroup>
4. Re-Open your project file
Solution:--
The fix is simple, do the following:
1. Open your project file .csproj Edit the .csproj file in NotePad
2. Find the PropertyGroup nodes.
3. Add a new PropertyGroup node.
<PropertyGroup>
<TokenReplacementFileExtensions>ashx</TokenReplacementFileExtensions>
</PropertyGroup>
4. Re-Open your project file
No comments:
Post a Comment