C. Augusto Proiete

Results 193 comments of C. Augusto Proiete

We've made some progress on this one: * https://docs.excel-dna.net ([repository](https://github.com/Excel-DNA/docs.excel-dna.net)) will become the central place for documentation * The documentation that was previously in CodePlex [was added](https://github.com/Excel-DNA/ExcelDna/pull/309) to docs.excel-dna.net (thanks...

Example of usage w/ post-build events, for reference: https://groups.google.com/forum/#!topic/exceldna/e9bZBrfGfaQ

Relates to [Update ExcelDna.AddIn NuGet Package to support the new PackageReference format #193](https://github.com/Excel-DNA/ExcelDna/issues/193).

@n1l Are you suggesting we write logs directly to ETW from within Excel-DNA? It's definitely possible, but I see ETW more as a possible "_destination_" for the logs, instead of...

Hi @govert and @mndrake, I'd like to work on this issue as well as https://github.com/mndrake/ExcelDnaDoc/issues/9. Right now, the Excel-DNA organization has a [fork of ExcelDnaDoc](https://github.com/Excel-DNA/ExcelDnaDoc) which is 4 commits behind...

Perfect. Thanks @govert. The fork inside the org is now in sync.

I see this warning after upgrading to v1.2 on a .NET 4 project: ``` The primary reference "ExcelDna.Integration, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL" could not be resolved because it was built...

> Yes I see this warning. It is somewhat hidden by the errors that don't make sense for types that are not defined. Hmm... I see. My test above was...

@fandrei The message is coming from [`AssemblyManager` around line 90](https://github.com/Excel-DNA/ExcelDna/blob/2aa1bd9afaf76084c1d59e2330584edddb888eb1/Source/ExcelDna.Loader/AssemblyManager.cs#L81-L92) and may not necessarily what's causing Excel to crash... From the source code: ``` We expect failures when loading .resources...

@fandrei Off the top of my head, I would suggest the following (in any order you think is best): * Check the problematic user's Regional Settings on Windows, Windows install...