Hello,
we have an assembly written in C++/CLI which is referencing a c# assembly what finally is referencing the spire.xls.dll. Now all projects referencing the c++/cli assembly get a warning (C4945) saying that the symbol
"jp3E9FF5BED7F5" can't be imported from spire.xls.dll because it has already been imported from Spire.License. I've tried a lot to get rid of that warning - but nothing seems to work. Unfortunately I am talking of far over 400 projects referencing the c++/cli assembly. Because of this warning the log of our nightly build grows up nearly to 10MB. Of course I could suppress this warning in every project (Oh no, please NOT!!! ), but this would also suppress this warning in all other cases - what I definitely would not prefer.
Any hints?
Thanks in advance
Detlef