このエラーメッセージが表示されます:
Compiler Error Message: CS0433: The type 'EPiServer.Web.WebControls.LogGenerator' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\EPiServer\5.2.375.236__8fe83dea738b45b7\EPiServer.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\EPiServer\6.1.379.0__8fe83dea738b45b7\EPiServer.dll'
Source Error:
Line 387: </div>
Line 388: </form>
Line 389: <EPiServer:LogGenerator ID="PixelImg" runat="server" />
Line 390:<script type="text/javascript">
Line 391: var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
Source File: c:\Prokom\inter.oppdal.kommune.no_CMS6R2Blank\templates\Oppdal\MasterPages\MasterPage.master Line: 389
web.configの一部:
bindingRedirect
プロジェクトのdllがそれを使用しているので、2番目が必要です。GACからファイルを削除したり、プロジェクトを再コンパイルしたりせずに問題を解決することは可能ですか?