The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When I use some controls, I need to add reference to :
- Syncfusion.Tools.Windows
- Syncfusion.Shared.Base
- Syncfusion..Shared.Windows
- Syncfusion.Core
But I get this warning:
SGMode warning C4945: ''CurrencyCultureEditor'' : cannot import symbol from ''c:\program files\syncfusion\essential suite\assemblies\syncfusion.shared.base.dll'': as ''Syncfusion::Windows::Forms::Tools::Design::CurrencyCultureEditor'' has already been imported from another assembly ''c:\program files\syncfusion\essential suite\assemblies\syncfusion.tools.windows.dll''
My project have the following property:
Warning level: Level 4
Treat Warnings As Errors: Yes
Then I need to resolve this warning to be able to build.
How I can do that ?
Regards,
ADAdministrator Syncfusion Team February 16, 2005 08:33 AM
Hi Martin,
As noted in MSDN you get this warning because the CurrencyCultureEditor class is in the Syncfusion.Windows.Forms.Tools.Design namespace, which is used in the both these assemblies:
Syncfusion.Tools.Windows.dll and
Syncfusion.Shared.Base.dll
Can you try building your application after turning off Treat Warnings As Errors.
Regards,
Arun
MBMartin BonnevilleFebruary 16, 2005 10:36 AM
Hi Arun,
If I build after turning off Treat Warnings As Errors all work good.
But I need to build with this option turned on.
It''s why I need your help ! :-)
Best regards,
Martin
ADAdministrator Syncfusion Team February 16, 2005 12:17 PM
Hi Martin
You could use the #pragma warning to disable this warning.
You can also disable this specfic warning via your Project Settings.
Regards
Arun
ADAdministrator Syncfusion Team February 16, 2005 02:43 PM
Hi Martin
An update to let you know that we will take care of this in the upcoming release. This was due to an oversight as we moved some stuff around in the 3.0 release.
Sorry for the inconvenience.
Regards
Arun
MBMartin BonnevilleFebruary 16, 2005 03:53 PM
Hi Arun,
When is the next version envisaged?
Can I receive an E-mail when the version will be ready?
Best regards,
Martin
ADAdministrator Syncfusion Team February 16, 2005 06:44 PM
Hi Martin
We are currently working on getting the new release out. There will be announcements posted on the Website and the forums and you should be able to download it by logging into Direct-Trac.
Thank you for your cooperation and continued support for Syncfusion.
Regards
Arun