fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

no public type provider classes were found ( when hosted) #54

Closed goswinr closed 6 years ago

goswinr commented 6 years ago

I get this error with script files on .NET Framework (not Core). I use the FSharp Compiler Service with my own WPF editor. As a standalone Editor App the type provider works fine. All good.

But when I host my F# Editor and FCS inside my CAD app (Rhinoceros3D) I get this error message. The same error is shown in by the FsChecker as well as by FSharp Interactive.

What is different in the hosted context that would trigger this error ? Can I fix this or does this require changes to the type provider ? other Type providers such as FSharp.Data work fine in the hosted context.

I am using FCS 23.0.3

ExcelProvider.0.8.2\lib\ExcelProvider.dll' has assembly level attribute 'Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute' but no public type provider classes were found

goswinr commented 6 years ago

this is fixed with https://github.com/fsprojects/ExcelProvider/pull/58 thank you @dsyme