Warning messages when trying to register Aspose.Cells 7.5.3.4 through RegAsm

Hi,

We tried registering Aspose.Cells 7.5.3.4 using RegAsm in the command line, and a few warning messages are displayed. The assembly seems to work, but since I don’ t think we are using anything in the list of items mentioned by the warnings so we can’t tell what issues will come from these.

Note: the messages only appears when calling RegAsm with the “/tlb” option.
I have attached a screenshot of the messages.

Hi,



Well, for registering Aspose.Cells hot fix component (Dll), please use the command line with “/codebase”:
e.g
Regasm Aspose.Cells.dll /codebase … and you may use VS.NET command prompt instead of Windows default prompt.

See the documents for your reference:


PS: When you use MSI installaer of Aspose.Cells to install the product, it will automatically register the component too.


Thank you.