Registration [Warning] Truncated argument names of function
'SS_ValueListFromRange'
Registration [Warning] Truncated argument names of function 'GXE'
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.
Initialization [Warning] Assembly SSSERVER.XMLSERIALIZERS could not be loaded from resources.Hi Chris,
The way I understand it, the list of Warnings you show would not normally cause the Excel-DNA message dialog to pop up.
The default behaviour for Excel-DNA is to log these warnings, but not display the LogDisplay window unless there is an error. You can explicitly display the LogDisplay window from your add-in by calling LogDisplay.Show()
So I’m guessing there is an additional “Error” entry at the end (or beginning) of the list of messages in the dialog when it pops up. That Error only occurs for some people and might give you an additional clue.
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Visit this group at https://groups.google.com/group/exceldna.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to exc...@googlegroups.com.
Hi Chris,
Thanks for letting me know.
My only other guess would then be that there is some other error during the add-in loading which causes the LogDisplay to pop up, but fails to successfully write to the LogDisplay.
Good to know that you’ve found a way to fix whatever went wrong. Let me know if it recurs often and we need to take a closer look.