using fastreport and devcomponent dotnetbar together in c#
hi guys
i want to use fast report and dev component .net bar 12.0 in c# .net and vs 2013, but can't run my project.
getting the following error:
Error 215 The type 'DevComponents.DotNetBar.ButtonItem' exists in both 'c:\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll' and 'c:\Program Files (x86)\FastReports\FastReport.Net Demo\FastReport.Bars.dll'
What can I do?????
i want to use fast report and dev component .net bar 12.0 in c# .net and vs 2013, but can't run my project.
getting the following error:
Error 215 The type 'DevComponents.DotNetBar.ButtonItem' exists in both 'c:\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll' and 'c:\Program Files (x86)\FastReports\FastReport.Net Demo\FastReport.Bars.dll'
What can I do?????
Comments
hi,
it looks that you add reference from demo directory, not dev dll.
If it really demo dll, send me this FastReport.Bars.dll. Maybe I will check in my project.
In fact I don't have any problem with dotnetbar and fastreport in vs2013.