Click here to Skip to main content
15,898,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having issue
C#
to remove crystal report issue while running in VS 2008

as below:
The type 'CrystalDecisions.Web.CrystalReportViewer' exists in both 'c:\Windows\assembly\GAC_MSIL\CrystalDecisions.Web\13.0.2000.0__692fbea5521e1304\CrystalDecisions.Web.dll' and 'c:\Windows\assembly\GAC_MSIL\CrystalDecisions.Web\10.5.3700.0__692fbea5521e1304\CrystalDecisions.Web.dll' C:\Users\Ujjwal\Documents\Visual Studio 2010\WebSites\4.0\Crystal\Default.aspx

I removed the reference in web.config. But on rebuilding the same are coming.

What I have tried:

I removed the reference in web.config.
Posted
Updated 28-Apr-16 20:37pm

You may create another website (in IIS) whose default port is 8080, and create virtual directory there. The problem may get solved.
 
Share this answer
 
Check this CoDeProject Answer
This is a common issue thus can be resolved by just googling it.
 
Share this answer
 
v2

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