码迷,mamicode.com
首页 > 其他好文 > 详细

Could not load file or assembly '$SharePoint.Project.AssemblyFullName$'

时间:2016-07-19 09:29:15      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:

The fix is simple, do the following:

1.  Open your project 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

Could not load file or assembly '$SharePoint.Project.AssemblyFullName$'

标签:

原文地址:http://www.cnblogs.com/hqbird/p/5683259.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!