Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Got compiling error:
The type 'AjaxControlToolkit.PopupControlExtender' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\gisportal\2f3a79b0\313d9134\assembly\dl3\d6d48c8c\00311940_2ec2ce01\AjaxControlToolkit.DLL' and 'c:\Windows\assembly\GAC_MSIL\AjaxControlToolkit\3.0.30930.28736__28f01b0e84b6d53e\AjaxControlToolkit.dll' c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\gisportal\2f3a79b0\313d9134\App_Web_tao5jtvv.16.cs
How can this conflict be solved? Thanks.
Posted

1 solution

Just got the problem solved. I opened the WebConfig file and commented out the related line:
XML
<assemblies>
  <!--<add assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28F01B0E84B6D53E"/>-->
...

Then the error was gone. Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900