我试图将Net TinyMCE dll列入我的项目。 我使用的法典是:
<%@ Register Assembly="Moxiecode.TinyMCE" Namespace="Moxiecode.TinyMCE.Web" tagprefix="tinymce" %>
我已经增加了项目参考文件的内容,我检查了我方的法典,以确保其正确。 我作了修改,以确保它有一条道路。
<Reference Include="Moxiecode.TinyMCE, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>binMoxiecode.TinyMCE.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
在我尝试建设我的项目时,我收到错误信息:
Could not load file or assembly file:///C:[ProjectPath]inMoxiecode.TinyMCE.dll or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
我如何解决这一错误? 我已尝试开放和关闭VS2010。 添加和删除这一提法。 没有工作。
经过更多的研究,看来问题在于,我正在使用4.Net和TinyMCEs .Net dll没有强有力的名称。 基本上,它没有公用钥匙。 我如何解决这个问题?